mirror of
https://github.com/swc-project/swc.git
synced 2024-12-22 21:21:31 +03:00
eb2a2a7f15
- Temporarilly ignored comment codegen tests. - Split Simplify into SimplifyExpr and SimplifyStmt - fix lints
8 lines
165 B
JavaScript
8 lines
165 B
JavaScript
a. a.b('c');
|
|
a.b('c');
|
|
a. a.b('c');
|
|
a.b. a.b('c');
|
|
a.b.d( a.b('c');
|
|
a.b.d(a, a.b('c');
|
|
a.b.d(a, arguments);
|