refactor(ivy): clean up ngtsc code (#30238)

No behavioural changes.

PR Close #30238
This commit is contained in:
Pete Bacon Darwin
2019-05-08 16:30:56 +01:00
committed by Alex Rickabaugh
parent d80ae6ba0d
commit 5887ddfa3c
5 changed files with 4 additions and 15 deletions

View File

@ -5,9 +5,6 @@
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
import * as ts from 'typescript';
import {NOOP_DEFAULT_IMPORT_RECORDER, ReferenceEmitter} from '../../imports';
import {DtsMetadataReader, LocalMetadataRegistry} from '../../metadata';
import {PartialEvaluator} from '../../partial_evaluator';