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 af6ce2c commit 50a084eCopy full SHA for 50a084e
hook.js
@@ -5,10 +5,10 @@
5
const { URL, fileURLToPath } = require('url')
6
const { inspect } = require('util')
7
const { builtinModules } = require('module')
8
+const { readFileSync } = require('fs')
9
const specifiers = new Map()
10
const isWin = process.platform === 'win32'
11
let experimentalPatchInternals = false
-const { readFileSync } = require('fs')
12
13
// FIXME: Typescript extensions are added temporarily until we find a better
14
// way of supporting arbitrary extensions
0 commit comments