diff --git a/doc/api/esm.md b/doc/api/esm.md index fb65280119d52f..bc77f3d3324c70 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -341,7 +341,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`