Skip to content

Commit

Permalink
fix: bump to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
hyf0 committed Feb 25, 2024
1 parent a50084f commit 1af4b86
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 56 deletions.
85 changes: 34 additions & 51 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ single_match = "allow"


[workspace.dependencies]
oxc = { version = "0.6.0" }
oxc = { version = "0.7.0" }
oxc_resolver = { version = "1.2.0" }
sugar_path = "0.0.12"
tokio = { version = "1.33.0", default-features = false }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ var require_foo = __commonJSMin((exports, module) => {
});
// entry.js
new require_foo().Foo();
new (require_foo()).Foo();
```
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,5 @@
"import": "entry.js"
}
]
},
"_comment": "https://github.com/oxc-project/oxc/issues/2328",
"expectExecuted": false
}
}

0 comments on commit 1af4b86

Please sign in to comment.