dart compile should have an option to use ddc (Dart Development Compiler) #56877
Labels
area-dart-cli
Use area-dart-cli for issues related to the 'dart' command like tool.
type-enhancement
A request for a change that isn't a bug
The '
compile
' command in dart cli uses the production compilerdart2js
to compile Dart files to JS when the 'js
' option is used.TO be consistent we need another option to allow users to specify that
ddc
the dart Development Compiler should be used to generate the JS file.// cc @bkonyi
The text was updated successfully, but these errors were encountered: