superui_boa_parser 0.3.0

Fork of boa_parser (boa 0.21.1) with relaxed icu_properties pin for Bevy 0.19 / Parley / icu 2.1 compatibility. Upstream: https://github.com/boa-dev/boa
Documentation
1
2
3
4
5
6
7
8
9
10
mod do_while_statement;
mod for_statement;
#[cfg(test)]
mod tests;
mod while_statement;

pub(super) use self::{
    do_while_statement::DoWhileStatement, for_statement::ForStatement,
    while_statement::WhileStatement,
};