mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-11 17:41:26 -06:00
parent
9bb17a66cd
commit
f37cf1647d
@ -766,7 +766,7 @@ module ts {
|
||||
return false;
|
||||
}
|
||||
|
||||
// Parses a semicolon-delimited list of elements
|
||||
// Parses a list of elements
|
||||
function parseList<T extends Node>(kind: ParsingContext, parseElement: () => T): NodeArray<T> {
|
||||
var saveParsingContext = parsingContext;
|
||||
parsingContext |= 1 << kind;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user