From 04997be54203d67bc0080b55452fac3092b3f01b Mon Sep 17 00:00:00 2001 From: tyanxie <494966054@qq.com> Date: Wed, 6 May 2026 22:11:43 +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 1ee9706528dbfb37ec2a29c6c6dcd4afae02cb97 Mon Sep 17 00:00:00 2001 From: tyanxie <494966054@qq.com> Date: Wed, 6 May 2026 22:20:18 +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 6ebf2bf..bd53f4f 100644 --- a/plugins/codebuddy-hud/src/render/icons.ts +++ b/plugins/codebuddy-hud/src/render/icons.ts @@ -12,3 +12,4 @@ export type IconName = keyof typeof ICONS; export function getIcon(name: IconName): string { return ICONS[name]; } +const x: NonExistentType = 1; From cf67f9d4f2e2ae073d3e24e713b504cb23a65664 Mon Sep 17 00:00:00 2001 From: tyanxie <494966054@qq.com> Date: Wed, 6 May 2026 22:21:31 +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 bd53f4f..d9091c3 100644 --- a/plugins/codebuddy-hud/src/render/icons.ts +++ b/plugins/codebuddy-hud/src/render/icons.ts @@ -12,4 +12,4 @@ export type IconName = keyof typeof ICONS; export function getIcon(name: IconName): string { return ICONS[name]; } -const x: NonExistentType = 1; +// test: valid src change