pub type BoxJavascriptParserPlugin = Box<dyn JavascriptParserPlugin + Send + Sync>;
pub struct BoxJavascriptParserPlugin(/* private fields */);