mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user