Huáng Jùnliàng 44f9d85904 add allowTopLevelThis option to transform-modules-systemjs (#10780)
* feat: expose rewriteThis method

* feat: add allowTopLevelThis option to transform-modules-systemjs
2020-01-10 03:16:26 +01:00

12 lines
179 B
JavaScript

System.register([], function (_export, _context) {
"use strict";
var v;
return {
setters: [],
execute: function () {
_export("v", v = void 0);
}
};
});