(text)
| 22924 | } |
| 22925 | // @api |
| 22926 | function createRegularExpressionLiteral(text) { |
| 22927 | var node = createBaseLiteral(13 /* SyntaxKind.RegularExpressionLiteral */, text); |
| 22928 | return node; |
| 22929 | } |
| 22930 | // @api |
| 22931 | function createLiteralLikeNode(kind, text) { |
| 22932 | switch (kind) { |
no test coverage detected