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 5951ccc commit 4870a23Copy full SHA for 4870a23
doc/api/esm.md
@@ -892,8 +892,6 @@ purposes.
892
```js
893
// coffeescript-loader.mjs
894
import { readFile } from 'fs/promises';
895
-import { readFileSync } from 'fs';
896
-import { createRequire } from 'module';
897
import { dirname, extname, resolve as resolvePath } from 'path';
898
import { cwd } from 'process';
899
import { fileURLToPath, pathToFileURL } from 'url';
0 commit comments