Trait swc_bundler::Hook[][src]

pub trait Hook: Sync + Send {
    fn get_import_meta_props(
        &self,
        span: Span,
        module_record: &ModuleRecord
    ) -> Result<Vec<KeyValueProp>, Error>; }

Required methods

fn get_import_meta_props(
    &self,
    span: Span,
    module_record: &ModuleRecord
) -> Result<Vec<KeyValueProp>, Error>
[src]

Loading content...

Implementors

Loading content...