refactor(imports): simplify paths

This commit is contained in:
Victor Berchet
2016-05-31 15:22:59 -07:00
parent b00b9fe564
commit 27a47e7841
154 changed files with 291 additions and 294 deletions

View File

@ -1,4 +1,4 @@
import {ListWrapper} from '../../src/facade/collection';
import {ListWrapper} from '../facade/collection';
export class AST {
visit(visitor: AstVisitor, context: any = null): any { return null; }