feat: bootstrap Vite and pnpm toolchain contract

This commit is contained in:
donghyeon-ka
2026-07-25 20:39:06 +09:00
parent 91ae42a2a7
commit 7b35f6b551
17 changed files with 952 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
// This deliberately failing fixture proves that checkJs rejects a wrong shape.
/** @param {{ operationId: string }} request */
function execute(request) {
return request.operationId;
}
execute({ operationId: 42 });