Skip to content

Commit fd9a79d

Browse files
authored
doc: call out import.meta is only supported in ES modules
PR-URL: #56186 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 2063245 commit fd9a79d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/esm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ modules it can be used to load ES modules.
343343
* {Object}
344344

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

348348
### `import.meta.dirname`
349349

0 commit comments

Comments
 (0)