DescriptionAllow dart2dart to output one file per library.
This is activated by the (undocumented) command line argument
--output-type=dart-multi
The files will be called
$out.dart // main file
$out.$lib.dart // from library lib.dart
Where $out is what is specified in the --out= argument and
$lib is a 'uniqueified' version of the library file name (directory
structure is flattened).
A library split in parts will be collected into one file.
This is still untested.
BUG=
R=floitsch@google.com, jgruber@google.com, johnniwinther@google.com
Committed: https://code.google.com/p/dart/source/detail?r=39694
Patch Set 1 #
Total comments: 28
Patch Set 2 : Address comments #Patch Set 3 : Insert library-names in generateds libraries. Fix bug of previous upload #
Total comments: 10
Patch Set 4 : Address floitsch's comments #Messages
Total messages: 8 (0 generated)
|