Build #778216 2023-03-29T03:08:41.922400+00:00
# rustc version
rustc 1.70.0-nightly (478cbb42b 2023-03-28)# docs.rs version
docsrs 0.6.0 (e422fa63 2023-03-25)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_visit-0.87.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/swc_ecma_visit-0.87.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:6ef671f6951f6f7b82eaf49ad0b3b99466e493f2d9d82dd96208252612681f61" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230328-1.70.0-nightly-478cbb42b\", \"--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\"" "-Zrustdoc-scrape-examples" "-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] 22b7914278ff0591f2fbed95ed2d8194b4739ccee40423eeb5a90aef5c380650
[INFO] running `Command { std: "docker" "start" "-a" "22b7914278ff0591f2fbed95ed2d8194b4739ccee40423eeb5a90aef5c380650", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr] Checking swc_ecma_ast v0.101.0
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/class.rs:19:1
[INFO] [stderr] |
[INFO] [stderr] 19 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/class.rs:63:1
[INFO] [stderr] |
[INFO] [stderr] 63 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/class.rs:99:1
[INFO] [stderr] |
[INFO] [stderr] 99 | #[ast_node("ClassProperty")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/class.rs:144:1
[INFO] [stderr] |
[INFO] [stderr] 144 | #[ast_node("PrivateProperty")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/class.rs:184:9
[INFO] [stderr] |
[INFO] [stderr] 184 | #[ast_node($ty)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] ...
[INFO] [stderr] 217 | method!(ClassMethod, "ClassMethod", PropName);
[INFO] [stderr] | --------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` which comes from the expansion of the macro `method` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/class.rs:184:9
[INFO] [stderr] |
[INFO] [stderr] 184 | #[ast_node($ty)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] ...
[INFO] [stderr] 218 | method!(PrivateMethod, "PrivateMethod", PrivateName);
[INFO] [stderr] | ---------------------------------------------------- in this macro invocation
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` which comes from the expansion of the macro `method` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/class.rs:220:1
[INFO] [stderr] |
[INFO] [stderr] 220 | #[ast_node("Constructor")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/class.rs:240:1
[INFO] [stderr] |
[INFO] [stderr] 240 | #[ast_node("Decorator")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/class.rs:266:1
[INFO] [stderr] |
[INFO] [stderr] 266 | #[ast_node("StaticBlock")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/class.rs:284:1
[INFO] [stderr] |
[INFO] [stderr] 284 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/class.rs:310:1
[INFO] [stderr] |
[INFO] [stderr] 310 | #[ast_node("AutoAccessor")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/decl.rs:16:1
[INFO] [stderr] |
[INFO] [stderr] 16 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/decl.rs:51:1
[INFO] [stderr] |
[INFO] [stderr] 51 | #[ast_node("FunctionDeclaration")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/decl.rs:76:1
[INFO] [stderr] |
[INFO] [stderr] 76 | #[ast_node("ClassDeclaration")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/decl.rs:91:1
[INFO] [stderr] |
[INFO] [stderr] 91 | #[ast_node("VariableDeclaration")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/decl.rs:132:1
[INFO] [stderr] |
[INFO] [stderr] 132 | #[ast_node("VariableDeclarator")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:32:1
[INFO] [stderr] |
[INFO] [stderr] 32 | #[ast_node(no_clone)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:338:1
[INFO] [stderr] |
[INFO] [stderr] 338 | #[ast_node("ThisExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:352:1
[INFO] [stderr] |
[INFO] [stderr] 352 | #[ast_node("ArrayExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:372:1
[INFO] [stderr] |
[INFO] [stderr] 372 | #[ast_node("ObjectExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:391:1
[INFO] [stderr] |
[INFO] [stderr] 391 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:414:1
[INFO] [stderr] |
[INFO] [stderr] 414 | #[ast_node("SpreadElement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:436:1
[INFO] [stderr] |
[INFO] [stderr] 436 | #[ast_node("UnaryExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:459:1
[INFO] [stderr] |
[INFO] [stderr] 459 | #[ast_node("UpdateExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:485:1
[INFO] [stderr] |
[INFO] [stderr] 485 | #[ast_node("BinaryExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:511:1
[INFO] [stderr] |
[INFO] [stderr] 511 | #[ast_node("FunctionExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:545:1
[INFO] [stderr] |
[INFO] [stderr] 545 | #[ast_node("ClassExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:702:1
[INFO] [stderr] |
[INFO] [stderr] 702 | #[ast_node("MemberExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:715:1
[INFO] [stderr] |
[INFO] [stderr] 715 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:727:1
[INFO] [stderr] |
[INFO] [stderr] 727 | #[ast_node("SuperPropExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:739:1
[INFO] [stderr] |
[INFO] [stderr] 739 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:771:1
[INFO] [stderr] |
[INFO] [stderr] 771 | #[ast_node("ConditionalExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:797:1
[INFO] [stderr] |
[INFO] [stderr] 797 | #[ast_node("CallExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:824:1
[INFO] [stderr] |
[INFO] [stderr] 824 | #[ast_node("NewExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:851:1
[INFO] [stderr] |
[INFO] [stderr] 851 | #[ast_node("SequenceExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:870:1
[INFO] [stderr] |
[INFO] [stderr] 870 | #[ast_node("ArrowFunctionExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:908:1
[INFO] [stderr] |
[INFO] [stderr] 908 | #[ast_node("YieldExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:931:1
[INFO] [stderr] |
[INFO] [stderr] 931 | #[ast_node("MetaProperty")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:952:1
[INFO] [stderr] |
[INFO] [stderr] 952 | #[ast_node("AwaitExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:962:1
[INFO] [stderr] |
[INFO] [stderr] 962 | #[ast_node("TemplateLiteral")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:984:1
[INFO] [stderr] |
[INFO] [stderr] 984 | #[ast_node("TaggedTemplateExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:1011:1
[INFO] [stderr] |
[INFO] [stderr] 1011 | #[ast_node("TemplateElement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:1055:1
[INFO] [stderr] |
[INFO] [stderr] 1055 | #[ast_node("ParenthesisExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:1073:1
[INFO] [stderr] |
[INFO] [stderr] 1073 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:1094:1
[INFO] [stderr] |
[INFO] [stderr] 1094 | #[ast_node("Super")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:1107:1
[INFO] [stderr] |
[INFO] [stderr] 1107 | #[ast_node("Import")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:1177:1
[INFO] [stderr] |
[INFO] [stderr] 1177 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:1203:1
[INFO] [stderr] |
[INFO] [stderr] 1203 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:1379:1
[INFO] [stderr] |
[INFO] [stderr] 1379 | #[ast_node("OptionalChainingExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:1389:1
[INFO] [stderr] |
[INFO] [stderr] 1389 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/expr.rs:1399:1
[INFO] [stderr] |
[INFO] [stderr] 1399 | #[ast_node("CallExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/function.rs:12:1
[INFO] [stderr] |
[INFO] [stderr] 12 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/function.rs:56:1
[INFO] [stderr] |
[INFO] [stderr] 56 | #[ast_node("Parameter")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/function.rs:76:1
[INFO] [stderr] |
[INFO] [stderr] 76 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/ident.rs:113:1
[INFO] [stderr] |
[INFO] [stderr] 113 | #[ast_node("Identifier")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/ident.rs:300:1
[INFO] [stderr] |
[INFO] [stderr] 300 | #[ast_node("PrivateName")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:13:1
[INFO] [stderr] |
[INFO] [stderr] 13 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:24:1
[INFO] [stderr] |
[INFO] [stderr] 24 | #[ast_node("JSXMemberExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:38:1
[INFO] [stderr] |
[INFO] [stderr] 38 | #[ast_node("JSXNamespacedName")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:49:1
[INFO] [stderr] |
[INFO] [stderr] 49 | #[ast_node("JSXEmptyExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:56:1
[INFO] [stderr] |
[INFO] [stderr] 56 | #[ast_node("JSXExpressionContainer")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:65:1
[INFO] [stderr] |
[INFO] [stderr] 65 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:76:1
[INFO] [stderr] |
[INFO] [stderr] 76 | #[ast_node("JSXSpreadChild")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:85:1
[INFO] [stderr] |
[INFO] [stderr] 85 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:103:1
[INFO] [stderr] |
[INFO] [stderr] 103 | #[ast_node("JSXOpeningElement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:135:1
[INFO] [stderr] |
[INFO] [stderr] 135 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:146:1
[INFO] [stderr] |
[INFO] [stderr] 146 | #[ast_node("JSXClosingElement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:154:1
[INFO] [stderr] |
[INFO] [stderr] 154 | #[ast_node("JSXAttribute")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:164:1
[INFO] [stderr] |
[INFO] [stderr] 164 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:174:1
[INFO] [stderr] |
[INFO] [stderr] 174 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:196:1
[INFO] [stderr] |
[INFO] [stderr] 196 | #[ast_node("JSXText")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:216:1
[INFO] [stderr] |
[INFO] [stderr] 216 | #[ast_node("JSXElement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:237:1
[INFO] [stderr] |
[INFO] [stderr] 237 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:257:1
[INFO] [stderr] |
[INFO] [stderr] 257 | #[ast_node("JSXFragment")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:282:1
[INFO] [stderr] |
[INFO] [stderr] 282 | #[ast_node("JSXOpeningFragment")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/jsx.rs:295:1
[INFO] [stderr] |
[INFO] [stderr] 295 | #[ast_node("JSXClosingFragment")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/lit.rs:16:1
[INFO] [stderr] |
[INFO] [stderr] 16 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/lit.rs:67:1
[INFO] [stderr] |
[INFO] [stderr] 67 | #[ast_node("BigIntLiteral")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/lit.rs:165:1
[INFO] [stderr] |
[INFO] [stderr] 165 | #[ast_node("StringLiteral")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/lit.rs:251:1
[INFO] [stderr] |
[INFO] [stderr] 251 | #[ast_node("BooleanLiteral")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/lit.rs:278:1
[INFO] [stderr] |
[INFO] [stderr] 278 | #[ast_node("NullLiteral")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/lit.rs:291:1
[INFO] [stderr] |
[INFO] [stderr] 291 | #[ast_node("RegExpLiteral")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/lit.rs:336:1
[INFO] [stderr] |
[INFO] [stderr] 336 | #[ast_node("NumericLiteral")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module.rs:7:1
[INFO] [stderr] |
[INFO] [stderr] 7 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module.rs:22:1
[INFO] [stderr] |
[INFO] [stderr] 22 | #[ast_node("ReservedUnused")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module.rs:39:1
[INFO] [stderr] |
[INFO] [stderr] 39 | #[ast_node("Module")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module.rs:74:1
[INFO] [stderr] |
[INFO] [stderr] 74 | #[ast_node("Script")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module.rs:109:1
[INFO] [stderr] |
[INFO] [stderr] 109 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:13:1
[INFO] [stderr] |
[INFO] [stderr] 13 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:51:1
[INFO] [stderr] |
[INFO] [stderr] 51 | #[ast_node("ExportDefaultExpression")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:61:1
[INFO] [stderr] |
[INFO] [stderr] 61 | #[ast_node("ExportDeclaration")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:71:1
[INFO] [stderr] |
[INFO] [stderr] 71 | #[ast_node("ImportDeclaration")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:103:1
[INFO] [stderr] |
[INFO] [stderr] 103 | #[ast_node("ExportAllDeclaration")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:132:1
[INFO] [stderr] |
[INFO] [stderr] 132 | #[ast_node("ExportNamedDeclaration")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:162:1
[INFO] [stderr] |
[INFO] [stderr] 162 | #[ast_node("ExportDefaultDeclaration")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:171:1
[INFO] [stderr] |
[INFO] [stderr] 171 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:186:1
[INFO] [stderr] |
[INFO] [stderr] 186 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:199:1
[INFO] [stderr] |
[INFO] [stderr] 199 | #[ast_node("ImportDefaultSpecifier")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:208:1
[INFO] [stderr] |
[INFO] [stderr] 208 | #[ast_node("ImportNamespaceSpecifier")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:219:1
[INFO] [stderr] |
[INFO] [stderr] 219 | #[ast_node("ImportSpecifier")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:234:1
[INFO] [stderr] |
[INFO] [stderr] 234 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:249:1
[INFO] [stderr] |
[INFO] [stderr] 249 | #[ast_node("ExportNamespaceSpecifier")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:259:1
[INFO] [stderr] |
[INFO] [stderr] 259 | #[ast_node("ExportDefaultSpecifier")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:267:1
[INFO] [stderr] |
[INFO] [stderr] 267 | #[ast_node("ExportSpecifier")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/module_decl.rs:282:1
[INFO] [stderr] |
[INFO] [stderr] 282 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/pat.rs:12:1
[INFO] [stderr] |
[INFO] [stderr] 12 | #[ast_node(no_clone)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/pat.rs:79:1
[INFO] [stderr] |
[INFO] [stderr] 79 | #[ast_node("ArrayPattern")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/pat.rs:96:1
[INFO] [stderr] |
[INFO] [stderr] 96 | #[ast_node("ObjectPattern")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/pat.rs:113:1
[INFO] [stderr] |
[INFO] [stderr] 113 | #[ast_node("AssignmentPattern")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/pat.rs:128:1
[INFO] [stderr] |
[INFO] [stderr] 128 | #[ast_node("RestElement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/pat.rs:144:1
[INFO] [stderr] |
[INFO] [stderr] 144 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/pat.rs:159:1
[INFO] [stderr] |
[INFO] [stderr] 159 | #[ast_node("KeyValuePatternProperty")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/pat.rs:170:1
[INFO] [stderr] |
[INFO] [stderr] 170 | #[ast_node("AssignmentPatternProperty")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/prop.rs:15:1
[INFO] [stderr] |
[INFO] [stderr] 15 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/prop.rs:41:1
[INFO] [stderr] |
[INFO] [stderr] 41 | #[ast_node("KeyValueProperty")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/prop.rs:52:1
[INFO] [stderr] |
[INFO] [stderr] 52 | #[ast_node("AssignmentProperty")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/prop.rs:62:1
[INFO] [stderr] |
[INFO] [stderr] 62 | #[ast_node("GetterProperty")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/prop.rs:73:1
[INFO] [stderr] |
[INFO] [stderr] 73 | #[ast_node("SetterProperty")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/prop.rs:83:1
[INFO] [stderr] |
[INFO] [stderr] 83 | #[ast_node("MethodProperty")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/prop.rs:94:1
[INFO] [stderr] |
[INFO] [stderr] 94 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/prop.rs:141:1
[INFO] [stderr] |
[INFO] [stderr] 141 | #[ast_node("Computed")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:12:1
[INFO] [stderr] |
[INFO] [stderr] 12 | #[ast_node("BlockStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:31:1
[INFO] [stderr] |
[INFO] [stderr] 31 | #[ast_node(no_clone)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:148:1
[INFO] [stderr] |
[INFO] [stderr] 148 | #[ast_node("ExpressionStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:157:1
[INFO] [stderr] |
[INFO] [stderr] 157 | #[ast_node("EmptyStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:165:1
[INFO] [stderr] |
[INFO] [stderr] 165 | #[ast_node("DebuggerStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:172:1
[INFO] [stderr] |
[INFO] [stderr] 172 | #[ast_node("WithStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:182:1
[INFO] [stderr] |
[INFO] [stderr] 182 | #[ast_node("ReturnStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:191:1
[INFO] [stderr] |
[INFO] [stderr] 191 | #[ast_node("LabeledStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:200:1
[INFO] [stderr] |
[INFO] [stderr] 200 | #[ast_node("BreakStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:209:1
[INFO] [stderr] |
[INFO] [stderr] 209 | #[ast_node("ContinueStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:218:1
[INFO] [stderr] |
[INFO] [stderr] 218 | #[ast_node("IfStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:232:1
[INFO] [stderr] |
[INFO] [stderr] 232 | #[ast_node("SwitchStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:241:1
[INFO] [stderr] |
[INFO] [stderr] 241 | #[ast_node("ThrowStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:250:1
[INFO] [stderr] |
[INFO] [stderr] 250 | #[ast_node("TryStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:265:1
[INFO] [stderr] |
[INFO] [stderr] 265 | #[ast_node("WhileStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:274:1
[INFO] [stderr] |
[INFO] [stderr] 274 | #[ast_node("DoWhileStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:283:1
[INFO] [stderr] |
[INFO] [stderr] 283 | #[ast_node("ForStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:301:1
[INFO] [stderr] |
[INFO] [stderr] 301 | #[ast_node("ForInStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:311:1
[INFO] [stderr] |
[INFO] [stderr] 311 | #[ast_node("ForOfStatement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:340:1
[INFO] [stderr] |
[INFO] [stderr] 340 | #[ast_node("SwitchCase")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:364:1
[INFO] [stderr] |
[INFO] [stderr] 364 | #[ast_node("CatchClause")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:379:1
[INFO] [stderr] |
[INFO] [stderr] 379 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/stmt.rs:399:1
[INFO] [stderr] |
[INFO] [stderr] 399 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:29:1
[INFO] [stderr] |
[INFO] [stderr] 29 | #[ast_node("TsTypeAnnotation")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:38:1
[INFO] [stderr] |
[INFO] [stderr] 38 | #[ast_node("TsTypeParameterDeclaration")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:47:1
[INFO] [stderr] |
[INFO] [stderr] 47 | #[ast_node("TsTypeParameter")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:70:1
[INFO] [stderr] |
[INFO] [stderr] 70 | #[ast_node("TsTypeParameterInstantiation")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:78:1
[INFO] [stderr] |
[INFO] [stderr] 78 | #[ast_node("TsParameterProperty")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:94:1
[INFO] [stderr] |
[INFO] [stderr] 94 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:105:1
[INFO] [stderr] |
[INFO] [stderr] 105 | #[ast_node("TsQualifiedName")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:115:1
[INFO] [stderr] |
[INFO] [stderr] 115 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:131:1
[INFO] [stderr] |
[INFO] [stderr] 131 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:157:1
[INFO] [stderr] |
[INFO] [stderr] 157 | #[ast_node("TsCallSignatureDeclaration")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:169:1
[INFO] [stderr] |
[INFO] [stderr] 169 | #[ast_node("TsConstructSignatureDeclaration")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:181:1
[INFO] [stderr] |
[INFO] [stderr] 181 | #[ast_node("TsPropertySignature")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:199:1
[INFO] [stderr] |
[INFO] [stderr] 199 | #[ast_node("TsGetterSignature")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:212:1
[INFO] [stderr] |
[INFO] [stderr] 212 | #[ast_node("TsSetterSignature")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:224:1
[INFO] [stderr] |
[INFO] [stderr] 224 | #[ast_node("TsMethodSignature")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:240:1
[INFO] [stderr] |
[INFO] [stderr] 240 | #[ast_node("TsIndexSignature")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:258:1
[INFO] [stderr] |
[INFO] [stderr] 258 | #[ast_node(no_clone)]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:355:1
[INFO] [stderr] |
[INFO] [stderr] 355 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:389:1
[INFO] [stderr] |
[INFO] [stderr] 389 | #[ast_node("TsKeywordType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:445:1
[INFO] [stderr] |
[INFO] [stderr] 445 | #[ast_node("TsThisType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:452:1
[INFO] [stderr] |
[INFO] [stderr] 452 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:469:1
[INFO] [stderr] |
[INFO] [stderr] 469 | #[ast_node("TsFunctionType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:482:1
[INFO] [stderr] |
[INFO] [stderr] 482 | #[ast_node("TsConstructorType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:495:1
[INFO] [stderr] |
[INFO] [stderr] 495 | #[ast_node("TsTypeReference")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:505:1
[INFO] [stderr] |
[INFO] [stderr] 505 | #[ast_node("TsTypePredicate")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:516:1
[INFO] [stderr] |
[INFO] [stderr] 516 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:529:1
[INFO] [stderr] |
[INFO] [stderr] 529 | #[ast_node("TsTypeQuery")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:539:1
[INFO] [stderr] |
[INFO] [stderr] 539 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:550:1
[INFO] [stderr] |
[INFO] [stderr] 550 | #[ast_node("TsImportType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:562:1
[INFO] [stderr] |
[INFO] [stderr] 562 | #[ast_node("TsTypeLiteral")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:570:1
[INFO] [stderr] |
[INFO] [stderr] 570 | #[ast_node("TsArrayType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:578:1
[INFO] [stderr] |
[INFO] [stderr] 578 | #[ast_node("TsTupleType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:586:1
[INFO] [stderr] |
[INFO] [stderr] 586 | #[ast_node("TsTupleElement")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:596:1
[INFO] [stderr] |
[INFO] [stderr] 596 | #[ast_node("TsOptionalType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:605:1
[INFO] [stderr] |
[INFO] [stderr] 605 | #[ast_node("TsRestType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:614:1
[INFO] [stderr] |
[INFO] [stderr] 614 | #[ast_node]
[INFO] [stderr] | ^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:625:1
[INFO] [stderr] |
[INFO] [stderr] 625 | #[ast_node("TsUnionType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:633:1
[INFO] [stderr] |
[INFO] [stderr] 633 | #[ast_node("TsIntersectionType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:641:1
[INFO] [stderr] |
[INFO] [stderr] 641 | #[ast_node("TsConditionalType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:652:1
[INFO] [stderr] |
[INFO] [stderr] 652 | #[ast_node("TsInferType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:660:1
[INFO] [stderr] |
[INFO] [stderr] 660 | #[ast_node("TsParenthesizedType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:669:1
[INFO] [stderr] |
[INFO] [stderr] 669 | #[ast_node("TsTypeOperator")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:694:1
[INFO] [stderr] |
[INFO] [stderr] 694 | #[ast_node("TsIndexedAccessType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[INFO] [stderr] = note: this error originates in the attribute macro `ast_node` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr]
[INFO] [stderr] error[E0433]: failed to resolve: could not find `serde` in the list of imported crates
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/swc_ecma_ast-0.101.0/src/typescript.rs:774:1
[INFO] [stderr] |
[INFO] [stderr] 774 | #[ast_node("TsMappedType")]
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `serde` in the list of imported crates
[INFO] [stderr] |
[WARN] too much data in the log, truncating it