logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 5646bafb020314d18ad7210867c15e03ce68ff68
parent 134ff316f4a51935b417528677a66ed2183ff79c
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 17 Jan 2023 13:56:21 +0100

notes/bootstrapping: TypeScript is a blob

Diffstat:

Mnotes/bootstrapping.shtml3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/notes/bootstrapping.shtml b/notes/bootstrapping.shtml @@ -80,6 +80,9 @@ <h3>GNU gettext</h3> <p>gnulib java blob; 3 Java class files in <code>gettext-tools/examples</code>; <code>gettext-tools/m4/csharpexec-test.exe</code> which doesn't have source code (C# is effectively proprietary anyway). Did <a href="https://github.com/gentoo/gentoo/commit/54b36e80f7c3910ae1557c2faafda3d6d62daf49">sys-devel/gettext: deblob</a> to fix it.</p> + <h3>TypeScript</h3> + <p>Compiler itself is written in TypeScript, no bootstrap path possible as the <a href="https://github.com/microsoft/TypeScript/commit/214df64e287804577afa1fea0184c18c40f7d1ca">commit introducing the compiler</a> is TypeScript code. Want TypeScript compiler? Get a blob from <code>npmjs.org</code>, like the <a href="https://github.com/microsoft/TypeScript/commit/99ec3a96880649eeaa08c3df30e3ae802048f4fe">Initial commit</a> tells you.</p> + <h2>Historically problematic</h2> <h3>Firefox &gt;=68 &lt;=78</h3>