Skip to content

Commit 4870a23

Browse files
dnalborczyktargos
authored andcommitted
doc: remove unused imports
PR-URL: #40573 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Voltrex <[email protected]>
1 parent 5951ccc commit 4870a23

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/api/esm.md

-2
Original file line numberDiff line numberDiff line change
@@ -892,8 +892,6 @@ purposes.
892892
```js
893893
// coffeescript-loader.mjs
894894
import { readFile } from 'fs/promises';
895-
import { readFileSync } from 'fs';
896-
import { createRequire } from 'module';
897895
import { dirname, extname, resolve as resolvePath } from 'path';
898896
import { cwd } from 'process';
899897
import { fileURLToPath, pathToFileURL } from 'url';

0 commit comments

Comments
 (0)