It also shows how to add a new command category (ParcelCommands) Everything under dist/ is auto-generated with "npm run build".
7 lines
321 B
JavaScript
7 lines
321 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
var ParcelInfoFlags;
|
|
(function (ParcelInfoFlags) {
|
|
ParcelInfoFlags[ParcelInfoFlags["mature"] = 1] = "mature";
|
|
})(ParcelInfoFlags = exports.ParcelInfoFlags || (exports.ParcelInfoFlags = {}));
|
|
//# sourceMappingURL=ParcelInfoFlags.js.map
|