We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bff493c commit 4d963f0Copy full SHA for 4d963f0
.github/copilot-instructions.md
@@ -68,7 +68,6 @@ npm run bootstrap # Build native components (weak-node-api, examples)
68
- Use structured error handling with custom error types when needed
69
70
**Immutable Data Patterns**:
71
-- Use `as const satisfies Record<string, z.ZodType>` for Zod schemas
72
- Prefer readonly data structures where applicable
73
- Use `const` assertions for compile-time immutability
74
0 commit comments