Boa 0.1.5

Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language.
Documentation
Build #676207 2022-11-18T12:44:06.949611+00:00
# rustc version
rustc 1.67.0-nightly (83356b78c 2022-11-17)
# docs.rs version
docsrs 0.6.0 (2e5ef9b6 2022-11-15)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/Boa-0.1.5/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/Boa-0.1.5/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20221117-1.67.0-nightly-83356b78c\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 87b254c7cb679e6bc777dc5ed9aa585360c31aab7d24fcbf7b9f97012dee9b43
[INFO] running `Command { std: "docker" "start" "-a" "87b254c7cb679e6bc777dc5ed9aa585360c31aab7d24fcbf7b9f97012dee9b43", kill_on_drop: false }`
[INFO] [stderr]  Documenting Boa v0.1.5 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `SPEC`
[INFO] [stderr]   --> src/lib/js/object.rs:11:7
[INFO] [stderr]    |
[INFO] [stderr] 11 | /// [[SPEC] - The Property Descriptor Specification Type](https://tc39.github.io/ecma262/#sec-property-descriptor-specification-type)   
[INFO] [stderr]    |       ^^^^ no item named `SPEC` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `SPEC`
[INFO] [stderr]   --> src/lib/js/object.rs:12:7
[INFO] [stderr]    |
[INFO] [stderr] 12 | /// [[SPEC] - Default Attribute Values](https://tc39.github.io/ecma262/#table-4)
[INFO] [stderr]    |       ^^^^ no item named `SPEC` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/lib/js/function.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | /// https://tc39.github.io/ecma262/#sec-terms-and-definitions-function
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://tc39.github.io/ecma262/#sec-terms-and-definitions-function>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/lib/js/json.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | /// https://tc39.github.io/ecma262/#sec-json.parse
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://tc39.github.io/ecma262/#sec-json.parse>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]  --> src/lib/syntax/ast/keyword.rs:9:22
[INFO] [stderr]   |
[INFO] [stderr] 9 | /// As specificed by https://www.ecma-international.org/ecma-262/#sec-keywords
[INFO] [stderr]   |                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://www.ecma-international.org/ecma-262/#sec-keywords>`
[INFO] [stderr]   |
[INFO] [stderr]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `Boa` (lib doc) generated 5 warnings (run `cargo fix --lib -p Boa` to apply 3 suggestions)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 0.80s
[INFO] running `Command { std: "docker" "inspect" "87b254c7cb679e6bc777dc5ed9aa585360c31aab7d24fcbf7b9f97012dee9b43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "87b254c7cb679e6bc777dc5ed9aa585360c31aab7d24fcbf7b9f97012dee9b43", kill_on_drop: false }`
[INFO] [stdout] 87b254c7cb679e6bc777dc5ed9aa585360c31aab7d24fcbf7b9f97012dee9b43