You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# What is _tsx_?
2
2
3
-
`tsx` stands for _TypeScript Execute_, and it's a TypeScript enhanced Node.js.
3
+
`tsx` stands for _TypeScript Execute_, and it's a simple command to run TypeScript in Node.js.
4
4
5
5
Because `tsx` is basically an alias to `node`, you can use it the same way:
6
6
@@ -16,7 +16,7 @@ tsx file.js
16
16
```
17
17
</div>
18
18
19
-
<sub>Since it's Node.js underneath, all command-line flags are supported. Use `tsx`just like you would use `node`!</sub>
19
+
<sub>Since it's Node.js underneath, all command-line flags are supported. Use `tsx`as you would use `node`!</sub>
20
20
21
21
## Features
22
22
@@ -55,7 +55,7 @@ TypeScript & ESM transformations are handled by [esbuild](https://esbuild.github
55
55
- Only [certain `tsconfig.json` properties](https://esbuild.github.io/content-types/#tsconfig-json) are supported
56
56
- [`emitDecoratorMetadata`](https://www.typescriptlang.org/tsconfig#emitDecoratorMetadata) is not supported
57
57
58
-
For details, refer to esbuild's [JavaScript caveats](https://esbuild.github.io/content-types/#javascript-caveats) and [TypeScript caveats](https://esbuild.github.io/content-types/#typescript-caveats) documentation.
58
+
For details, see esbuild's [JavaScript caveats](https://esbuild.github.io/content-types/#javascript-caveats) and [TypeScript caveats](https://esbuild.github.io/content-types/#typescript-caveats) documentation.
0 commit comments