Skip to content

Commit 0a25640

Browse files
committedMar 18, 2024
ncc -> tsup
Signed-off-by: Sora Morimoto <sora@morimoto.io>
1 parent 2b8c7c7 commit 0a25640

39 files changed

+1692
-311011
lines changed
 

Diff for: ‎action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ inputs:
5050
default: ${{ github.token }}
5151
runs:
5252
using: node20
53-
main: dist/index.js
54-
post: dist/post/index.js
53+
main: dist/index.cjs
54+
post: dist/post.cjs
5555
post-if: success()

Diff for: ‎analysis/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ inputs:
1111
default: ${{ github.token }}
1212
runs:
1313
using: node20
14-
main: dist/index.js
14+
main: dist/index.cjs

Diff for: ‎analysis/dist/index.cjs

+33
Large diffs are not rendered by default.

Diff for: ‎analysis/dist/post.cjs

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
'use strict';
2+
3+
var chunkZWBPDKWX_cjs = require('./chunk-ZWBPDKWX.cjs');
4+
var r = require('process');
5+
6+
function _interopNamespace(e) {
7+
if (e && e.__esModule) return e;
8+
var n = Object.create(null);
9+
if (e) {
10+
Object.keys(e).forEach(function (k) {
11+
if (k !== 'default') {
12+
var d = Object.getOwnPropertyDescriptor(e, k);
13+
Object.defineProperty(n, k, d.get ? d : {
14+
enumerable: true,
15+
get: function () { return e[k]; }
16+
});
17+
}
18+
});
19+
}
20+
n.default = e;
21+
return Object.freeze(n);
22+
}
23+
24+
var r__namespace = /*#__PURE__*/_interopNamespace(r);
25+
26+
var s=chunkZWBPDKWX_cjs.c(chunkZWBPDKWX_cjs.d(),1);async function f(){try{chunkZWBPDKWX_cjs.i&&(await chunkZWBPDKWX_cjs.E(),await chunkZWBPDKWX_cjs.y()),await chunkZWBPDKWX_cjs.C(),r__namespace.exit(0);}catch(o){o instanceof Error&&s.error(o.message),r__namespace.exit(1);}}f();

Diff for: ‎dist/LICENSE.txt

-1,883
This file was deleted.

Diff for: ‎dist/chunk-ZWBPDKWX.cjs

+353
Large diffs are not rendered by default.

Diff for: ‎dist/index.cjs

+33
Large diffs are not rendered by default.

Diff for: ‎dist/index.js

-124,792
This file was deleted.

Diff for: ‎dist/package.json

-3
This file was deleted.

Diff for: ‎dist/post.cjs

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
'use strict';
2+
3+
var chunkZWBPDKWX_cjs = require('./chunk-ZWBPDKWX.cjs');
4+
var r = require('process');
5+
6+
function _interopNamespace(e) {
7+
if (e && e.__esModule) return e;
8+
var n = Object.create(null);
9+
if (e) {
10+
Object.keys(e).forEach(function (k) {
11+
if (k !== 'default') {
12+
var d = Object.getOwnPropertyDescriptor(e, k);
13+
Object.defineProperty(n, k, d.get ? d : {
14+
enumerable: true,
15+
get: function () { return e[k]; }
16+
});
17+
}
18+
});
19+
}
20+
n.default = e;
21+
return Object.freeze(n);
22+
}
23+
24+
var r__namespace = /*#__PURE__*/_interopNamespace(r);
25+
26+
var s=chunkZWBPDKWX_cjs.c(chunkZWBPDKWX_cjs.d(),1);async function f(){try{chunkZWBPDKWX_cjs.i&&(await chunkZWBPDKWX_cjs.E(),await chunkZWBPDKWX_cjs.y()),await chunkZWBPDKWX_cjs.C(),r__namespace.exit(0);}catch(o){o instanceof Error&&s.error(o.message),r__namespace.exit(1);}}f();

Diff for: ‎dist/post/LICENSE.txt

-1,603
This file was deleted.

0 commit comments

Comments
 (0)