From c06bb78064af03da2adb7e9f593daca2fc5d1c9f Mon Sep 17 00:00:00 2001 From: Alex Eagle Date: Thu, 8 Aug 2024 10:31:34 -0700 Subject: [PATCH] Update transpiler.md (#669) --- docs/transpiler.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/transpiler.md b/docs/transpiler.md index 00558b8c..a8968b1b 100644 --- a/docs/transpiler.md +++ b/docs/transpiler.md @@ -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