Expand description
Plugin backend abstraction layer
This module provides the JavaScript runtime backend for executing TypeScript plugins. Currently implements QuickJS with oxc transpilation.
Re-exports§
pub use quickjs_backend::has_fatal_js_error;pub use quickjs_backend::set_panic_on_js_errors;pub use quickjs_backend::take_fatal_js_error;pub use quickjs_backend::PendingResponses;pub use quickjs_backend::QuickJsBackend;pub use quickjs_backend::TsPluginInfo;
Modules§
- quickjs_
backend - QuickJS JavaScript runtime backend for TypeScript plugins