Add .nx/ to .gitignore and remove cached build artifacts

Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-07 22:04:45 +00:00
parent dfc20acda2
commit 6be37922c5
21 changed files with 1 additions and 93628 deletions
+1
View File
@@ -5,3 +5,4 @@ packages/*/__tests__/_temp/
.DS_Store
*.xar
packages/*/audit.json
.nx/
-1180
View File
File diff suppressed because it is too large Load Diff
-1
View File
@@ -1 +0,0 @@
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
@@ -1,43 +0,0 @@
{
"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
@@ -1,38 +0,0 @@
> @actions/glob@0.5.0 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
@@ -1,18 +0,0 @@
> @actions/io@2.0.0 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
@@ -1,4 +0,0 @@
> @actions/http-client@3.0.1 tsc
> tsc
File diff suppressed because it is too large Load Diff
@@ -1 +0,0 @@
4457673479152766597
-1
View File
@@ -1 +0,0 @@
4457673479152766597
Binary file not shown.
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff