| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7f108de commit 1eec170
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -355,8 +355,9 @@ changes: | |||
| 355 | 355 | description: This property is no longer experimental. | |
| 356 | 356 | --> | |
| 357 | 357 | ||
| 358 | - * {string} The directory name of the current module. This is the same as the | ||
| 359 | - [`path.dirname()`][] of the [`import.meta.filename`][]. | ||
| 358 | + * {string} The directory name of the current module. | ||
| 359 | + | ||
| 360 | + This is the same as the [`path.dirname()`][] of the [`import.meta.filename`][]. | ||
| 360 | 361 | ||
| 361 | 362 | > **Caveat**: only present on `file:` modules. | |
| 362 | 363 | ||
@@ -374,8 +375,8 @@ changes: | |||
| 374 | 375 | ||
| 375 | 376 | * {string} The full absolute path and filename of the current module, with | |
| 376 | 377 | symlinks resolved. | |
| 377 | - * This is the same as the [`url.fileURLToPath()`][] of the | ||
| 378 | - [`import.meta.url`][]. | ||
| 378 | + | ||
| 379 | + This is the same as the [`url.fileURLToPath()`][] of the [`import.meta.url`][]. | ||
| 379 | 380 | ||
| 380 | 381 | > **Caveat** only local modules support this property. Modules not using the | |
| 381 | 382 | > `file:` protocol will not provide it. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments