Reference
collectStaticModuleSpecifiers
Collects module specifier strings from static import and export declarations.
Signature
function collectStaticModuleSpecifiers(input: { code: string; filename?: string }): string[]Reference
Collects module specifier strings from static import and export declarations.
function collectStaticModuleSpecifiers(input: { code: string; filename?: string }): string[]