Alex
Alex
The TS allows you to pass arguments with an extended type. As a result, the shape of the object changes but its type does not. [playground](https://typia.io/playground/?script=JYWwDg9gTgLgBDAnmYBDOAzKERwERIqp4DcAUGYQKZwAqAjHALxwDeZcncqAXHAM4wowAHYBzcgF9ylZDVoAmZmw5cARn0HDxUmQGMIIwXAhqAVnwZwAZHSUt2Xbnzx4ANKs4b87stIqEaAB0IMD8ekFgUACuIlQAPAwAfAAUpmYAlPqG-BAANlRBeRBiaeZZcGRAA) This cannot be fixed...
- copy both the current indentation and the level indentation size from the source code - use only multi-line comments so that they can be inserted anywhere - add a...
It would be good to add detailed comparisons with competitors (ts-runtime-checks, spectypes, @deepkit/type, zod, ...) in the documentation.
### Describe the problem This is a issue of the distant future. If the type passed to the class value has a literal type, then it can be assumed that...
### Describe the problem With automatic dependency tracking, it sometimes becomes difficult to understand what is really going on. Especially if there are classes, functions that call other functions, libraries,...
https://github.com/rhys-vdw/ts-auto-guard
### Describe the bug I can't install the package for node 22 because of [`@silverhand/essentials`](https://github.com/silverhand-io/essentials/blob/2171b962a9881a8abf44aa91160f816751e65bfe/package.json#L46) (https://github.com/logto-io/js/issues/613). This version has almost become LTS: https://nodejs.org/en/about/previous-releases
### Describe the bug There are several attributes whose values can be enumerated. However, if the values are string representations of booleans, then the value type becomes `Booleanish`. https://github.com/sveltejs/svelte/blob/320ebd24d8857570b0c180752765fb1580590367/packages/svelte/elements.d.ts#L730 This...
- `headers` (receiving the first data) - `beginning/end of sending the request body` (if present) - `beginning/end of receiving the response body` (if present) - `body parsing` (if necessary) Or...
### UnoCSS version 0.63 ### Describe the bug Svelte Scoped extracts classes from expressions poorly. Related: https://github.com/unocss/unocss/issues/3631 https://github.com/unocss/unocss/issues/4197 ### Reproduction https://stackblitz.com/edit/unocss-unocss-huykxvhm?file=src%2Froutes%2F%2Bpage.svelte  ### System Info _No response_ ### Validations -...