Skip to main content

Module import_meta_glob

Module import_meta_glob 

Source

Structs§

ImportMetaGlobAsset
ImportMetaGlobAssetReference
ImportMetaGlobAssetReferenceCodeGen
ImportMetaGlobMap
This is a transparent value type wrapping [FxIndexMap<RcStr,ImportMetaGlobMapEntry>].
ImportMetaGlobMapEntry
ImportMetaGlobModuleReference
A reference from the ImportMetaGlobAsset virtual module to one of the glob-matched modules. Carries ExportUsage so that tree shaking can narrow the used exports when the import option is set (e.g. { import: 'default' } means only the default export is needed).
ImportMetaGlobOptions
Parsed options from an import.meta.glob(patterns, options?) call.

Functions§

parse_import_meta_glob
Parse the arguments of an import.meta.glob(patterns, options?) call.