chore(lint): sort imports in tools/

This commit is contained in:
Alex Eagle
2016-06-08 11:14:43 -07:00
parent efdc2d5118
commit d38aa5e25f
5 changed files with 12 additions and 7 deletions

View File

@ -1,7 +1,9 @@
import * as fs from 'fs';
import * as path from 'path';
import * as ts from 'typescript';
import {tsc, check} from './tsc';
import {check, tsc} from './tsc';
import NgOptions from './options';
import {MetadataWriterHost, TsickleHost} from './compiler_host';