diff options
Diffstat (limited to 'lib/compilers/_all.js')
-rw-r--r-- | lib/compilers/_all.js | 2 |
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'; |