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

Function allowConditionalTypesAnd

test/fixtures/snapshot/typescript.js:31913–31915  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

31911 return doInsideOfContext(4096 /* NodeFlags.DisallowInContext */, func);
31912 }
31913 function allowConditionalTypesAnd(func) {
31914 return doOutsideOfContext(65536 /* NodeFlags.DisallowConditionalTypesContext */, func);
31915 }
31916 function disallowConditionalTypesAnd(func) {
31917 return doInsideOfContext(65536 /* NodeFlags.DisallowConditionalTypesContext */, func);
31918 }

Callers 3

parseReturnTypeFunction · 0.85
parseTypeFunction · 0.85

Calls 1

doOutsideOfContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…