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 df0f42a commit 638c8a3Copy full SHA for 638c8a3
doc/api/esm.md
@@ -278,8 +278,8 @@ These CommonJS variables are not available in ES modules.
278
279
`require` can be imported into an ES module using [`module.createRequire()`][].
280
281
-An equivalent for variable `__filename` and `__dirname` can be created inside
282
-each file with [`import.meta.url`][].
+Equivalents of `__filename` and `__dirname` can be created inside of each file
+via [`import.meta.url`][].
283
284
```js
285
import { fileURLToPath } from 'url';
0 commit comments