chore(build): add experimental Dart build that uses DDC for code analysis

This commit is contained in:
Yegor Jbanov
2015-06-03 17:22:30 -07:00
committed by yjbanov
parent 03c8e7428f
commit 49dc819d23
6 changed files with 61 additions and 10 deletions

View File

@ -243,6 +243,12 @@ gulp.task('build/analyze.dart', dartanalyzer(gulp, gulpPlugins, {
command: DART_SDK.ANALYZER
}));
gulp.task('build/analyze.ddc.dart', dartanalyzer(gulp, gulpPlugins, {
dest: CONFIG.dest.dart,
command: DART_SDK.ANALYZER,
use_ddc: true
}));
// ------------
// pubbuild
// WARNING: this task is very slow (~15m as of July 2015)