File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -350,10 +350,12 @@ properties. It is only supported in ES modules.
350350added:
351351 - v21.2.0
352352 - v20.11.0
353+ changes:
354+ - version: REPLACEME
355+ pr-url: https://github.com/nodejs/node/pull/58011
356+ description: This property is no longer experimental.
353357-->
354358
355- > Stability: 1.2 - Release candidate
356-
357359* {string} The directory name of the current module. This is the same as the
358360 [ ` path.dirname() ` ] [ ] of the [ ` import.meta.filename ` ] [ ] .
359361
@@ -365,10 +367,12 @@ added:
365367added:
366368 - v21.2.0
367369 - v20.11.0
370+ changes:
371+ - version: REPLACEME
372+ pr-url: https://github.com/nodejs/node/pull/58011
373+ description: This property is no longer experimental.
368374-->
369375
370- > Stability: 1.2 - Release candidate
371-
372376* {string} The full absolute path and filename of the current module, with
373377 symlinks resolved.
374378* This is the same as the [ ` url.fileURLToPath() ` ] [ ] of the
You can’t perform that action at this time.
0 commit comments