diff --git a/pkg/dart2wasm/bin/dart2wasm.dart b/pkg/dart2wasm/bin/dart2wasm.dart index 842cae3977f..26b4ce86002 100644 --- a/pkg/dart2wasm/bin/dart2wasm.dart +++ b/pkg/dart2wasm/bin/dart2wasm.dart @@ -2,145 +2,6 @@ // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. -import 'dart:io'; +import 'package:dart2wasm/dart2wasm.dart' as dart2wasm; -import 'package:args/args.dart' as args; -import 'package:front_end/src/api_unstable/vm.dart' - show printDiagnosticMessage, resolveInputUri; -import 'package:front_end/src/api_unstable/vm.dart' as fe; - -import 'package:dart2wasm/compile.dart'; -import 'package:dart2wasm/compiler_options.dart'; -import 'package:dart2wasm/option.dart'; - -// Used to allow us to keep defaults on their respective option structs. -final CompilerOptions _d = CompilerOptions.defaultOptions(); - -final List