style(compiler): fix typo and formatting (#23729)

PR Close #23729
This commit is contained in:
Alan Agius
2018-05-06 17:50:35 +02:00
committed by Matias Niemelä
parent 41cd8f3efb
commit 31795b620f
2 changed files with 2 additions and 5 deletions

View File

@ -11,8 +11,6 @@ import {CollectorOptions, METADATA_VERSION} from '@angular/compiler-cli';
import {MetadataCollector} from '@angular/compiler-cli/src/metadata/collector';
import * as ts from 'typescript';
// This matches .ts files but not .d.ts files.
const TS_EXT = /(^.|(?!\.d)..)\.ts$/;