swc_ecma_transforms_compat 0.131.0

rust port of babel and closure compiler.
Documentation
Build #626435 2022-09-10T06:33:46.538163+00:00
# rustc version
rustc 1.65.0-nightly (1d37ed661 2022-09-09)
# docs.rs version
docsrs 0.6.0 (c4f9e90 2022-09-04)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_transforms_compat-0.131.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_transforms_compat-0.131.0/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:824c28ce115f6b999260af6986f3384c158e782489540e41c0b698ca1d9fd927" "/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\", \"-20220909-1.65.0-nightly-1d37ed661\", \"--static-root-path\", \"/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "-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] 5a3ddb54db266851d8e5ecc9dd7cac007c4289834c390a578f731e511eaa508a
[INFO] running `Command { std: "docker" "start" "-a" "5a3ddb54db266851d8e5ecc9dd7cac007c4289834c390a578f731e511eaa508a", kill_on_drop: false }`
[INFO] [stderr]  Documenting swc_ecma_transforms_compat v0.131.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unresolved link to `_f`
[INFO] [stderr]   --> src/es2015/computed_props.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | / /// `@babel/plugin-transform-computed-properties`
[INFO] [stderr] 12 | | ///
[INFO] [stderr] 13 | | /// # Example
[INFO] [stderr] 14 | | /// ## In
[INFO] [stderr] ...  |
[INFO] [stderr] 40 | | /// TODO(kdy1): cache reference like (_f = f, mutatorMap[_f].get = function(){})
[INFO] [stderr] 41 | | ///     instead of (mutatorMap[f].get = function(){}
[INFO] [stderr]    | |____________________________________________________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr]    = note: the link appears in this line:
[INFO] [stderr]            
[INFO] [stderr]            TODO(kdy1): cache reference like (_f = f, mutatorMap[_f].get = function(){})
[INFO] [stderr]                                                                 ^^
[INFO] [stderr]    = note: no item named `_f` in scope
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `f`
[INFO] [stderr]   --> src/es2015/computed_props.rs:11:1
[INFO] [stderr]    |
[INFO] [stderr] 11 | / /// `@babel/plugin-transform-computed-properties`
[INFO] [stderr] 12 | | ///
[INFO] [stderr] 13 | | /// # Example
[INFO] [stderr] 14 | | /// ## In
[INFO] [stderr] ...  |
[INFO] [stderr] 40 | | /// TODO(kdy1): cache reference like (_f = f, mutatorMap[_f].get = function(){})
[INFO] [stderr] 41 | | ///     instead of (mutatorMap[f].get = function(){}
[INFO] [stderr]    | |____________________________________________________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the link appears in this line:
[INFO] [stderr]            
[INFO] [stderr]                instead of (mutatorMap[f].get = function(){}
[INFO] [stderr]                                       ^
[INFO] [stderr]    = note: no item named `f` in scope
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `self::regenerator::regenerator`
[INFO] [stderr]   --> src/es2015/mod.rs:47:1
[INFO] [stderr]    |
[INFO] [stderr] 47 | / /// Compiles es2015 to es5.
[INFO] [stderr] 48 | | ///
[INFO] [stderr] 49 | | /// # Parameters
[INFO] [stderr] 50 | | ///
[INFO] [stderr] ...  |
[INFO] [stderr] 54 | | /// See the documentation of [regenerator](self::regenerator::regenerator) for
[INFO] [stderr] 55 | | /// more details.
[INFO] [stderr]    | |_________________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: the link appears in this line:
[INFO] [stderr]            
[INFO] [stderr]            See the documentation of [regenerator](self::regenerator::regenerator) for
[INFO] [stderr]                                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: no item named `regenerator` in module `regenerator`
[INFO] [stderr] 
[INFO] [stderr] warning: this URL is not a hyperlink
[INFO] [stderr]   --> src/bugfixes/async_arrows_in_class.rs:9:1
[INFO] [stderr]    |
[INFO] [stderr] 9  | / /// Safari 10.3 had an issue where async arrow function expressions within any
[INFO] [stderr] 10 | | /// class method would throw. After an initial fix, any references to the
[INFO] [stderr] 11 | | /// instance via `this` within those methods would also throw. This is fixed by
[INFO] [stderr] 12 | | /// converting arrow functions in class methods into equivalent function
[INFO] [stderr] 13 | | /// expressions. See https://bugs.webkit.org/show_bug.cgi?id=166879
[INFO] [stderr]    | |___________________________________________________________________^ help: use an automatic link instead: `<https://bugs.webkit.org/show_bug.cgi?id=166879>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[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/es2015/generator.rs:25:41
[INFO] [stderr]    |
[INFO] [stderr] 25 | ...at https://github.com/microsoft/TypeScript/blob/162224763681465b417274383317ca9a0a573835/src/compiler/transformers/generators.ts
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/microsoft/TypeScript/blob/162224763681465b417274383317ca9a0a573835/src/compiler/transformers/generators.ts>`
[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/es2022/private_in_object.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 | /// https://github.com/tc39/proposal-private-fields-in-in
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/tc39/proposal-private-fields-in-in>`
[INFO] [stderr]    |
[INFO] [stderr]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stderr] 
[INFO] [stderr] warning: `swc_ecma_transforms_compat` (lib doc) generated 6 warnings
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 5.02s
[INFO] running `Command { std: "docker" "inspect" "5a3ddb54db266851d8e5ecc9dd7cac007c4289834c390a578f731e511eaa508a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5a3ddb54db266851d8e5ecc9dd7cac007c4289834c390a578f731e511eaa508a", kill_on_drop: false }`
[INFO] [stdout] 5a3ddb54db266851d8e5ecc9dd7cac007c4289834c390a578f731e511eaa508a