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

Function getExportKindForDeclaration

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

Source from the content-addressed store, hash-verified

136702 }
136703 // Not meant for use with export specifiers or export assignment.
136704 function getExportKindForDeclaration(node) {
136705 return ts.hasSyntacticModifier(node, 512 /* ModifierFlags.Default */) ? 1 /* ExportKind.Default */ : 0 /* ExportKind.Named */;
136706 }
136707 }
136708 FindAllReferences.getImportOrExportSymbol = getImportOrExportSymbol;
136709 function getExportEqualsLocalSymbol(importedSymbol, checker) {

Callers 1

getExportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected