Nicolas Stepien

Results 111 comments of Nicolas Stepien

>Go back to the file -> Rome stills flags the error The lint will go away if you edit the file, but yes Rome shouldn't wait for a file update...

@MichaReiser Out of curiosity, why is it scheduled for 12.0.0? Shouldn't this only require a bug fix in the VSCode extension, with no breaking change?

https://www.npmjs.com/package/open There's also `open`, which is still actively maintained.

@ematipico There are still minor difference: [playground](https://docs.rome.tools/playground/?indentStyle=space&quoteStyle=single&trailingComma=none&lintRules=all&code=ZgB1AG4AYwB0AGkAbwBuACAATQB5AEMAbwBtAHAAbwBuAGUAbgB0ACgAKQAgAHsACgAgACAAcgBlAHQAdQByAG4AIAAoAAoAIAAgACAAIAA8AD4ACgAgACAAIAAgACAAIAA8AEYAbwByAG0AYQB0AHQAZQBkAE0AZQBzAHMAYQBnAGUAIAAvAD4ACgAgACAAIAAgACAAIAAvAAoAIAAgACAAIAAgACAAPABGAG8AcgBtAGEAdAB0AGUAZABNAGUAcwBzAGEAZwBlACAALwA%2BAAoACgAgACAAIAAgACAAIAA8AEQAYQB0AGUARgBvAHIAbQBhAHQAdABlAHIAIAB2AGEAbAB1AGUAPQB7AGYAcgBvAG0AfQAgAC8APgAKACAAIAAgACAAIAAgAC0ACgAgACAAIAAgACAAIAA8AEQAYQB0AGUARgBvAHIAbQBhAHQAdABlAHIAIAB2AGEAbAB1AGUAPQB7AHQAbwB9ACAALwA%2BAAoAIAAgACAAIAA8AC8APgAKACAAIAApADsACgB9AA%3D%3D) Unless the playground isn't up to date?

>there isn't a clear position inside of it that could correspond to the conceptual location of the diagnostic Even though there is a code diff? I'd be happy if even...

@fatcerberus I'm not convinced this issue is related.

Given ```ts const obj = { x: Symbol() } as const ``` , would it be possible for its type to be `typeof obj.x`? Although that wouldn't work in a...

I wonder if TS could use the description when available, i.e. `Symbol('desc')`'s type could be `typeof Symbol('desc')` or `unique symbol 'desc'`.

IMHO Rome should assume JSONC by default. On hand hand, we can't assume that every `.json` file is JSONC, as that may break other code. On the other hand, we...

One more thing: VSCode already adds red squiggles under comments in JSON files, so in that regard, and for that editor, it's already covered. ![image](https://user-images.githubusercontent.com/567105/229820961-6113b311-1b73-49a7-bcc5-cbf80ebd71f8.png)