(func)
| 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 | } |
no test coverage detected
searching dependent graphs…