aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/_all.js
diff options
context:
space:
mode:
authorMichael Debertol <michael.debertol@gmail.com>2022-02-11 16:19:16 +0100
committerGitHub <noreply@github.com>2022-02-11 16:19:16 +0100
commit3f695c9cc10d69544440776a1dbb69866434f18d (patch)
tree2cd7819f88e7b72079a336f00175b27f8e1056a0 /lib/compilers/_all.js
parent7266bc52be66cb29a6a4cc10383d3d7c703e4076 (diff)
downloadcompiler-explorer-3f695c9cc10d69544440776a1dbb69866434f18d.tar.gz
compiler-explorer-3f695c9cc10d69544440776a1dbb69866434f18d.zip
Add Dart support (#3352)gh-1937
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 d93272d96..b2c8142bf 100644
--- a/lib/compilers/_all.js
+++ b/lib/compilers/_all.js
@@ -34,6 +34,7 @@ export { ClangHipCompiler } from './clang';
export { CleanCompiler } from './clean';
export { CprocCompiler } from './cproc';
export { CrystalCompiler } from './crystal';
+export { DartCompiler } from './dart';
export { DefaultCompiler } from './default';
export { DMDCompiler } from './dmd';
export { CSharpCompiler } from './dotnet';