rolldown_plugin 0.1.0

Plugin interface for Rolldown bundler
Documentation
1
2
3
4
5
6
7
use oxc_index::IndexVec;
use rolldown_common::PluginIdx;

use crate::{__inner::SharedPluginable, PluginContext};

pub type IndexPluginable = IndexVec<PluginIdx, SharedPluginable>;
pub type IndexPluginContext = IndexVec<PluginIdx, PluginContext>;