Skip to content

Commit

Permalink
chore: Publish crates
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Oct 20, 2023
1 parent 08cf1f7 commit b806f92
Show file tree
Hide file tree
Showing 41 changed files with 237 additions and 240 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@

- **(es/utils)** Skip var declarator name in `RefRewriter` ([#8125](https://github.com/swc-project/swc/issues/8125)) ([fb81a36](https://github.com/swc-project/swc/commit/fb81a36adcebdc269ae89677977220e9b21b072f))


- **(es/utils)** Fix regression of `RefRewriter` ([#8153](https://github.com/swc-project/swc/issues/8153)) ([08cf1f7](https://github.com/swc-project/swc/commit/08cf1f786d0a0fbe4029614306ba2ebaf0a9c919))

### Features


Expand Down Expand Up @@ -1760,12 +1763,6 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (



- **(es/ast)** Shrink size of `Expr` ([#7041](https://github.com/swc-project/swc/issues/7041)) ([a9fe1d2](https://github.com/swc-project/swc/commit/a9fe1d2d2228ba89fccb2a5d91f5ac4008f09d01))


- **(es/lexer)** Use string searcher for lexing line comments ([#7043](https://github.com/swc-project/swc/issues/7043)) ([962b0fc](https://github.com/swc-project/swc/commit/962b0fc8af6084ade064d189ed7cd7f0e2b25ee8))


- **(es/parser)** Use `SmartString` as the buffer ([#7033](https://github.com/swc-project/swc/issues/7033)) ([f378a14](https://github.com/swc-project/swc/commit/f378a14888b5a6457ade3991e2754f235d4e3d85))

<!-- generated by git-cliff -->
78 changes: 39 additions & 39 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/binding_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license = "Apache-2.0"
name = "binding_macros"
repository = "https://github.com/swc-project/swc.git"
version = "0.60.10"
version = "0.60.11"

[lib]
bench = false
Expand Down Expand Up @@ -33,10 +33,10 @@ binding_wasm = [

[dependencies]
# Common deps for the SWC imports
swc = { optional = true, version = "0.269.10", path = "../swc" }
swc = { optional = true, version = "0.269.11", path = "../swc" }
swc_common = { optional = true, version = "0.33.0", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.110.0", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.226.4", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.226.5", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.96.0", path = "../swc_ecma_visit" }

# Optional deps for the wasm binding macro
Expand Down
Loading

0 comments on commit b806f92

Please sign in to comment.