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 Feb 24, 2022
1 parent 8b87bb4 commit fb56112
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
- **(es/parser)** Fix the span of an export declaration containing a const enum (#3701) ([4318a2e](https://github.com/swc-project/swc/commit/4318a2e73b1ab7df07da809cf3207268942d77b7))


- **(es/parser)** Don't attach comments to `;` (#3720) ([8b87bb4](https://github.com/swc-project/swc/commit/8b87bb48702f22e270574a0a67206b0dcc0b8058))


- **(es/typescript)** Fix `name` of decorated classes (#3689) ([1e49fcd](https://github.com/swc-project/swc/commit/1e49fcd44daa3107a180f7016d72f8138fb56688))

### Features
Expand Down
2 changes: 1 addition & 1 deletion 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 crates/swc_ecma_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs", "examples/**/*.rs"]
license = "Apache-2.0"
name = "swc_ecma_parser"
repository = "https://github.com/swc-project/swc.git"
version = "0.91.5"
version = "0.91.6"

[package.metadata.docs.rs]
all-features = true
Expand Down

1 comment on commit fb56112

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: fb56112 Previous: 357df1f Ratio
full_es2015 162529461 ns/iter (± 38483720) 226199787 ns/iter (± 17558893) 0.72
full_es2016 190702610 ns/iter (± 37543558) 239383078 ns/iter (± 21407023) 0.80
full_es2017 191974373 ns/iter (± 27600273) 237739703 ns/iter (± 21078380) 0.81
full_es2018 185591138 ns/iter (± 47074696) 239211614 ns/iter (± 21210368) 0.78
full_es2019 160225199 ns/iter (± 42481577) 236286630 ns/iter (± 15620546) 0.68
full_es2020 171300268 ns/iter (± 26275515) 204993420 ns/iter (± 16200630) 0.84
full_es3 238908682 ns/iter (± 43337499) 290349280 ns/iter (± 24807642) 0.82
full_es5 233625698 ns/iter (± 39758225) 296274300 ns/iter (± 26207808) 0.79
parser 608821 ns/iter (± 77360) 949396 ns/iter (± 131877) 0.64

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.