It also shows how to add a new command category (ParcelCommands) Everything under dist/ is auto-generated with "npm run build".
6 lines
214 B
JavaScript
6 lines
214 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
class ParcelInfoReplyEvent {
|
|
}
|
|
exports.ParcelInfoReplyEvent = ParcelInfoReplyEvent;
|
|
//# sourceMappingURL=ParcelInfoReplyEvent.js.map
|