8000 doc: call out import.meta is only supported in ES modules by antonk52 · Pull Request #56186 · nodejs/node · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
8000 Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/api/esm.md
Origi 67A8 nal file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ modules it can be used to load ES modules.
* {Object}

The `import.meta` meta property is an `Object` that contains the following
properties.
properties. It is only supported in ES modules.

### `import.meta.dirname`

Expand Down
Loading
0