Reference
collectStaticExportReferences
Collects static export declarations and their exported names.
Signature
function collectStaticExportReferences(input: { code: string; filename?: string }): StaticExportReference[]Reference
Collects static export declarations and their exported names.
function collectStaticExportReferences(input: { code: string; filename?: string }): StaticExportReference[]