diff --git a/doc/api/esm.md b/doc/api/esm.md index a34c8384d64..106ee647d1f 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -350,10 +350,12 @@ properties. It is only supported in ES modules. added: - v21.2.0 - v20.11.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/58011 + description: This property is no longer experimental. --> -> Stability: 1.2 - Release candidate - * {string} The directory name of the current module. This is the same as the [`path.dirname()`][] of the [`import.meta.filename`][]. @@ -365,10 +367,12 @@ added: added: - v21.2.0 - v20.11.0 +changes: + - version: REPLACEME + pr-url: https://github.com/nodejs/node/pull/58011 + description: This property is no longer experimental. --> -> Stability: 1.2 - Release candidate - * {string} The full absolute path and filename of the current module, with symlinks resolved. * This is the same as the [`url.fileURLToPath()`][] of the