(kind)
| 2884 | } |
| 2885 | Debug.formatSyntaxKind = formatSyntaxKind; |
| 2886 | function formatSnippetKind(kind) { |
| 2887 | return formatEnum(kind, ts.SnippetKind, /*isFlags*/ false); |
| 2888 | } |
| 2889 | Debug.formatSnippetKind = formatSnippetKind; |
| 2890 | function formatNodeFlags(flags) { |
| 2891 | return formatEnum(flags, ts.NodeFlags, /*isFlags*/ true); |
nothing calls this directly
no test coverage detected