Skip to content

Commit

Permalink
Automatic compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 15, 2023
1 parent f18bfc2 commit 0af966e
Show file tree
Hide file tree
Showing 19 changed files with 15 additions and 635 deletions.
36 changes: 0 additions & 36 deletions .github/workflows/main.yml

This file was deleted.

31 changes: 0 additions & 31 deletions .github/workflows/release.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore

This file was deleted.

21 changes: 0 additions & 21 deletions LICENSE.txt

This file was deleted.

74 changes: 0 additions & 74 deletions README.md

This file was deleted.

30 changes: 15 additions & 15 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/******/ "use strict";
/******/ var __webpack_modules__ = ({

/***/ 301:
/***/ 899:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {


Expand All @@ -15,7 +15,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
const os = __importStar(__nccwpck_require__(37));
const utils_1 = __nccwpck_require__(688);
const utils_1 = __nccwpck_require__(655);
/**
* Commands
*
Expand Down Expand Up @@ -87,7 +87,7 @@ function escapeProperty(s) {

/***/ }),

/***/ 508:
/***/ 614:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {


Expand All @@ -108,9 +108,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
return result;
};
Object.defineProperty(exports, "__esModule", ({ value: true }));
const command_1 = __nccwpck_require__(301);
const file_command_1 = __nccwpck_require__(51);
const utils_1 = __nccwpck_require__(688);
const command_1 = __nccwpck_require__(899);
const file_command_1 = __nccwpck_require__(282);
const utils_1 = __nccwpck_require__(655);
const os = __importStar(__nccwpck_require__(37));
const path = __importStar(__nccwpck_require__(17));
/**
Expand Down Expand Up @@ -331,7 +331,7 @@ exports.getState = getState;

/***/ }),

/***/ 51:
/***/ 282:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {


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

/***/ }),

/***/ 688:
/***/ 655:
/***/ ((__unused_webpack_module, exports) => {


Expand All @@ -391,7 +391,7 @@ exports.toCommandValue = toCommandValue;

/***/ }),

/***/ 342:
/***/ 713:
/***/ (function(__unused_webpack_module, exports, __nccwpck_require__) {


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

/***/ }),

/***/ 172:
/***/ 499:
/***/ ((__unused_webpack_module, exports, __nccwpck_require__) => {


Object.defineProperty(exports, "__esModule", ({ value: true }));
exports.parseLocation = exports.readProperties = exports.reporter = void 0;
const command_1 = __nccwpck_require__(301);
const command_1 = __nccwpck_require__(899);
const reporter = (ts) => (diagnostic) => {
switch (diagnostic.category) {
case ts.DiagnosticCategory.Error: {
Expand Down Expand Up @@ -639,7 +639,7 @@ module.exports = require("path");
/******/ // startup
/******/ // Load entry module and return exports
/******/ // This entry module is referenced by other modules so it can't be inlined
/******/ var __webpack_exports__ = __nccwpck_require__(342);
/******/ var __webpack_exports__ = __nccwpck_require__(713);
/******/ module.exports = __webpack_exports__;
/******/
/******/ })()
Expand Down
63 changes: 0 additions & 63 deletions package-lock.json

This file was deleted.

29 changes: 0 additions & 29 deletions package.json

This file was deleted.

Loading

0 comments on commit 0af966e

Please sign in to comment.