pub trait Hook: Sync + Send {
    fn get_import_meta_props(
        &self,
        span: Span,
        module_record: &ModuleRecord
    ) -> Result<Vec<KeyValueProp, Global>, Error>; }
Available on crate feature __bundler only.

Required Methods

Implementors