MCPcopy Create free account
hub / github.com/nodejs/node / createRegularExpressionLiteral

Function createRegularExpressionLiteral

test/fixtures/snapshot/typescript.js:22926–22929  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

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) {

Callers 1

createLiteralLikeNodeFunction · 0.85

Calls 1

createBaseLiteralFunction · 0.85

Tested by

no test coverage detected