Skip to main content

initializeImportMeta

property SourceTextModuleOptions.initializeImportMeta

Called during evaluation of this module to initialize the import.meta.

((
meta: ImportMeta,
) => void) | undefined
Back to top