Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
344
export
function
getSyntaxKindString(syntaxKind: ts.SyntaxKind): string {
345
return
ts.SyntaxKind[syntaxKind];
346
}
347
348
const
MAX_NODE_DEBUG_LENGTH = 50;
349
Callers
3
constructor
Method · 0.90
logNodeInfo
Function · 0.90
getNodeDebugDescription
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected