MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getSyntaxKindString

Function getSyntaxKindString

compiler/companion/src/TSUtils.ts:344–346  ·  view source on GitHub ↗
(syntaxKind: ts.SyntaxKind)

Source from the content-addressed store, hash-verified

342}
343
344export function getSyntaxKindString(syntaxKind: ts.SyntaxKind): string {
345 return ts.SyntaxKind[syntaxKind];
346}
347
348const MAX_NODE_DEBUG_LENGTH = 50;
349

Callers 3

constructorMethod · 0.90
logNodeInfoFunction · 0.90
getNodeDebugDescriptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected