swc_plugin_runner 25.0.0

Runner for swc plugins. This crate is INTERNAL crate and used by swc itself.
Documentation
1
2
3
4
pub fn span_dummy_with_cmt_proxy() -> u32 {
    // Instead of trying to serialize whole span, send bytepos only
    swc_common::Span::dummy_with_cmt().lo.0
}