Make createScanner external (fixes #4057)

This commit is contained in:
Adi Dahiya
2015-08-11 21:37:53 -04:00
parent 9717427130
commit fcc43a6730
2 changed files with 1 additions and 1 deletions

View File

@@ -672,7 +672,6 @@ namespace ts {
ch > CharacterCodes.maxAsciiCharacter && isUnicodeIdentifierPart(ch, languageVersion);
}
/* @internal */
// Creates a scanner over a (possibly unspecified) range of a piece of text.
export function createScanner(languageVersion: ScriptTarget,
skipTrivia: boolean,