From e2c526708a53ff0d4e224e08d5d39a4a561ba950 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:40:11 -0700 Subject: Update import-meta.md --- docs/api/import-meta.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/api') 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) --- -- cgit v1.2.3