Reference
collectStaticImportReferences
Collects static import declarations and their local binding names.
Signature
function collectStaticImportReferences(input: { code: string; filename?: string }): StaticImportReference[]Reference
Collects static import declarations and their local binding names.
function collectStaticImportReferences(input: { code: string; filename?: string }): StaticImportReference[]