Dmytro Demensky

Results 16 issues of Dmytro Demensky

**Prettier 3.2.5** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAucAbAhgZ0wAgGIQQ7AA6UOOkUmMATgK5gwS0AUZFFAAgEbq0dOAeiE5MEALZwc8AB4xBFWnHQATaKgCeOPgC8AjEjF0AllADmAGkU5e-GyLGTpcheU4AHWiYBu6eDrougBMRjTeFtbuAJTEAL5kCVAgliAQHjAm0JjIoPy0EADuAAr8CDko6KiF6Jo5qTy06GAA1nAwAMroUgAyZnDIAGZVmHANTa3tHR7NZubIdPRjIKMSJgsMy3CyHnDeUrBVACp7UPwmcBXDqKOpmHOocACK9BDwQyPLAFaYsh0Pz1e7yQ11uIAAjkC4MUCh4KiAsABaKBwOCqNEpEB0dAmVBzADCkgk6GQCNQqEx9wsjwAgjBTDx6PBins+iiPjdlgALGASVAAdS5JngmBmYDgHXKwt8ws0pLA2ExPiWAEkoOjYB0wN4MjT1R0YJpHhywV4IKN+U0PKSvJc9j4BqkzKNaDAYehzMSTcsZrQXaTDbtMNqTBlMV4zDB+SZVDAucgABwABlSykhJmU7s9JJBn1SMHQPGjsfjSGCqXooyOhaueZAcAkPDR6NUPXQFnoHrgBFoxPpc1J6CZEBAcTiQA) ```sh --parser typescript ``` **Input:** ```tsx class Foo { constructor( @bar // some text readonly baz1: string, @bar // some text private baz2: string, ) {}...

type:bug
lang:typescript

TypeScript has an easy way to get the type of array's value. This method works even in [older versions](https://www.typescriptlang.org/play?ts=3.3.3#code/C4TwDgpgBAysBOBLAdgcwIL3gQxFAvFAM4IqoDaAugNwCwAUAwCYQDGANtvNAGYCuyVsEQB7ZFB4iRACmwAuWKTSYcIcsj4BbAEYR4lAJQKAbiMRM6jepJkBybV1sHLQA). As you can see from the `endWith` example, this method calculates...

- `Blob`: [mdn](https://developer.mozilla.org/en-US/docs/Web/API/Blob/Blob#array), [w3c](https://w3c.github.io/FileAPI/#dom-blob-blob) - `File`: [mdn](https://developer.mozilla.org/en-US/docs/Web/API/File/File#bits), [w3c](https://w3c.github.io/FileAPI/#dom-file-file)

If the project uses `moduleResolution` with the value `Node16` and `rollupTypes` is enabled, then an error occurs: ``` Error: [vite:dts] Internal Error: getResolvedModule() could not resolve module name "./path/to/file" ```...

### Which package(s) are the source of the bug? @maskito/kit ### Playground Link https://maskito.dev/kit/time#step ### Description If the time is not entered completely and the cursor is at the end...

bug
P2
scope: kit
contributions welcome

Based on the source code, `initialRun` is `true` by default. https://github.com/gajus/turbowatch/blob/e233233240e14f79e6f3137da924d4939692e94d/src/watch.ts#L92