feat: bootstrap Vite and pnpm toolchain contract
This commit is contained in:
@@ -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 });
|
||||
Reference in New Issue
Block a user