diff options
author | 2023-08-04 17:40:11 -0700 | |
---|---|---|
committer | 2023-08-04 17:40:11 -0700 | |
commit | e2c526708a53ff0d4e224e08d5d39a4a561ba950 (patch) | |
tree | ddb227bb72731a2bfd49fc202ba0ab892800704f /docs | |
parent | f06f178862f6572391e9462e340ce8046add46fc (diff) | |
download | bun-e2c526708a53ff0d4e224e08d5d39a4a561ba950.tar.gz bun-e2c526708a53ff0d4e224e08d5d39a4a561ba950.tar.zst bun-e2c526708a53ff0d4e224e08d5d39a4a561ba950.zip |
Update import-meta.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/api/import-meta.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/api/import-meta.md b/docs/api/import-meta.md index bc8de7af5..3c22308ce 100644 --- a/docs/api/import-meta.md +++ b/docs/api/import-meta.md @@ -29,8 +29,7 @@ import.meta.resolveSync("zod") --- - `import.meta.path` -- Absolute path to the current file, e.g. `/path/to/project/index.tx`. -- Equivalent to `__filename` in CommonJS modules (and Node.js) +- Absolute path to the current file, e.g. `/path/to/project/index.tx`. Equivalent to `__filename` in CommonJS modules (and Node.js) --- |