MCPcopy Index your code
hub / github.com/nodejs/node / inDisallowConditionalTypesContext

Function inDisallowConditionalTypesContext

test/fixtures/snapshot/typescript.js:31946–31948  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31944 return inContext(4096 /* NodeFlags.DisallowInContext */);
31945 }
31946 function inDisallowConditionalTypesContext() {
31947 return inContext(65536 /* NodeFlags.DisallowConditionalTypesContext */);
31948 }
31949 function inDecoratorContext() {
31950 return inContext(16384 /* NodeFlags.DecoratorContext */);
31951 }

Callers 2

parseTypeFunction · 0.85

Calls 1

inContextFunction · 0.85

Tested by

no test coverage detected