Add to preset-env ES3 transforms for ES3 targets (#9781)
* add to preset-env ES3 transforms for ES3 targets * add `transform-reserved-words` * fix `transform-reserved-words` plugin in `@babel/standalone`
This commit is contained in:
committed by
Nicolò Ribaudo
parent
1f5444e96a
commit
ae9b25ac69
@@ -3,7 +3,7 @@
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
exports["default"] = void 0;
|
||||
|
||||
var _default = function _default() {
|
||||
return {
|
||||
@@ -13,4 +13,4 @@ var _default = function _default() {
|
||||
};
|
||||
};
|
||||
|
||||
exports.default = _default;
|
||||
exports["default"] = _default;
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.default = void 0;
|
||||
exports["default"] = void 0;
|
||||
|
||||
var _default = function _default(_ref) {
|
||||
var _onClick = _ref.onClick;
|
||||
@@ -14,4 +14,4 @@ var _default = function _default(_ref) {
|
||||
});
|
||||
};
|
||||
|
||||
exports.default = _default;
|
||||
exports["default"] = _default;
|
||||
|
||||
Reference in New Issue
Block a user