aboutsummaryrefslogtreecommitdiff
path: root/docs/api/transpiler.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/transpiler.md')
-rw-r--r--docs/api/transpiler.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api/transpiler.md b/docs/api/transpiler.md
index 184007212..44196a99c 100644
--- a/docs/api/transpiler.md
+++ b/docs/api/transpiler.md
@@ -83,7 +83,7 @@ If your code uses a macro, it will potentially spawn a new copy of Bun's JavaScr
## `.scan()`
-The `Transpiler` instance can also scan some source code and return a list of its imports and exports, plus additional metadata about each one. [Type-only](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-and-export)imports and exports are ignored.
+The `Transpiler` instance can also scan some source code and return a list of its imports and exports, plus additional metadata about each one. [Type-only](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-8.html#type-only-imports-and-export) imports and exports are ignored.
{% codetabs %}