mirror of
https://github.com/swc-project/swc.git
synced 2024-11-25 22:34:04 +03:00
ba2a942f56
**Description:** This PR makes EndsWithAlphaNum smarter, improving codegen of in/instanceof binary expressions, and for in/of heads. For example: Before: ```js foo() in b; ``` After: ```js foo()in b; ``` --------- Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com> |
||
---|---|---|
.. | ||
benches | ||
examples | ||
scripts | ||
src | ||
tests | ||
.gitignore | ||
Cargo.toml |