nexushub-commands 2.0.9 → 2.0.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ParserSharedCommandsService = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
5
|
const fs = tslib_1.__importStar(require("fs"));
|
|
6
6
|
const path = tslib_1.__importStar(require("path"));
|
|
@@ -209,6 +209,6 @@ class ParserSharedCommandsService {
|
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
211
|
exports.ParserSharedCommandsService = ParserSharedCommandsService;
|
|
212
|
-
|
|
213
|
-
const code = ParserSharedCommandsService.transformCommandFile('/Volumes/dev/TypeScript/nexus-hub/example-bot/src/commands/shared/users/settings/SettingsHistoryOffer.srdcmd.ts')
|
|
214
|
-
fs.writeFileSync('./code.js', code)
|
|
212
|
+
// export const ParserSharedCommandsServiceInstance = new ParserSharedCommandsService()
|
|
213
|
+
// const code = ParserSharedCommandsService.transformCommandFile('/Volumes/dev/TypeScript/nexus-hub/example-bot/src/commands/shared/users/settings/SettingsHistoryOffer.srdcmd.ts')
|
|
214
|
+
// fs.writeFileSync('./code.js', code)
|
package/package.json
CHANGED
|
@@ -228,7 +228,7 @@ export class ParserSharedCommandsService {
|
|
|
228
228
|
}
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
export const ParserSharedCommandsServiceInstance = new ParserSharedCommandsService()
|
|
232
|
-
const code = ParserSharedCommandsService.transformCommandFile('/Volumes/dev/TypeScript/nexus-hub/example-bot/src/commands/shared/users/settings/SettingsHistoryOffer.srdcmd.ts')
|
|
231
|
+
// export const ParserSharedCommandsServiceInstance = new ParserSharedCommandsService()
|
|
232
|
+
// const code = ParserSharedCommandsService.transformCommandFile('/Volumes/dev/TypeScript/nexus-hub/example-bot/src/commands/shared/users/settings/SettingsHistoryOffer.srdcmd.ts')
|
|
233
233
|
|
|
234
|
-
fs.writeFileSync('./code.js', code)
|
|
234
|
+
// fs.writeFileSync('./code.js', code)
|