TypeScriptCompiler icon indicating copy to clipboard operation
TypeScriptCompiler copied to clipboard

TypeScript Compiler (by LLVM)

Results 7 TypeScriptCompiler issues
Sort by recently updated
recently updated
newest added

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: ![Снимок экрана 2024-07-25 161740](https://github.com/user-attachments/assets/0771a1b2-5bd2-4172-8e0b-92c3ef224066) In console then it outputs: ``` test.ts:1:1: error: String.ts: Can't open:...