commit: e2a72c3dea454df8a139679f67584fff2966b968
parent fc88ced4e1594bdfca023141dd9c1e2c20b28c00
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Thu, 13 Mar 2025 00:12:05 +0100
notes/bootstrapping: Add note about typescript-go
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/notes/bootstrapping.shtml b/notes/bootstrapping.shtml
@@ -123,6 +123,7 @@
Alternative might be <a href="https://github.com/swc-project/swc">swc</a> (<a href="#rust">Rust</a>). Note that <a href="https://deno.land/">Deno</a> (also <a href="#rust">Rust</a>) just <a href="https://github.com/denoland/deno/blob/main/tools/update_typescript.md">grabs pre-transpiled JS from Microsoft</a> and <a href="https://babeljs.io/">Babel</a> simply seems to depend on the <code>typescript</code> package.<br />
And it should be noted that TypeScript seems to have no specification anymore. (Commit: <a href="https://github.com/microsoft/TypeScript/commit/91822db8e01e38e1f9d80142df67d3849851571d">Remove doc folder (old archived spec and assets), word2md script</a>)
</p>
+ <p>2025-03 Update: <a href="https://github.com/microsoft/typescript-go">TypeScript is porting it's compiler to Go</a>, for performance reasons but should also mean getting bootstrappability, hopefully full-source kind</p>
<h3 id="dart">Dart</h3>
<p>