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

Function isTransformedModuleDeclaration

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

Source from the content-addressed store, hash-verified

94102 }
94103 }
94104 function isTransformedModuleDeclaration(node) {
94105 return ts.getOriginalNode(node).kind === 261 /* SyntaxKind.ModuleDeclaration */;
94106 }
94107 function isTransformedEnumDeclaration(node) {
94108 return ts.getOriginalNode(node).kind === 260 /* SyntaxKind.EnumDeclaration */;
94109 }

Callers 1

onEmitNodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected