swc/crates/swc_ecma_parser
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(es): Rename benchmarks (#4355) 2022-04-17 18:36:15 +00:00
examples refactor(common): Cleanup & rustfmt (#3495) 2022-02-09 06:33:32 +00:00
scripts perf(common): Improve performance of StringInput (#4680) 2022-05-17 03:14:14 +00:00
src perf(common): Add more methods to Spanned (#4749) 2022-05-23 09:18:40 +00:00
tests feat(common): Reserve BytePos(0) for dummy spans (#4616) 2022-05-11 16:14:42 +00:00
Cargo.toml chore: Publish crates 2022-05-11 16:17:07 +00:00
colors.js chore(repo): Configure prettier (#4523) 2022-05-04 14:25:28 +00:00