File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -356,8 +356,9 @@ changes:
356356 description: This property is no longer experimental.
357357-->
358358
359- * {string} The directory name of the current module. This is the same as the
360- [ ` path.dirname() ` ] [ ] of the [ ` import.meta.filename ` ] [ ] .
359+ * {string} The directory name of the current module.
360+
361+ This is the same as the [ ` path.dirname() ` ] [ ] of the [ ` import.meta.filename ` ] [ ] .
361362
362363> ** Caveat** : only present on ` file: ` modules.
363364
@@ -375,8 +376,8 @@ changes:
375376
376377* {string} The full absolute path and filename of the current module, with
377378 symlinks resolved.
378- * This is the same as the [ ` url.fileURLToPath() ` ] [ ] of the
379- [ ` import.meta.url ` ] [ ] .
379+
380+ This is the same as the [ ` url.fileURLToPath() ` ] [ ] of the [ ` import.meta.url ` ] [ ] .
380381
381382> ** Caveat** only local modules support this property. Modules not using the
382383> ` file: ` protocol will not provide it.
You can’t perform that action at this time.
0 commit comments