aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/_all.js
diff options
context:
space:
mode:
authorODuzhar <59564676+ODuzhar@users.noreply.github.com>2022-03-22 03:14:03 +0000
committerGitHub <noreply@github.com>2022-03-21 22:14:03 -0500
commitdf3042f29b26e5ec2e080119156bf1c725d07d95 (patch)
tree8e3e4bb19d2c3d1ba0bb99af36ae97b1fdb4ca1c /lib/compilers/_all.js
parent5f01821eb40450284a92fc4fa066772743b2a697 (diff)
downloadcompiler-explorer-df3042f29b26e5ec2e080119156bf1c725d07d95.tar.gz
compiler-explorer-df3042f29b26e5ec2e080119156bf1c725d07d95.zip
Added TypeScript Native compiler (#3448)gh-2193
* progress * added some config Co-authored-by: Alex D <duzhar@gmail.com>
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r--lib/compilers/_all.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js
index b2c8142bf..d587abc1a 100644
--- a/lib/compilers/_all.js
+++ b/lib/compilers/_all.js
@@ -75,6 +75,7 @@ export { SPIRVCompiler } from './spirv';
export { SwiftCompiler } from './swift';
export { TenDRACompiler } from './tendra';
export { TinyCCompiler } from './tinyc';
+export { TypeScriptCompiler } from './typescript';
export { VBCompiler } from './dotnet';
export { Win32Compiler } from './win32';
export { Win32VcCompiler } from './win32-vc';