Max Patiiuk
Max Patiiuk
# Bug Report Autofix for `functional/prefer-readonly-type` on a mapped type like the following inserts `readonly` on a wrong line: ```ts let a: { [B in 'c']: 'd'; }; ``` ##...
# Bug Report I have the following code: ```ts export type Writable = { -readonly [K in keyof T]: T[K]; }; ``` ESLint reports "functional/prefer-readonly-type" rule and an option to...
Checklist: - [x] I've read and understood [Contributing Guidelines](CONTRIBUTING.md). - [x] I've added the new resource at the end of its section. - [x] This resource is out there for...
### Current behaviour While original `turndown` includes builds for the browser, `@joplin/turndown` only includes a single build:   And...
### Current behaviour 1. A table on this page contains `` elements in headers - https://www.verdict.co.uk/jargon-business-workplace-musk/?cf-view ```html Workplace jargon Translation Use in a sentence Meaning ``` While that doesn't look...
### Operating system macOS ### Joplin version n/a ### Desktop version info n/a, but if you really need, it, `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko)...
### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...
## What is the current behavior? Fix incorrect JSX typings, as described in great detail in https://github.com/ionic-team/stencil/issues/5306 GitHub Issue Number: #5306 ## What is the new behavior? TypeScript compiler is...
**Describe the bug** Version: 20.0.0 The `.getChildSyntaxList()` method on UnionTypeNode does not work - it returns undefined even though UnionTypeNode has a direct SyntaxList child node: ![Screenshot 2023-11-15 at 10...
**Describe the bug** Version: 20.0.0 Node.js v20.5.0 TS Node: 10.9.1 **To Reproduce** ```ts const nodes = sourceFile.getDescendantsOfKind(SyntaxKind.JsxAttributes); // The type of nodes is Node[], not the expected Node[] ``` The...