Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: remove unused imports
PR-URL: #40573
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Voltrex <mohammadkeyvanzade94@gmail.com>
  • Loading branch information
dnalborczyk authored and BethGriggs committed Nov 25, 2021
1 parent 2a53995 commit d732ff4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/api/esm.md
Expand Up @@ -887,8 +887,6 @@ purposes.
```js
// coffeescript-loader.mjs
import { readFile } from 'fs/promises';
import { readFileSync } from 'fs';
import { createRequire } from 'module';
import { dirname, extname, resolve as resolvePath } from 'path';
import { cwd } from 'process';
import { fileURLToPath, pathToFileURL } from 'url';
Expand Down

0 comments on commit d732ff4

Please sign in to comment.