Skip to content

Commit 5e5b4b0

Browse files
antonk52ruyadorno
authored andcommitted
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 8a5429c commit 5e5b4b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/esm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ modules it can be used to load ES modules.
341341
* {Object}
342342

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

346346
### `import.meta.dirname`
347347

0 commit comments

Comments
 (0)