Maximilian Dewald
Maximilian Dewald
This version can already be used with: ``` - name : Run eslint on changed files uses : Maggi64/eslint-plus-action@master ```
I encountered this when using same quotes in the curly braces as in the html tags.  ---  ---  I can provide additional code and examples if needed....
Hi again, thx for the latest update spotted another bug. Something like this breaks the file: `class:materials={/"/.test()}` --- 
### Demo URL https://stackblitz.com/edit/sveltejs-kit-template-default-yh1zpq?file=jsconfig.json ### What happened? Thank you for this cool lib :) I couldn't get it to work on sveltekit. I think configured everything correctly, but the font...
Reproduction: `type T1 = Call;` Output: ```ts type T1 = { a: { toString: ((radix?: number | undefined) => string) & (() => string); toFixed: (fractionDigits?: number | undefined) =>...
resolves #83
Every function except `set' creates and returns a new array. I've done this to be consistent, but it doesn't always make sense. To improve performance, we could switch to in-place...
Tsup's `--dts-resolve` feature, which bundles dependency types, is experimental and doesn't reliably work with hotscript. We need to wait for improvements in tsup/esbuild to fully support this. Until then `hotscript`...
Waiting for upstream fix: https://github.com/gvergnaud/hotscript/issues/83
Blocked by https://github.com/evanw/esbuild/issues/104. Esbuild seems not to support the T39 Standard Decorators yet. Until this is added we stay with the `experimentalDecorators` implementation. The T39 Decorators allow the use in...