()
| 31941 | return inContext(8192 /* NodeFlags.YieldContext */); |
| 31942 | } |
| 31943 | function inDisallowInContext() { |
| 31944 | return inContext(4096 /* NodeFlags.DisallowInContext */); |
| 31945 | } |
| 31946 | function inDisallowConditionalTypesContext() { |
| 31947 | return inContext(65536 /* NodeFlags.DisallowConditionalTypesContext */); |
| 31948 | } |
no test coverage detected
searching dependent graphs…