javascript 0.3.0

A JavaScript engine implementation in Rust
Documentation
1
2
3
4
5
6
// module
import value from "./json-modules-target.json" with { type: "json" };

if (value && value.ok === true) {
  console.log("OK");
}