Skip to content

Commit

Permalink
fix(webpack/ast): Preserve span (#2971)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Dec 4, 2021
1 parent fd2a788 commit 74363e0
Show file tree
Hide file tree
Showing 5 changed files with 111 additions and 79 deletions.
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_webpack_ast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2018"
license = "Apache-2.0"
name = "swc_webpack_ast"
repository = "https://github.com/swc-project/swc.git"
version = "0.5.1"
version = "0.5.2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
Loading

1 comment on commit 74363e0

@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: 74363e0 Previous: fd2a788 Ratio
full_es2015 222252788 ns/iter (± 10871662) 206798471 ns/iter (± 22028270) 1.07
full_es2016 174465206 ns/iter (± 9218632) 165765142 ns/iter (± 15810873) 1.05
full_es2017 183503415 ns/iter (± 10695121) 174754384 ns/iter (± 18642266) 1.05
full_es2018 183564262 ns/iter (± 11168250) 173153791 ns/iter (± 17189312) 1.06
full_es2019 181819311 ns/iter (± 11405267) 173739918 ns/iter (± 17263020) 1.05
full_es2020 180775391 ns/iter (± 13298522) 170376211 ns/iter (± 14353791) 1.06
full_es3 256066005 ns/iter (± 22110344) 246007286 ns/iter (± 25118366) 1.04
full_es5 236256734 ns/iter (± 25517941) 224340907 ns/iter (± 21508677) 1.05
parser 883562 ns/iter (± 183680) 776120 ns/iter (± 24148) 1.14

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

Please sign in to comment.