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

Function isTransformedEnumDeclaration

test/fixtures/snapshot/typescript.js:94107–94109  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

94105 return ts.getOriginalNode(node).kind === 261 /* SyntaxKind.ModuleDeclaration */;
94106 }
94107 function isTransformedEnumDeclaration(node) {
94108 return ts.getOriginalNode(node).kind === 260 /* SyntaxKind.EnumDeclaration */;
94109 }
94110 /**
94111 * Hook for node emit.
94112 *

Callers 1

onEmitNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected