blob: 28edb25815db54b8cffc7599001f4d770611cfe3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Default settings for TypeScript Compiler
compilers=&tsnative
compilerType=typescript
versionFlag=--version
group.tsnative.compilers=tsc_jit_gc:tsc_jit_nogc
compiler.tsc_jit_gc.exe=/opt/compiler-explorer/tsc-0.0-pre-alpha35/bin/tsc
compiler.tsc_jit_gc.sharedlibs=/opt/compiler-explorer/tsc-0.0-pre-alpha35/lib/libTypeScriptRuntime.so
compiler.tsc_jit_gc.name=TypeScript Native Compiler JIT (GC)
compiler.tsc_jit_gc.semver=0.0.35
compiler.tsc_jit_nogc.exe=/opt/compiler-explorer/tsc-0.0-pre-alpha35/bin/tsc
compiler.tsc_jit_nogc.sharedlibs=
compiler.tsc_jit_nogc.name=TypeScript Native Compiler JIT (No GC)
compiler.tsc_jit_nogc.semver=0.0.35
defaultCompiler=tsc_jit_gc
supportsBinary=false
supportsExecute=true
interpreted=true
|