refactor(core): move facades out of core
This is part of ongoing work to make core platform-independent. BREAKING CHANGE All private exports from 'angular2/src/core/facade/{lang,collection,exception_handler}' should be replaced with 'angular2/src/facade/{lang,collection,exception_handler}'.
This commit is contained in:
@ -13,8 +13,8 @@ import 'package:angular2/src/core/change_detection/event_binding.dart';
|
||||
import 'package:angular2/src/core/change_detection/binding_record.dart';
|
||||
import 'package:angular2/src/core/change_detection/codegen_facade.dart'
|
||||
show codify;
|
||||
import 'package:angular2/src/core/facade/exceptions.dart' show BaseException;
|
||||
import 'package:angular2/src/core/facade/collection.dart' show ListWrapper;
|
||||
import 'package:angular2/src/facade/exceptions.dart' show BaseException;
|
||||
import 'package:angular2/src/facade/collection.dart' show ListWrapper;
|
||||
|
||||
/// Responsible for generating change detector classes for Angular 2.
|
||||
///
|
||||
|
@ -6,7 +6,7 @@ import 'package:barback/barback.dart';
|
||||
import 'package:path/path.dart' as path;
|
||||
|
||||
import 'package:angular2/src/core/change_detection/interfaces.dart';
|
||||
import 'package:angular2/src/core/facade/lang.dart';
|
||||
import 'package:angular2/src/facade/lang.dart';
|
||||
import 'package:angular2/src/core/reflection/reflection.dart';
|
||||
import 'package:angular2/src/transform/common/asset_reader.dart';
|
||||
import 'package:angular2/src/transform/common/code/source_module.dart';
|
||||
|
Reference in New Issue
Block a user