TypeScriptCompiler
TypeScriptCompiler copied to clipboard
TypeScript Compiler (by LLVM)
It would be great, if Typescript projects that are using the `import` syntax to import variables, functions, classes or types could be compiled with tsc. I tried the following: ```ts...
tsc --emit=jit --shared-libs=lib/libmlir_async_runti me.so,lib/libTypeScriptGCWrapper.so /tests/00print.ts Backtrace: __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 50 ../sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50 #1 0x00007ffff7a2d859 in __GI_abort () at...
I want to implement syscall, Inline compilation required, 1、linux syscall
Are there any exported .ts or .d.ts file for using with vscode typescript extension?
Atomics https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Atomics/
I'm sorry that there is already so much issues. There's another one that the compiler adds one more '\_' to the functions it searches in static .lib library. I did...
On Windows when i try to use import from another file it shows an error:  In console then it outputs: ``` test.ts:1:1: error: String.ts: Can't open:...
I try to build on macOS 15.4.1 with Xcode 16.3 CMake: 4.0.2. actually I also tried the older versions like 3.17.3, 3.28.0. but it failed cmake build failed
This project looks interesting to me, it it possible to compile ts code into so/dylib for Android or iOS? I've an Unity game project targeting Android/iOS, with TypeScriptToLua as the...
Trying to follow along with building tsc.exe - I've hit MLIR issues twice: - Building the third party tools I needed to go into the clang folder and have it...