Our TypeScript compiler written in Kotlin multipla...
# feed
k
Our TypeScript compiler written in Kotlin multiplatform, can do much more now via Kotlin IR lowering: 1. Compile TypeScript libraries to be used as JVM libraries (or any other KMP platform libraries) 2. Compile TypeScript projects directly to native 3. Compile TypeScript projects directly to WebAssembly 4. Expose LanguageService, for embedding TypeScript support in JVM-based TypeScript IDEs (with incremental compiler) Everything is still experimental. Depending on the TypeScript project, it can run even 2x faster on JVM than on node/bun. github.com/xemantic/xemantic-typescript-compiler
👀 2
🚀 3
K 8