Skip to content

Commit 0af966e

Browse files
Automatic compilation
1 parent f18bfc2 commit 0af966e

File tree

19 files changed

+15
-635
lines changed

19 files changed

+15
-635
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.gitignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

LICENSE.txt

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 74 deletions
This file was deleted.

dist/index.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/******/ "use strict";
33
/******/ var __webpack_modules__ = ({
44

5-
/***/ 301:
5+
/***/ 899:
66
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
77

88

@@ -15,7 +15,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
1515
};
1616
Object.defineProperty(exports, "__esModule", ({ value: true }));
1717
const os = __importStar(__nccwpck_require__(37));
18-
const utils_1 = __nccwpck_require__(688);
18+
const utils_1 = __nccwpck_require__(655);
1919
/**
2020
* Commands
2121
*
@@ -87,7 +87,7 @@ function escapeProperty(s) {
8787

8888
/***/ }),
8989

90-
/***/ 508:
90+
/***/ 614:
9191
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
9292

9393

@@ -108,9 +108,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
108108
return result;
109109
};
110110
Object.defineProperty(exports, "__esModule", ({ value: true }));
111-
const command_1 = __nccwpck_require__(301);
112-
const file_command_1 = __nccwpck_require__(51);
113-
const utils_1 = __nccwpck_require__(688);
111+
const command_1 = __nccwpck_require__(899);
112+
const file_command_1 = __nccwpck_require__(282);
113+
const utils_1 = __nccwpck_require__(655);
114114
const os = __importStar(__nccwpck_require__(37));
115115
const path = __importStar(__nccwpck_require__(17));
116116
/**
@@ -331,7 +331,7 @@ exports.getState = getState;
331331

332332
/***/ }),
333333

334-
/***/ 51:
334+
/***/ 282:
335335
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
336336

337337

@@ -348,7 +348,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
348348
/* eslint-disable @typescript-eslint/no-explicit-any */
349349
const fs = __importStar(__nccwpck_require__(147));
350350
const os = __importStar(__nccwpck_require__(37));
351-
const utils_1 = __nccwpck_require__(688);
351+
const utils_1 = __nccwpck_require__(655);
352352
function issueCommand(command, message) {
353353
const filePath = process.env[`GITHUB_${command}`];
354354
if (!filePath) {
@@ -366,7 +366,7 @@ exports.issueCommand = issueCommand;
366366

367367
/***/ }),
368368

369-
/***/ 688:
369+
/***/ 655:
370370
/***/ ((__unused_webpack_module, exports) => {
371371

372372

@@ -391,7 +391,7 @@ exports.toCommandValue = toCommandValue;
391391

392392
/***/ }),
393393

394-
/***/ 342:
394+
/***/ 713:
395395
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {
396396

397397

@@ -425,8 +425,8 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
425425
const module_1 = __importDefault(__nccwpck_require__(188));
426426
const path = __importStar(__nccwpck_require__(17));
427427
const fs = __importStar(__nccwpck_require__(147));
428-
const core_1 = __nccwpck_require__(508);
429-
const reporter_1 = __nccwpck_require__(172);
428+
const core_1 = __nccwpck_require__(614);
429+
const reporter_1 = __nccwpck_require__(499);
430430
async function main() {
431431
try {
432432
const project = (0, core_1.getInput)("project") || "tsconfig.json";
@@ -520,13 +520,13 @@ main();
520520

521521
/***/ }),
522522

523-
/***/ 172:
523+
/***/ 499:
524524
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {
525525

526526

527527
Object.defineProperty(exports, "__esModule", ({ value: true }));
528528
exports.parseLocation = exports.readProperties = exports.reporter = void 0;
529-
const command_1 = __nccwpck_require__(301);
529+
const command_1 = __nccwpck_require__(899);
530530
const reporter = (ts) => (diagnostic) => {
531531
switch (diagnostic.category) {
532532
case ts.DiagnosticCategory.Error: {
@@ -639,7 +639,7 @@ module.exports = require("path");
639639
/******/ // startup
640640
/******/ // Load entry module and return exports
641641
/******/ // This entry module is referenced by other modules so it can't be inlined
642-
/******/ var __webpack_exports__ = __nccwpck_require__(342);
642+
/******/ var __webpack_exports__ = __nccwpck_require__(713);
643643
/******/ module.exports = __webpack_exports__;
644644
/******/
645645
/******/ })()

package-lock.json

Lines changed: 0 additions & 63 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

0 commit comments

Comments
 (0)