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

Function disallowConditionalTypesAnd

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

Source from the content-addressed store, hash-verified

31914 return doOutsideOfContext(65536 /* NodeFlags.DisallowConditionalTypesContext */, func);
31915 }
31916 function disallowConditionalTypesAnd(func) {
31917 return doInsideOfContext(65536 /* NodeFlags.DisallowConditionalTypesContext */, func);
31918 }
31919 function doInYieldContext(func) {
31920 return doInsideOfContext(8192 /* NodeFlags.YieldContext */, func);
31921 }

Callers 2

parseTypeFunction · 0.85

Calls 1

doInsideOfContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…