boa_engine 0.21.1

Boa is a Javascript lexer, parser and compiler written in Rust. Currently, it has support for some of the language.
Documentation
1
2
3
// Reexports `std::time` for all other platforms. This could cause panics on
// platforms that don't support `Instant::now()`.
pub(crate) use std::time;