repackaging: all the repackaging changes squashed
This commit is contained in:
@@ -1,14 +1,11 @@
|
||||
import {Injectable} from '@angular/core';
|
||||
|
||||
import {
|
||||
isPresent,
|
||||
isBlank,
|
||||
StringWrapper,
|
||||
stringify,
|
||||
assertionsEnabled,
|
||||
StringJoiner,
|
||||
serializeEnum,
|
||||
} from 'angular2/src/facade/lang';
|
||||
} from '../src/facade/lang';
|
||||
|
||||
import {ListWrapper} from 'angular2/src/facade/collection';
|
||||
import {ListWrapper} from '../src/facade/collection';
|
||||
|
||||
import {
|
||||
HtmlAst,
|
||||
@@ -20,10 +17,9 @@ import {
|
||||
HtmlExpansionCaseAst
|
||||
} from './html_ast';
|
||||
|
||||
import {Injectable} from 'angular2/src/core/di';
|
||||
import {HtmlToken, HtmlTokenType, tokenizeHtml} from './html_lexer';
|
||||
import {ParseError, ParseLocation, ParseSourceSpan} from './parse_util';
|
||||
import {HtmlTagDefinition, getHtmlTagDefinition, getNsPrefix, mergeNsAndName} from './html_tags';
|
||||
import {ParseError, ParseSourceSpan} from './parse_util';
|
||||
import {getHtmlTagDefinition, getNsPrefix, mergeNsAndName} from './html_tags';
|
||||
|
||||
export class HtmlTreeError extends ParseError {
|
||||
static create(elementName: string, span: ParseSourceSpan, msg: string): HtmlTreeError {
|
||||
|
||||
Reference in New Issue
Block a user