Erin
Erin
I think my main concern with this is that if you're registering a complex listener, its easy to miss the `once: true` at the very bottom of the definition when...
Typescript doesn't like putting optional arguments before required ones, but it's easy enough to do it via overrides and some runtime shuffling of arguments. I definitely want the options argument...
Committing to this. I got it working locally, and I can mark the messy implementation signature internal so it doesn't get included in docs. This is good enough for me.
I agree it's *okay,* but I don't actually know if it's that helpful, and it adds clutter to the Yuuko API docs. In order to use the re-export, you have...
Should do a deprecation for this before v3
update this with eris 0.16.1 types fixes
Wanted to do some work on this, but because slot contents are rendered in the shadow DOM now, legacy styles don't work with this PR *at all*. Putting a `JQueryRenderer`...
okay i lied i got a little bit of shreddit working, enough to show that this will actually work there in the future. the focus here should still not be...
new Reddit is dead (#1027) so rip the newreddit observer. brought up to date with `master` again
eslint has a [`prefer-named-capture-group` rule](https://eslint.org/docs/latest/rules/prefer-named-capture-group) which could help us here