Seyyed Morteza Moosavi
Seyyed Morteza Moosavi
Thanks for the good declaration of the issue and hints about jsx-runtime. I will investigate the problem this week.
I just published a beta version that understands React JSX. check `jsx-xml@beta`
Note that `jsx-xml` render is not lazy. this means that your solution only works for tags and not components.
any update?
شاید بد نباشه قبل از تصمیم گیری فهرست کل نویسههای [کیبرد استاندارد فارسی](https://fa.wikipedia.org/wiki/%D8%A7%DB%8C%D8%B2%DB%8C%D8%B1%DB%8C_%DB%B9%DB%B1%DB%B4%DB%B7) رو بررسی کنید. البته همه نویسههاش فارسی نیست.
I found the problem with the Babel config. the `patches/[email protected]` patch had hard-coded `AdapterDateFnsV3.ts` ```diff - _ref2.filename.includes('AdapterDateFnsV3.ts') + _ref2.filename.includes(_ref2.opts.filenameIncludes || '') ```
I hope this pull request is ready for review. I tried to have well-separated commits, especially separated copy and rename commits will help in the review process @LukasTy
Thanks. > P.S. This adapter will be released with the next v7 release. If there are enough requests, we can back-port it to v6. 😉 Does that make sense? 🤔...
In `koa-socket` we need use `co` and this is ugly. ``` js // from koa-socket readm io.use( co.wrap( function *( ctx, next ) { let start = new Date() yield...
Similar to the `startOfWeek` option, we could allow the `weekendDays` option to be specified in both the locale and function arguments. ```js const weekendDays = options?.weekendDays ?? options?.locale?.options?.weekendDays ?? defaultOptions.weekendDays...