Split the simple-access transforms out of the module transform into a general helper.
This commit is contained in:
@@ -7,7 +7,7 @@ exports.f = exports.e = exports.c = exports.a = exports.test = void 0;
|
||||
var test = 2;
|
||||
exports.test = test;
|
||||
exports.test = test = 5;
|
||||
exports.test = test += 1;
|
||||
exports.test = test = test + 1;
|
||||
|
||||
(function () {
|
||||
var test = 2;
|
||||
|
||||
Reference in New Issue
Block a user