repackaging: all the repackaging changes squashed
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import {NumberWrapper, StringWrapper, isPresent, resolveEnumToken} from "angular2/src/facade/lang";
|
||||
import {BaseException} from 'angular2/src/facade/exceptions';
|
||||
import {NumberWrapper, StringWrapper, isPresent, resolveEnumToken} from '../../src/facade/lang';
|
||||
import {BaseException} from '../../src/facade/exceptions';
|
||||
|
||||
import {
|
||||
isWhitespace,
|
||||
@@ -44,7 +44,7 @@ import {
|
||||
$CR,
|
||||
$LF,
|
||||
$VTAB
|
||||
} from "angular2/src/compiler/chars";
|
||||
} from '@angular/compiler/src/chars';
|
||||
|
||||
export {
|
||||
$EOF,
|
||||
@@ -59,7 +59,7 @@ export {
|
||||
$COLON,
|
||||
$SEMICOLON,
|
||||
isWhitespace
|
||||
} from "angular2/src/compiler/chars";
|
||||
} from '@angular/compiler/src/chars';
|
||||
|
||||
export enum CssTokenType {
|
||||
EOF,
|
||||
|
||||
@@ -3,7 +3,7 @@ import {
|
||||
ParseSourceFile,
|
||||
ParseLocation,
|
||||
ParseError
|
||||
} from "angular2/src/compiler/parse_util";
|
||||
} from '@angular/compiler/src/parse_util';
|
||||
|
||||
import {
|
||||
bitWiseOr,
|
||||
@@ -11,7 +11,7 @@ import {
|
||||
NumberWrapper,
|
||||
StringWrapper,
|
||||
isPresent
|
||||
} from "angular2/src/facade/lang";
|
||||
} from '../../src/facade/lang';
|
||||
|
||||
import {
|
||||
CssLexerMode,
|
||||
@@ -32,9 +32,9 @@ import {
|
||||
$COLON,
|
||||
$SEMICOLON,
|
||||
isNewline
|
||||
} from "angular2/src/compiler/css/lexer";
|
||||
} from '@angular/compiler/src/css/lexer';
|
||||
|
||||
export {CssToken} from "angular2/src/compiler/css/lexer";
|
||||
export {CssToken} from '@angular/compiler/src/css/lexer';
|
||||
|
||||
export enum BlockType {
|
||||
Import,
|
||||
|
||||
Reference in New Issue
Block a user