Merge pull request #4281 from adidahiya/expose-scanner-typings

Make createScanner external (fixes #4057)
This commit is contained in:
Mohamed Hegazy
2015-08-17 12:18:00 -07:00
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,