(node, flags)
| 18886 | } |
| 18887 | ts.hasEffectiveModifier = hasEffectiveModifier; |
| 18888 | function hasSyntacticModifier(node, flags) { |
| 18889 | return !!getSelectedSyntacticModifierFlags(node, flags); |
| 18890 | } |
| 18891 | ts.hasSyntacticModifier = hasSyntacticModifier; |
| 18892 | function isStatic(node) { |
| 18893 | // https://tc39.es/ecma262/#sec-static-semantics-isstatic |
no test coverage detected
searching dependent graphs…