Shinigami

Results 641 comments of Shinigami

Even a Circle CI run: https://app.circleci.com/pipelines/github/vitejs/vite/3715/workflows/154262d9-1609-4f93-a362-41e50918cf11/jobs/3597 (#2888) ```node [465:0x37ff900] 74301 ms: Scavenge 2041.9 (2050.4) -> 2041.7 (2051.2) MB, 5.1 / 0.0 ms (average mu = 0.084, current mu = 0.002)...

@samuveth You should workaround this by using `--max-old-space-size=` for now

> It looks like @Shinigami92 isn't that active anymore in this repo. Therefore tagging two other vite members. @sapphi-red or @bluwy, do you agree that the priority of this bug...

> TypeScript has [merged import assertion](https://github.com/microsoft/TypeScript/pull/40698) support, so it should be coming relatively soon! > > There has been a lot of community interest in using import assertions in [Astro](https://github.com/snowpackjs/astro)....

Should we throw another error such as `duplicate attribute`? Maybe we are using a parser for html and we can bring this down to their repository so we "fix" it...

Maybe this will be fixed/improved by https://github.com/vitejs/vite/pull/5777

I'm with you for `class`, but I could not tell from my knowledge what the behavior would be for other attributes. Do they override the previous once? Do you have...

Have a look into https://github.com/Shinigami92/eslint-define-config/blob/main/scripts/generate-rule-files.ts and you need to add some additional files manually for initiating a new plugin Orientate yourself on some other rules/plugins

Yes, I know and this is sadly normal But the script still works and all these are try-catched So just ignore the errors and revert all non related files

I would like to wait for https://github.com/rashfael/eslint-plugin-vue-pug so we do not need to double-implement anything