swc/crates/swc_common
Donny/강동윤 98df64517e
perf(common): Add more methods to Spanned (#4749)
- Lots of code only needs `lo` or `hi`, but they call `span()`, which is inefficient in some cases.
 - This PR only adds a trivial amount of optimization. I may add full optimization in future.
 - This PR improves codegen performance of `ExprOrSpread` and `Option<ExprOrSpread>`.
2022-05-23 09:18:40 +00:00
..
benches chore(bench): Migrate to criterion (#4237) 2022-04-04 00:56:29 +09:00
examples refactor: Flatten more packages (#2706) 2021-11-10 16:39:01 +09:00
src perf(common): Add more methods to Spanned (#4749) 2022-05-23 09:18:40 +00:00
tests chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00
Cargo.toml chore: Publish crates 2022-05-20 04:09:42 +00:00