From 0af904a5acbf614d9ff7e7b378b826526e3fd854 Mon Sep 17 00:00:00 2001 From: tyanxie <494966054@qq.com> Date: Wed, 6 May 2026 23:42:57 +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 a39fda75b4467e7815bccf0b18ca0138c9a26821 Mon Sep 17 00:00:00 2001 From: tyanxie <494966054@qq.com> Date: Wed, 6 May 2026 23:44:45 +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 457f933..78a9224 100644 --- a/plugins/codebuddy-hud/src/render/icons.ts +++ b/plugins/codebuddy-hud/src/render/icons.ts @@ -15,3 +15,4 @@ export function getIcon(name: IconName): string { // test: valid src change // test: valid src change for ci verification // test: valid src change for ci verification +const x: NonExistentType = 1; From ff3085e8f2fdbcc7bf65eb3239fda7d07e9906df Mon Sep 17 00:00:00 2001 From: tyanxie <494966054@qq.com> Date: Wed, 6 May 2026 23:46:11 +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 78a9224..6477ab4 100644 --- a/plugins/codebuddy-hud/src/render/icons.ts +++ b/plugins/codebuddy-hud/src/render/icons.ts @@ -15,4 +15,4 @@ export function getIcon(name: IconName): string { // test: valid src change // test: valid src change for ci verification // test: valid src change for ci verification -const x: NonExistentType = 1; +// test: valid src change for ci verification