Lazar Ljubenović
Lazar Ljubenović
I'm not sure if I'm missing something obvious, but [the section on Union types](https://www.elm-tutorial.org/en/01-foundations/05-union-types.html) starts mentioning `Yes` and `No`, and keeps dragging it through all examples without ever explaining what...
Look like it completely ignores if I chose `"` or `'` and just looks for either one. ### Source ``` @error "This is a string with an apostrophe. It's nice,...
When you run `tsc --init`, you get a default setup for the `tsconfig.json` file, which is not actually a JSON file. It's a super-set of JSON which allows, amongst other...
Why is there a peer dependency on the CLI? It seems pointless, since it _does_ work without it. One can use `webpack`'s Node API, for example. If it's not needed,...
Has integration with [tsdoc](https://github.com/microsoft/tsdoc) been considered?
We. Want. Details. What. Is. This. Thing.
Two unicode character class escapes break the plugin. Source: ```ts const r = /[\p{P}\p{Z}]/u ``` Error: ``` Oops! Something went wrong! :( ESLint: 8.29.0 TypeError: Cannot read properties of undefined...
 I have a header on the top and it properly covers all elements on the page except for parts of KaTeX formulas. The fix is trivial: just add `z-index:...
- Rollup Plugin Name: at least `typescript` and `node-resolve`, probably all - Rollup Plugin Version: typescript at 11.1.2, node-resolve at 15.1.0 (currently latest) - Rollup Version: 3.25.1 (currently latest) -...
First of all, thanks for the amazing lib. I love its potential! I'm fiddling with the groups functionality and I really like how it enables me to keep my "transformers"...