abstract-state-router
abstract-state-router copied to clipboard
change: modernize the code slightly by using import/export
(Making this PR now so I don't lose track of it while waiting for other PRs to settle.)
This one needs to wait for https://github.com/TehShrike/abstract-state-router/pull/141
I didn't modernize anything else in particular, I just changed all the require
s to import
s and module.export
to export default
.
Once the other PRs are settled, I'll come make sure this is updated and still works. Anyone feel free to ping me if I get distracted. 😅
Anyone feel free to ping me if I get distracted. sweat_smile
@saibotsivad just a friendly reminder about this PR :smile:
oh hey yeah, as long as the merge conflicts are dealt with, this seems like a fine change to make?