diff options
author | RabsRincon <ruben@rinconblanco.es> | 2022-02-13 23:02:02 +0100 |
---|---|---|
committer | RabsRincon <ruben@rinconblanco.es> | 2022-02-13 23:02:02 +0100 |
commit | 53a17f5b696e40022b32ba4ab29c94e22e70d28f (patch) | |
tree | 2383d8ecc05543d525731ade4a4bffe6696e97c2 /lib/compilers/dart.js | |
parent | c75291c3a1d5284d22403a20386bbf032aeaac11 (diff) | |
download | compiler-explorer-53a17f5b696e40022b32ba4ab29c94e22e70d28f.tar.gz compiler-explorer-53a17f5b696e40022b32ba4ab29c94e22e70d28f.zip |
Please the linergh-1974
Diffstat (limited to 'lib/compilers/dart.js')
-rw-r--r-- | lib/compilers/dart.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/dart.js b/lib/compilers/dart.js index 17f36902c..a3ac1bb22 100644 --- a/lib/compilers/dart.js +++ b/lib/compilers/dart.js @@ -23,6 +23,7 @@ // POSSIBILITY OF SUCH DAMAGE. import Semver from 'semver'; + import { DartAsmParser } from '../asm-parser-dart'; import { BaseCompiler } from '../base-compiler'; import * as utils from '../utils'; |