Skip to content

Commit

Permalink
Update transpiler.md (#669)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Aug 8, 2024
1 parent da284ad commit c06bb78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/transpiler.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Transpilation is mostly "erase the type syntax" and can be done well by a variet
- Development activities which rely only on runtime code, like running tests or manually verifying behavior in a devserver, should not need to wait on type-checking.
- Type-checking still needs to be verified before checking in the code, but only needs to be as fast as a typical test.

Read more: https://blog.aspect.dev/typescript-speedup
Read more: https://blog.aspect.build/typescript-speedup

## ts_project#transpiler

Expand Down

0 comments on commit c06bb78

Please sign in to comment.