MCPcopy Index your code
hub / github.com/nodejs/node / formatSyntaxKind

Function formatSyntaxKind

test/fixtures/snapshot/typescript.js:2882–2884  ·  view source on GitHub ↗
(kind)

Source from the content-addressed store, hash-verified

2880 return ts.stableSort(result, function (x, y) { return ts.compareValues(x[0], y[0]); });
2881 }
2882 function formatSyntaxKind(kind) {
2883 return formatEnum(kind, ts.SyntaxKind, /*isFlags*/ false);
2884 }
2885 Debug.formatSyntaxKind = formatSyntaxKind;
2886 function formatSnippetKind(kind) {
2887 return formatEnum(kind, ts.SnippetKind, /*isFlags*/ false);

Callers 9

failBadSyntaxKindFunction · 0.85
assertNeverFunction · 0.85
assertNodeFunction · 0.85
assertNotNodeFunction · 0.85
assertOptionalNodeFunction · 0.85
assertOptionalTokenFunction · 0.85
assertMissingNodeFunction · 0.85
formatSymbolFunction · 0.85
enableDebugInfoFunction · 0.85

Calls 1

formatEnumFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…