(to, from)
| 14655 | } |
| 14656 | ts.insertStatementsAfterStandardPrologue = insertStatementsAfterStandardPrologue; |
| 14657 | function insertStatementsAfterCustomPrologue(to, from) { |
| 14658 | return insertStatementsAfterPrologue(to, from, isAnyPrologueDirective); |
| 14659 | } |
| 14660 | ts.insertStatementsAfterCustomPrologue = insertStatementsAfterCustomPrologue; |
| 14661 | /** |
| 14662 | * Prepends statements to an array while taking care of prologue directives. |
nothing calls this directly
no test coverage detected