Reference

collectStaticImportReferences

Collects static import declarations and their local binding names.

Signature

function collectStaticImportReferences(input: { code: string; filename?: string }): StaticImportReference[]