Maximilian Dewald

Results 10 issues of 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. ![image](https://user-images.githubusercontent.com/20517052/102222605-ed05a300-3ee3-11eb-9df8-162844bd1a19.png) --- ![image](https://user-images.githubusercontent.com/20517052/102222741-1c1c1480-3ee4-11eb-9d1a-02f3b19a43dc.png) --- ![image](https://user-images.githubusercontent.com/20517052/102222885-4d94e000-3ee4-11eb-8ec5-f0c469b4b477.png) I can provide additional code and examples if needed....

bug
area: html
platform: parser

Hi again, thx for the latest update spotted another bug. Something like this breaks the file: `class:materials={/"/.test()}` --- ![image](https://user-images.githubusercontent.com/20517052/105911413-730c2200-602a-11eb-841d-737bf9a6ed84.png)

platform: parser

### 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...

bug

Reproduction: `type T1 = Call;` Output: ```ts type T1 = { a: { toString: ((radix?: number | undefined) => string) & (() => string); toFixed: (fractionDigits?: number | undefined) =>...

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...

improvement

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`...

improvement
upstream

Waiting for upstream fix: https://github.com/gvergnaud/hotscript/issues/83

bug
upstream

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...

improvement
upstream