Home
last modified time | relevance | path

Searched refs:doOutsideOfContext (Results 1 – 1 of 1) sorted by relevance

/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-typescript/examples/
H A Dparser.ts877 function doOutsideOfContext<T>(context: NodeFlags, func: () => T): T { function
920 return doOutsideOfContext(NodeFlags.DisallowInContext, func);
940 return doOutsideOfContext(NodeFlags.AwaitContext, func);
2991 return doOutsideOfContext(NodeFlags.TypeExcludesFlags, parseTypeWorker);
3554 …node.whenTrue = doOutsideOfContext(disallowInAndDecoratorContext, parseAssignmentExpressionOrHighe…
4539 … return doOutsideOfContext(disallowInAndDecoratorContext, parseArgumentOrArrayLiteralElement);
5459 … : doOutsideOfContext(NodeFlags.YieldContext | NodeFlags.DisallowInContext, parseInitializer);