Split the simple-access transforms out of the module transform into a general helper.

This commit is contained in:
Logan Smyth
2017-09-25 15:02:20 -07:00
parent 0125c03303
commit 9dfcf0f116
9 changed files with 137 additions and 65 deletions

View File

@@ -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;