(node)
| 14645 | return to; |
| 14646 | } |
| 14647 | function isAnyPrologueDirective(node) { |
| 14648 | return isPrologueDirective(node) || !!(getEmitFlags(node) & 1048576 /* EmitFlags.CustomPrologue */); |
| 14649 | } |
| 14650 | /** |
| 14651 | * Prepends statements to an array while taking care of prologue directives. |
| 14652 | */ |
nothing calls this directly
no test coverage detected