aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/_all.js
diff options
context:
space:
mode:
authorMats Larsen <me@supergrecko.com>2022-06-06 07:25:18 +0100
committerGitHub <noreply@github.com>2022-06-06 08:25:18 +0200
commitee280383b036ad25acc02aafcba0040dc3bb2d45 (patch)
tree80bbdee91b3036533c5c29e7079ab380acee3d6f /lib/compilers/_all.js
parentad2c28aa08fa69c4f96989da6e6bf9e9911224c3 (diff)
downloadcompiler-explorer-ee280383b036ad25acc02aafcba0040dc3bb2d45.tar.gz
compiler-explorer-ee280383b036ad25acc02aafcba0040dc3bb2d45.zip
NFC: Rename TypeScript to TypeScript Native on website (#3750)gh-3250
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r--lib/compilers/_all.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compilers/_all.js b/lib/compilers/_all.js
index 7a2a942c7..ec10ea063 100644
--- a/lib/compilers/_all.js
+++ b/lib/compilers/_all.js
@@ -79,7 +79,7 @@ export {SPIRVCompiler} from './spirv';
export {SwiftCompiler} from './swift';
export {TenDRACompiler} from './tendra';
export {TinyCCompiler} from './tinyc';
-export {TypeScriptCompiler} from './typescript';
+export {TypeScriptNativeCompiler} from './typescript-native';
export {VBCompiler} from './dotnet';
export {Win32Compiler} from './win32';
export {Win32VcCompiler} from './win32-vc';