Verify changes with tests - all package-specific tests passing

Co-authored-by: TingluoHuang <[email protected]>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-07 22:03:56 +00:00
co-authored by TingluoHuang
parent dc1fec82a6
commit dfc20acda2
26 changed files with 93709 additions and 40 deletions
+1180
View File
File diff suppressed because it is too large Load Diff
+1
View File
@@ -0,0 +1 @@
12463729879319616318
+21435
View File
File diff suppressed because it is too large Load Diff
+22019
View File
File diff suppressed because it is too large Load Diff
+43
View File
@@ -0,0 +1,43 @@
{
"run": {
"command": "lerna run tsc",
"startTime": "2026-01-07T21:56:32.231Z",
"endTime": "2026-01-07T21:56:38.771Z",
"inner": false
},
"tasks": [
{
"taskId": "@actions/io:tsc",
"target": "tsc",
"projectName": "@actions/io",
"hash": "1447665609445088634",
"startTime": "2026-01-07T21:56:32.254Z",
"endTime": "2026-01-07T21:56:36.931Z",
"params": "",
"cacheStatus": "cache-miss",
"status": 1
},
{
"taskId": "@actions/glob:tsc",
"target": "tsc",
"projectName": "@actions/glob",
"hash": "1176241570014863703",
"startTime": "2026-01-07T21:56:32.255Z",
"endTime": "2026-01-07T21:56:37.163Z",
"params": "",
"cacheStatus": "cache-miss",
"status": 1
},
{
"taskId": "@actions/http-client:tsc",
"target": "tsc",
"projectName": "@actions/http-client",
"hash": "15551576873791470412",
"startTime": "2026-01-07T21:56:32.254Z",
"endTime": "2026-01-07T21:56:38.770Z",
"params": "",
"cacheStatus": "cache-miss",
"status": 0
}
]
}
+38
View File
@@ -0,0 +1,38 @@
> @actions/[email protected] tsc
> tsc
error TS2318: Cannot find global type 'AsyncIterableIterator'.
node_modules/@actions/core/lib/platform.d.ts(1,23): error TS2688: Cannot find type definition file for 'node'.
node_modules/@actions/core/lib/platform.d.ts(2,32): error TS2503: Cannot find namespace 'NodeJS'.
src/internal-globber.ts(2,21): error TS2307: Cannot find module 'fs' or its corresponding type declarations.
src/internal-globber.ts(4,23): error TS2307: Cannot find module 'path' or its corresponding type declarations.
src/internal-globber.ts(11,20): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/internal-globber.ts(41,20): error TS2583: Cannot find name 'AsyncGenerator'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2018' or later.
src/internal-globber.ts(66,27): error TS2583: Cannot find name 'AsyncGenerator'. Do you need to change your target library? Try changing the 'lib' compiler option to 'es2018' or later.
src/internal-hash-files.ts(1,25): error TS2307: Cannot find module 'crypto' or its corresponding type declarations.
src/internal-hash-files.ts(3,21): error TS2307: Cannot find module 'fs' or its corresponding type declarations.
src/internal-hash-files.ts(4,25): error TS2307: Cannot find module 'stream' or its corresponding type declarations.
src/internal-hash-files.ts(5,23): error TS2307: Cannot find module 'util' or its corresponding type declarations.
src/internal-hash-files.ts(6,23): error TS2307: Cannot find module 'path' or its corresponding type declarations.
src/internal-hash-files.ts(18,8): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/internal-hash-files.ts(18,43): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/internal-path-helper.ts(1,23): error TS2307: Cannot find module 'path' or its corresponding type declarations.
src/internal-path-helper.ts(2,20): error TS2307: Cannot find module 'assert' or its corresponding type declarations.
src/internal-path-helper.ts(4,20): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/internal-path-helper.ts(60,17): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/internal-path-helper.ts(89,19): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/internal-path.ts(1,23): error TS2307: Cannot find module 'path' or its corresponding type declarations.
src/internal-path.ts(3,20): error TS2307: Cannot find module 'assert' or its corresponding type declarations.
src/internal-path.ts(5,20): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/internal-pattern-helper.ts(5,20): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/internal-pattern.ts(1,21): error TS2307: Cannot find module 'os' or its corresponding type declarations.
src/internal-pattern.ts(2,23): error TS2307: Cannot find module 'path' or its corresponding type declarations.
src/internal-pattern.ts(4,20): error TS2307: Cannot find module 'assert' or its corresponding type declarations.
src/internal-pattern.ts(9,20): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/internal-pattern.ts(224,36): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/internal-pattern.ts(231,36): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
src/internal-pattern.ts(234,36): error TS2345: Argument of type 'string | undefined' is not assignable to parameter of type 'string'.
Type 'undefined' is not assignable to type 'string'.
src/internal-pattern.ts(261,28): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
+18
View File
@@ -0,0 +1,18 @@
> @actions/[email protected] tsc
> tsc
src/io-util.ts(1,21): error TS2307: Cannot find module 'fs' or its corresponding type declarations.
src/io-util.ts(2,23): error TS2307: Cannot find module 'path' or its corresponding type declarations.
src/io-util.ts(19,27): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/io-util.ts(194,7): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/io-util.ts(195,21): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/io-util.ts(197,7): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/io-util.ts(198,21): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/io-util.ts(204,10): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/io.ts(1,18): error TS2307: Cannot find module 'assert' or its corresponding type declarations.
src/io.ts(2,23): error TS2307: Cannot find module 'path' or its corresponding type declarations.
src/io.ts(200,28): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/io.ts(201,29): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/io.ts(232,7): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
src/io.ts(233,21): error TS2580: Cannot find name 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
+4
View File
@@ -0,0 +1,4 @@
> @actions/[email protected] tsc
> tsc