Chunpeng Huo
Chunpeng Huo
Sorry I have not put on any effort. You are more than welcome to try.
https://262.ecma-international.org/ Ecmascript spec defined all logic that a parser needs to follow. But it's a hard piece to digest. The output new node shape is defined by estree spec. Our...
@aralroca @fisker meriyah v5.0.0 is released. The reason for major release is that I moved some features out of "next" option, as they were landed in stage 4 or ecma...
Probably cannot say we supported 2023 or 2024. We still have lots of gap to catch for latest ecma spec. We don't have enough time and contributors working here :-)
releases page is still manual for us. I need to fill it up. I totally forgot #236 :(
I will do another major release in near future for #236. Our major number is still not big as Chrome, so we are fine :-)
I found out the cause. It's outdated bundler in user app. For example if your app were using an old webpack v4, it doesn't fully understand the new package.json format...
From nodejs doc > For new packages targeting the currently supported versions of Node.js, the ["exports"](https://nodejs.org/dist/latest-v20.x/docs/api/packages.html#exports) field is recommended. For packages supporting Node.js 10 and below, the ["main"](https://nodejs.org/dist/latest-v20.x/docs/api/packages.html#main) field is...
> Facing the same issue with Vue3, any update on this? If you use latest vite with vue 3, there should not be any issue.
3cp/aurelia2-dnd#2 I need to get back to it. Aurelia 2 has this sync mode of change notification which causes issue of state tearing.