abstract-state-router icon indicating copy to clipboard operation
abstract-state-router copied to clipboard

change: modernize the code slightly by using import/export

Open saibotsivad opened this issue 4 years ago • 3 comments

(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 requires to imports and module.export to export default.

saibotsivad avatar Oct 27 '20 03:10 saibotsivad

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. 😅

saibotsivad avatar Oct 27 '20 03:10 saibotsivad

Anyone feel free to ping me if I get distracted. sweat_smile

@saibotsivad just a friendly reminder about this PR :smile:

benmccann avatar Nov 04 '21 01:11 benmccann

oh hey yeah, as long as the merge conflicts are dealt with, this seems like a fine change to make?

TehShrike avatar Dec 10 '21 20:12 TehShrike