South Drifter
South Drifter
> > It's working for me: https://github.com/mischnic/parcel-issue-8703 > > Could you test a more complex case? such as the context I shown above: > https://github.com/idea2app/MobX-RESTful/commit/0370678fd2592094c0225662303a4dd2510c20fd#diff-780bc523b57f373918475f4b3d1d120f938678b33c03bf79ce4f7b20b7085254R63-R69 @mischnic look here, it's in...
@mischnic To replace the class name with `this` can reproduce: https://github.com/idea2app/MobX-RESTful/blob/bb127f4e22e7fdeedea5cc9aa2bfc1295fc6a988/wrapper/Strapi/source/index.ts#L64 Use this branch: https://github.com/idea2app/MobX-RESTful/tree/update-bundler
> > Does it also still fail with Parcel 2.8.2? > > 1. Same error in Parcel 2.8.2 & TypeScript 4.9.4 > 2. Same error with one more warning in...
You can use my plugin for MDX 3: https://github.com/EasyWebApp/Parcel-transformer-MDX
1. `[[Set]]` is natural semantic of `=` (assign) a property, `[[Define]]` makes it hard to upgrade to libraries like MobX v6, why would I need a confused *Syntax suger*? ```JavaScript...
@parcel-bundler anyone look about this issue?
We may support **Import Assertion** standard proposal for CSS modules to resolve this: 1. https://www.proposals.es/proposals/Import%20Assertions 2. https://web.dev/articles/css-module-scripts 3. https://fullystacked.net/import-attributes/ 4. parcel-bundler/parcel#7648
Quill 2.0.0 has same bugs with Web components: https://github.com/EasyWebApp/quill-cell/pull/1/commits/8bf3c6d8da477c71f6cbb5be1140460141b30f33 ## Reproduce 1. open the test page code in Cloud IDE: https://gitpod.io/?autostart=true#https://github.com/EasyWebApp/quill-cell/pull/1/commits/8bf3c6d8da477c71f6cbb5be1140460141b30f33 2. run `pnpm i && npm start` to open...
Any update in 2023 ? New version of React official document is dropping Class components, Web components is the right way to write Class components, hope to improve these details.