warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package:   E:\Administrator\Documents\codebuddy-projects\ts-native\tsnp-abi\Cargo.toml
workspace: E:\Administrator\Documents\codebuddy-projects\ts-native\Cargo.toml
warning: unused import: `warn`
 --> src\codegen.rs:5:25
  |
5 | use log::{debug, trace, warn};
  |                         ^^^^
  |
  = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

warning: unused variable: `s`
    --> src\codegen.rs:1069:29
     |
1069 |             HirExpr::BigInt(s) => {
     |                             ^ help: if this is intentional, prefix it with an underscore: `_s`
     |
     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default

warning: unused variable: `e`
   --> src\project_compiler.rs:698:41
    |
698 | ...                   Err(e) => {
    |                           ^ help: if this is intentional, prefix it with an underscore: `_e`

warning: variable `has_first_obj` is assigned to, but never used
    --> src\swc_transform.rs:1668:21
     |
1668 |                 let mut has_first_obj = false;
     |                     ^^^^^^^^^^^^^^^^^
     |
     = note: consider using `_has_first_obj` instead

warning: value assigned to `has_first_obj` is never read
    --> src\swc_transform.rs:1692:21
     |
1692 |                     has_first_obj = true;
     |                     ^^^^^^^^^^^^^^^^^^^^
     |
     = help: maybe it is overwritten before being read?
     = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default

warning: `ts-native` (lib test) generated 5 warnings (run `cargo fix --lib -p ts-native --tests` to apply 3 suggestions)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
     Running unittests src\lib.rs (target\debug\deps\tsnative-a4586e0eb230ca93.exe)
error: test failed, to rerun pass `--lib`
