Reference

collectStaticModuleSpecifiers

Collects module specifier strings from static import and export declarations.

Signature

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