Reference

collectStaticExportReferences

Collects static export declarations and their exported names.

Signature

function collectStaticExportReferences(input: { code: string; filename?: string }): StaticExportReference[]