(symbol, kind)
| 136697 | } |
| 136698 | } |
| 136699 | function exportInfo(symbol, kind) { |
| 136700 | var exportInfo = getExportInfo(symbol, kind, checker); |
| 136701 | return exportInfo && { kind: 1 /* ImportExport.Export */, symbol: symbol, exportInfo: exportInfo }; |
| 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 */; |
no test coverage detected