Bryan Smith
Bryan Smith
When I wrote this Webpack support in Aurelia was experimental, and I never got around to trying out the loader with it. I'd like to get it working, but I'm...
No. Happy to review a PR if anyone wants to open one.
Hi @DamienCassou, I'd be happy to review a PR if you know the change you'd like to make.
I think you're right. There isn't currently a way to define a group whose matches are unordered. I imagine this could be useful for React components, where methods are often...
No, it's is not currently supported. I was proposing that the `sort` option be supported at the group level to enable this functionality. PRs welcome!
No objection here! I don't have bandwidth to add this myself, but I'd be happy to take a PR for it.
Additionally, after landing on a 404 page the `isReady` value remains `false` for the lifetime of the router. If you land on a custom 404 page that doesn't use `router.isReady`...
Well it took 2 years for some reason, but this is fixed in 1.15.2 :-) I've fixed the crash by filtering out the declaration before matching; you can't current match...
No updates. I haven't personally used this plugin in a long time, as classes are not a language feature I use much any more. I'm happy to review PRs, but...
Yep. I do a lot of React work, and my class use dropped off pretty hard when React introduced hooks in 2019.