chore(facades): missed a couple places in #10620 (#10661)

This lets us skip src/facade/exception* when compiling modules other than core
This commit is contained in:
Alex Eagle
2016-08-11 08:39:13 -07:00
committed by vikerman
parent b96869afd2
commit 7fac4efede
3 changed files with 7 additions and 6 deletions

View File

@ -6,8 +6,9 @@
* found in the LICENSE file at https://angular.io/license
*/
import {BaseException} from '@angular/core';
import {ListWrapper} from '../facade/collection';
import {BaseException, unimplemented} from '../facade/exceptions';
import {isPresent} from '../facade/lang';
import * as o from './output_ast';