Update import-meta.md

This commit is contained in:
Jarred Sumner
2023-08-04 17:40:11 -07:00
parent f06f178862
commit e2c526708a

View File

@@ -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)
---