(to, statement)
| 14666 | } |
| 14667 | ts.insertStatementAfterStandardPrologue = insertStatementAfterStandardPrologue; |
| 14668 | function insertStatementAfterCustomPrologue(to, statement) { |
| 14669 | return insertStatementAfterPrologue(to, statement, isAnyPrologueDirective); |
| 14670 | } |
| 14671 | ts.insertStatementAfterCustomPrologue = insertStatementAfterCustomPrologue; |
| 14672 | /** |
| 14673 | * Determine if the given comment is a triple-slash |
nothing calls this directly
no test coverage detected