dalaoshu

Results 101 comments of dalaoshu

> Whatever happened changed in `7.0.6` > > * ✅ `7.0.4` > * ✅ `7.0.5` > * ❌ `7.0.6` -> `7.0.12` It looks like a `vite dev` issue. Are you...

Could you try using `[email protected]`? We recently fixed an issue related to decorators in latest version.

> I have a similar issue with vue-i18n using rolldown-vite: `Cannot access '_context' before initialization` Can you share the steps to reproduce this?

> So the current logic is not internally consistent, and probably asset naming should have a minimum of 6 as well until a decision is made whether or not to...

Does this issue seem to have been done? Should we close all related issues?

Actually, this will also report an error, and I think this is expected behavior? See [typescript-eslint](https://typescript-eslint.io/play/#ts=5.4.5&fileType=.tsx&code=MYewdgzgLgBAHgTwF4C4YDkQBMCmAZAS2gHkAzAHgAkAVAWTwFEAbHAWxzCgD4YBeGLCGABXdpwB0AR2E4ATggDKOFsCghZAQSZMAFAHJxcI3D0BKANwBYAFBA&eslintrc=N4KABGBEBOCuA2BTAzpAXGUEKQHYHsBaWXAE0QDN0wBtcbHRaafaSeiAXXoF8QegA&tsconfig=N4KABGBEDGD2C2AHAlgGwKYCcDyiAuysAdgM6QBcYoEEkJemy0eAcgK6qoDCAFutAGsylBm3TgwAXxCSgA&tokens=false) ```bash ⚠ eslint(no-undef): 'Element' is not defined. ╭─[no_undef.tsx:1:12] 1 │ const abc: Element |...

When the `html` directive in an HTML file is lowercase, Prettier outputs ``. Otherwise, it outputs `` in uppercase. See [here](https://github.com/prettier/prettier/blob/9429e539f8f1a1d5fc5b2d0073b3b2f2260cccf9/src/language-html/print/tag.js#L349-L350) ```JS function printOpeningTagStartMarker(node) { switch (node.type) { case "ieConditionalComment":...

I will resolve this issue after PR #2238