mirror of
https://github.com/swc-project/swc.git
synced 2024-12-01 18:31:35 +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> |
||
---|---|---|
.. | ||
text_writer | ||
comments.rs | ||
config.rs | ||
decl.rs | ||
expr.rs | ||
jsx.rs | ||
lib.rs | ||
macros.rs | ||
stmt.rs | ||
tests.rs | ||
text_writer.rs | ||
typescript.rs | ||
util.rs |