Skip to content

Commit

Permalink
Merge branch 'main' into issue-8717
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Mar 11, 2024
2 parents bddd378 + 2ff26e0 commit 26149ac
Show file tree
Hide file tree
Showing 49 changed files with 1,543 additions and 1,138 deletions.
23 changes: 14 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
# Changelog
## [unreleased]

### Features



- **(es/lints)** Add `no-prototype-builtins` rule ([#8684](https://github.com/swc-project/swc/issues/8684)) ([a5dbb17](https://github.com/swc-project/swc/commit/a5dbb17612327c66366086f99b44c6731d125ffc))

### Refactor



- **(es)** Prepare `wasm32-wasi-preview1-threads` target support ([#8724](https://github.com/swc-project/swc/issues/8724)) ([e3acd14](https://github.com/swc-project/swc/commit/e3acd1476c2428e5329a359bb7323687c06108d2))

## [1.4.6] - 2024-03-08

### Bug Fixes
Expand Down Expand Up @@ -1403,19 +1417,10 @@

- **(es/compat)** Revert #7610 ([#7813](https://github.com/swc-project/swc/issues/7813)) ([42dec55](https://github.com/swc-project/swc/commit/42dec557ed2e8fd829aba7847b354003cfea1b18))


- **(es/parser)** Revert lexer fix for `<<` ([#7807](https://github.com/swc-project/swc/issues/7807)) ([e527c12](https://github.com/swc-project/swc/commit/e527c12a82740397ed4e909f242326f8e92624a8))

### Features



- **(es/ast)** Expose `Archived` types ([#7811](https://github.com/swc-project/swc/issues/7811)) ([478fa47](https://github.com/swc-project/swc/commit/478fa4736f355555c7a19e7b674db5d7bd81c0e2))

### Refactor



- **(es/parser)** Don't attempt to handle shebangs in `read_token_number_sign` ([#7803](https://github.com/swc-project/swc/issues/7803)) ([5e7834a](https://github.com/swc-project/swc/commit/5e7834aa2ecb0cd01b72979f393a517f1c1e5add))

<!-- generated by git-cliff -->
70 changes: 35 additions & 35 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 bindings/binding_core_node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,5 @@ swc_core = { version = "0.90.18", features = [
"ecma_visit",
"base_node",
"base_concurrent",
] }
]}
swc_malloc = "0.5.10"
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.64.17"
version = "0.64.18"

[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.273.17", path = "../swc" }
swc = { optional = true, version = "0.273.18", path = "../swc" }
swc_common = { optional = true, version = "0.33.19", path = "../swc_common" }
swc_ecma_ast = { optional = true, version = "0.112.5", path = "../swc_ecma_ast" }
swc_ecma_transforms = { optional = true, version = "0.229.13", path = "../swc_ecma_transforms" }
swc_ecma_transforms = { optional = true, version = "0.229.14", path = "../swc_ecma_transforms" }
swc_ecma_visit = { optional = true, version = "0.98.6", path = "../swc_ecma_visit" }

# Optional deps for the wasm binding macro
Expand Down

0 comments on commit 26149ac

Please sign in to comment.