mirror of
https://github.com/nodejs/node.git
synced 2025-12-28 07:50:41 +00:00
doc: fix format in esm.md
PR-URL: https://github.com/nodejs/node/pull/53170 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Deokjin Kim <deokjin81.kim@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
33d4f29911
commit
72a4470688
@ -366,9 +366,9 @@ added:
|
||||
> Stability: 1.2 - Release candidate
|
||||
|
||||
* {string} The full absolute path and filename of the current module, with
|
||||
* symlinks resolved.
|
||||
symlinks resolved.
|
||||
* This is the same as the [`url.fileURLToPath()`][] of the
|
||||
* [`import.meta.url`][].
|
||||
[`import.meta.url`][].
|
||||
|
||||
> **Caveat** only local modules support this property. Modules not using the
|
||||
> `file:` protocol will not provide it.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user