chore(packaging): update import for the new file structure

This commit is contained in:
Yegor Jbanov
2015-02-05 13:08:05 -08:00
parent 3820609f24
commit 3f228669d7
134 changed files with 603 additions and 646 deletions
@@ -3,7 +3,7 @@ library reflection.reflection;
import 'reflector.dart';
import 'types.dart';
export 'reflector.dart';
import 'package:facade/src/lang.dart';
import 'package:angular2/src/facade/lang.dart';
class NoReflectionCapabilities {
Function factory(Type type){
@@ -1,5 +1,5 @@
import {Type, isPresent} from 'facade/src/lang';
import {List, ListWrapper} from 'facade/src/collection';
import {Type, isPresent} from 'angular2/src/facade/lang';
import {List, ListWrapper} from 'angular2/src/facade/collection';
import {Reflector} from './reflector';
export {Reflector} from './reflector';
import {ReflectionCapabilities} from './reflection_capabilities';
@@ -1,5 +1,5 @@
import {Type, isPresent} from 'facade/src/lang';
import {List, ListWrapper} from 'facade/src/collection';
import {Type, isPresent} from 'angular2/src/facade/lang';
import {List, ListWrapper} from 'angular2/src/facade/collection';
import {GetterFn, SetterFn, MethodFn} from './types';
export class ReflectionCapabilities {
+2 -2
View File
@@ -1,5 +1,5 @@
import {Type, isPresent, stringify, BaseException} from 'facade/src/lang';
import {List, ListWrapper, Map, MapWrapper, StringMapWrapper} from 'facade/src/collection';
import {Type, isPresent, stringify, BaseException} from 'angular2/src/facade/lang';
import {List, ListWrapper, Map, MapWrapper, StringMapWrapper} from 'angular2/src/facade/collection';
import {SetterFn, GetterFn, MethodFn} from './types';
export {SetterFn, GetterFn, MethodFn} from './types';