rome_js_semantic 0.1.0

Semantic model for the JavaScript language
Documentation
1
2
3
4
5
6
7
8
mod events;

mod semantic_model;
#[cfg(test)]
mod tests;

pub use events::*;
pub use semantic_model::*;