fix(core): update
This commit is contained in:
18
.parcel-cache/9e/0dfa99fa6e96745022c778ffa0f227.blob
Normal file
18
.parcel-cache/9e/0dfa99fa6e96745022c778ffa0f227.blob
Normal file
@ -0,0 +1,18 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
|
||||
var _parcelClasses = require("./parcel.classes.parcel");
|
||||
|
||||
Object.keys(_parcelClasses).forEach(function (key) {
|
||||
if (key === "default" || key === "__esModule") return;
|
||||
if (key in exports && exports[key] === _parcelClasses[key]) return;
|
||||
Object.defineProperty(exports, key, {
|
||||
enumerable: true,
|
||||
get: function () {
|
||||
return _parcelClasses[key];
|
||||
}
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user