Skip to content

Commit

Permalink
Merge branch 'main' into bump-browserslist-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
swc-bot committed Nov 30, 2022
2 parents 4d08944 + 0548db1 commit b6b5e11
Show file tree
Hide file tree
Showing 46 changed files with 4,094 additions and 5,834 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Expand Up @@ -2,7 +2,7 @@ name: CI

on:
pull_request:
types: ['opened', 'reopened', 'synchronize']
types: ["opened", "reopened", "synchronize"]
push:
branches:
- main
Expand Down Expand Up @@ -188,7 +188,6 @@ jobs:
- name: Build
run: |
(cd bindings/binding_core_wasm && yarn)
(cd bindings/binding_core_wasm && ./scripts/build.sh --features plugin)
- name: Test
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -32,6 +32,9 @@
- **(es/parser)** Make error message helpful (#6535) ([cb15721](https://github.com/swc-project/swc/commit/cb157215d26e5acfe74f7592da011ab9d5206207))


- **(es/preset-env)** Update data (#6538) ([ae63220](https://github.com/swc-project/swc/commit/ae6322064d67bc24d65f560f699a2a554bbfdb37))


- **(xml/parser)** Parse cdata section (#6531) ([7f8c4e0](https://github.com/swc-project/swc/commit/7f8c4e04b246bef493a044f794ea1608f4550457))

### Miscellaneous Tasks
Expand All @@ -46,10 +49,19 @@

- **(common)** Fix perf bug of sourcemap for inputs with multi-byte chars (#6523) ([47908a4](https://github.com/swc-project/swc/commit/47908a49d3d773b7ffacf6ffa6e38c7e091101cb))

### Refactor



- **(css/parser)** Canonicalize only if required (#6532) ([251e98c](https://github.com/swc-project/swc/commit/251e98c05576d0495647e93ae0fe179da7435db9))

### Testing



- **(es/minifier)** Add tests for preserving top-level directives (#6545) ([8d8f150](https://github.com/swc-project/swc/commit/8d8f15079224de52482397c1a36b9b9575ba1464))


- **(es/transforms)** Add tests about preserving top-level directives (#6518) ([5ff87af](https://github.com/swc-project/swc/commit/5ff87afa78e5bb56f2b03678577279256c18e4da))


Expand Down
36 changes: 18 additions & 18 deletions Cargo.lock

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

0 comments on commit b6b5e11

Please sign in to comment.