()
| 27004 | return ts.isStringLiteral(node.expression) && node.expression.text === "use strict"; |
| 27005 | } |
| 27006 | function createUseStrictPrologue() { |
| 27007 | return ts.startOnNewLine(createExpressionStatement(createStringLiteral("use strict"))); |
| 27008 | } |
| 27009 | /** |
| 27010 | * Copies only the standard (string-expression) prologue-directives into the target statement-array. |
| 27011 | * @param source origin statements array |
no test coverage detected