chore(parser): cleanup unused imports

Closes #5424
This commit is contained in:
Yegor Jbanov 2015-11-20 16:55:56 -08:00 committed by Yegor
parent 87d56acdaa
commit b4de41b74e
1 changed files with 3 additions and 16 deletions

View File

@ -1,19 +1,6 @@
import {
MapWrapper,
ListWrapper,
StringMapWrapper,
SetWrapper
} from 'angular2/src/facade/collection';
import {
RegExpWrapper,
isPresent,
StringWrapper,
StringJoiner,
stringify,
assertionsEnabled,
isBlank
} from 'angular2/src/facade/lang';
import {Injectable, Inject, Injector, OpaqueToken, Optional} from 'angular2/core';
import {ListWrapper, StringMapWrapper, SetWrapper} from 'angular2/src/facade/collection';
import {RegExpWrapper, isPresent, StringWrapper, isBlank} from 'angular2/src/facade/lang';
import {Injectable, Inject, OpaqueToken, Optional} from 'angular2/core';
import {CONST_EXPR} from 'angular2/src/facade/lang';
import {BaseException} from 'angular2/src/facade/exceptions';
import {Parser, AST, ASTWithSource} from 'angular2/src/core/change_detection/change_detection';