Szymon Gebler
Szymon Gebler
Currently, the `ava/use-test` allows naming the default import `anyTest` instead of `test` in TypeScript files: > In a TypeScript file (`.ts` or `.tsx`) AVA can be assigned to a variable...
In XML, only `\t`, `\n`, `\r`, and ` ` are considered [whitespace](https://www.w3.org/TR/xml/#NT-S) and are affected by the [`xml:space` attribute](https://www.w3.org/TR/xml/#sec-white-space). However, when formatting an XML document with the `xmlWhitespaceSensitivity` option set...
### Environment Node version: v22.9.0 npm version: v10.8.3 Local ESLint version: v9.12.0 (Currently used) Global ESLint version: Not found Operating System: darwin 24.0.0 ### What parser are you using? @typescript-eslint/parser...
### Extension Version 0.20251205.1 ### VS Code Version 1.106.3 ### Operating system Version macOS Tahoe 26.1 ### Steps to reproduce 1. Clone https://github.com/gebsh/auto-import-cjs. 1. Open the cloned repository in VS...
Interfaces `$ZodIssueTooSmall` and `$ZodIssueTooBig` type `minimum` and `maximum` properties respectively as `number | bigint`: https://github.com/colinhacks/zod/blob/3b946107b6c94b2ac8ff9fb451160c34dc4dd794/packages/zod/src/v4/core/errors.ts#L26-L44 This misses the `Date` variant that occurs at runtime when validating `z.date().min()` or `z.date().max()`: https://github.com/colinhacks/zod/blob/3b946107b6c94b2ac8ff9fb451160c34dc4dd794/packages/zod/src/v4/core/checks.ts#L64-L68...
This adjusts the RegExp pattern used to trim text while formatting so that it only matches the four characters that are considered whitespace in the XML standard. I added various...