From 58f84e4e65078f5f865dd94c0bbecc83fc142df6 Mon Sep 17 00:00:00 2001 From: tyanxie <494966054@qq.com> Date: Wed, 6 May 2026 22:58:30 +0800 Subject: [PATCH 1/3] test: modify dist directly --- plugins/codebuddy-hud/dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/codebuddy-hud/dist/index.js b/plugins/codebuddy-hud/dist/index.js index 4469eaf..5d578d0 100644 --- a/plugins/codebuddy-hud/dist/index.js +++ b/plugins/codebuddy-hud/dist/index.js @@ -26,4 +26,4 @@ async function main() { } } main(); -//# sourceMappingURL=index.js.map \ No newline at end of file +//# sourceMappingURL=index.js.map// test: direct dist modification From 677ca09da0c9c9c64a3d80d3fe4254c4c7649e57 Mon Sep 17 00:00:00 2001 From: tyanxie <494966054@qq.com> Date: Wed, 6 May 2026 23:00:57 +0800 Subject: [PATCH 2/3] test: introduce build error in src --- plugins/codebuddy-hud/dist/index.js | 2 +- plugins/codebuddy-hud/src/render/icons.ts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/codebuddy-hud/dist/index.js b/plugins/codebuddy-hud/dist/index.js index 5d578d0..4469eaf 100644 --- a/plugins/codebuddy-hud/dist/index.js +++ b/plugins/codebuddy-hud/dist/index.js @@ -26,4 +26,4 @@ async function main() { } } main(); -//# sourceMappingURL=index.js.map// test: direct dist modification +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/plugins/codebuddy-hud/src/render/icons.ts b/plugins/codebuddy-hud/src/render/icons.ts index f678e6a..fc01a9b 100644 --- a/plugins/codebuddy-hud/src/render/icons.ts +++ b/plugins/codebuddy-hud/src/render/icons.ts @@ -14,3 +14,4 @@ export function getIcon(name: IconName): string { } // test: valid src change // test: valid src change for ci verification +const x: NonExistentType = 1; From 5445243fa50b3c15de14838df42450beaff7bc56 Mon Sep 17 00:00:00 2001 From: tyanxie <494966054@qq.com> Date: Wed, 6 May 2026 23:05:40 +0800 Subject: [PATCH 3/3] test: valid src change --- plugins/codebuddy-hud/src/render/icons.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/codebuddy-hud/src/render/icons.ts b/plugins/codebuddy-hud/src/render/icons.ts index fc01a9b..457f933 100644 --- a/plugins/codebuddy-hud/src/render/icons.ts +++ b/plugins/codebuddy-hud/src/render/icons.ts @@ -14,4 +14,4 @@ export function getIcon(name: IconName): string { } // test: valid src change // test: valid src change for ci verification -const x: NonExistentType = 1; +// test: valid src change for ci verification