1- // Copyright (c) 2017 , the Dart project authors. Please see the AUTHORS file
1+ // Copyright (c) 2024 , the Dart project authors. Please see the AUTHORS file
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
@@ -19,21 +19,21 @@ import 'package:kernel/text/debug_printer.dart';
1919import 'package:path/path.dart' as p;
2020import 'package:source_maps/source_maps.dart' show SourceMapBuilder;
2121
22- import '../command/arguments.dart' ;
23- import '../command/options.dart' ;
24- import '../command/result.dart' ;
2522import '../compiler/js_names.dart' as js_ast;
2623import '../compiler/module_builder.dart' ;
2724import '../compiler/shared_command.dart' ;
2825import '../js_ast/js_ast.dart' as js_ast;
2926import '../js_ast/js_ast.dart' show js;
3027import '../js_ast/source_map_printer.dart' show SourceMapPrintingContext;
31- import 'compiler.dart' ;
32- import 'compiler_new.dart' ;
33- import 'module_metadata.dart' ;
34- import 'module_symbols.dart' ;
35- import 'module_symbols_collector.dart' ;
36- import 'target.dart' ;
28+ import '../kernel/compiler.dart' ;
29+ import '../kernel/compiler_new.dart' ;
30+ import '../kernel/module_metadata.dart' ;
31+ import '../kernel/module_symbols.dart' ;
32+ import '../kernel/module_symbols_collector.dart' ;
33+ import '../kernel/target.dart' ;
34+ import 'arguments.dart' ;
35+ import 'options.dart' ;
36+ import 'result.dart' ;
3737
3838const _binaryName = 'dartdevc' ;
3939
0 commit comments