We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742af77 commit a4e856aCopy full SHA for a4e856a
workspaces/libnpmdiff/lib/should-print-patch.js
@@ -7,7 +7,7 @@ const shouldPrintPatch = async (path, opts = {}) => {
7
return true
8
}
9
10
- const { default: binaryExtensions } = await import('binary-extensions')
+ const binaryExtensions = require('binary-extensions').default
11
12
const filename = basename(path)
13
const extension = (
0 commit comments