Mateusz

Results 7 issues of Mateusz

Same issue with `as const`. e.g. ```typescript const LETTERS = ['a', 'b', 'c'] as const; type Letter = (typeof LETTERS)[number]; ``` then in Angular ```typescript @Input() letter: Letter = 'a';...

now default can include brackets inside. For example CSS attribute selector [[attribute]] or string ["[attribute]"] bug description: this input ```scss /// @param {Selector} $self-pointer ["[dir=rtl]"] - test ``` generate such...

Hi, I'm wondering why `lit-analyzer` that `ts-lit-plugin` using, uses type definitions from `vscode-html-languageservice` rather than `typescript` lib.dom or own type definitions. For example `role` attribute case: When i create Lit...

closes https://github.com/angular-eslint/angular-eslint/issues/1446

### What is your question? #### Description The project currently contains two identical GIF files that are over 40 MB each and are in very high resolution. These files are...

question

**Prettier 3.3.3** **Input:** ```html Document ``` **Output:** ```html Document ``` **Expected output:** ### Depends on the --doctype-case option setting: For `--doctype-case lowercase` (can be default): ```html Document ``` For --doctype-case...

status:needs discussion

# ECMA-402 Proposal: Enhanced ICU Integration for Intl API ## Champion(s) [Names of champions] ## Stage Stage 0 ## Motivation The Intl API currently provides a standardized way for JavaScript...

c: meta
s: comment