The 'compile' command in dart cli uses the production compiler dart2js 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