aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-08-04 17:40:11 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2023-08-04 17:40:11 -0700
commite2c526708a53ff0d4e224e08d5d39a4a561ba950 (patch)
treeddb227bb72731a2bfd49fc202ba0ab892800704f /docs
parentf06f178862f6572391e9462e340ce8046add46fc (diff)
downloadbun-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.md3
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)
---