File tree Expand file tree Collapse file tree 6 files changed +12
-3
lines changed Expand file tree Collapse file tree 6 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 5.1.1
2+
3+ - Fix re-add ` multiRootScheme ` to build_modules exports.
4+
15## 5.1.0
26
37- Add drivers and state resources required for DDC + Frontend Server compilation.
Original file line number Diff line number Diff line change 22// for details. All rights reserved. Use of this source code is governed by a
33// BSD-style license that can be found in the LICENSE file.
44
5+ export 'src/common.dart' show multiRootScheme;
56export 'src/ddc_names.dart' ;
67export 'src/errors.dart' show MissingModulesException, UnsupportedModules;
78export 'src/frontend_server_resources.dart'
Original file line number Diff line number Diff line change 11name : build_modules
2- version : 5.1.0
2+ version : 5.1.1
33description : >-
44 Builders to analyze and split Dart code into individually compilable modules
55 based on imports.
Original file line number Diff line number Diff line change 1+ ## 4.4.1
2+
3+ - Read ` multiRootScheme ` from ` build_modules ` .
4+
15## 4.4.0
26
37- Add DDC + Frontend Server compilation support to existing builders.
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ import 'dart:convert';
66import 'dart:io' ;
77
88import 'package:build/build.dart' ;
9+ import 'package:build_modules/build_modules.dart' show multiRootScheme;
910import 'package:path/path.dart' as p;
1011import 'package:scratch_space/scratch_space.dart' ;
1112
12- final multiRootScheme = 'org-dartlang-app' ;
1313final jsModuleErrorsExtension = '.ddc.js.errors' ;
1414final jsModuleExtension = '.ddc.js' ;
1515final jsSourceMapExtension = '.ddc.js.map' ;
Original file line number Diff line number Diff line change 11name : build_web_compilers
2- version : 4.4.0
2+ version : 4.4.1
33description : Builder implementations wrapping the dart2js and DDC compilers.
44repository : https://github.com/dart-lang/build/tree/master/build_web_compilers
55resolution : workspace
You can’t perform that action at this time.
0 commit comments