blob: 3085bf266f4a4da1b6547df422c09c818cccfcf1 [file] [log] [blame]
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// 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.
library js_backend;
import '../closure.dart';
import '../../compiler.dart' as api;
import '../elements/elements.dart';
import '../dart2jslib.dart' hide Selector;
import '../native_handler.dart' as native;
import '../source_file.dart';
import '../source_map_builder.dart';
import '../ssa/ssa.dart';
import '../tree/tree.dart';
import '../universe/universe.dart';
import '../util/characters.dart';
import '../util/util.dart';
part 'backend.dart';
part 'constant_emitter.dart';
part 'constant_system_javascript.dart';
part 'emitter.dart';
part 'emitter_no_eval.dart';
part 'namer.dart';
part 'native_emitter.dart';