mirror of
https://github.com/swc-project/swc.git
synced 2024-12-04 19:46:22 +03:00
30af06bb70
swc_ecmascript: - add `ExprStmt`. - change type of regex.expression and regex.flags.
5 lines
79 B
JavaScript
5 lines
79 B
JavaScript
(function() {
|
|
return {
|
|
};
|
|
})().a = 1; // should not transform this one
|