Closed 43081j closed 8 months ago
Thanks for the quick review @bmish , I'll sort the changes tomorrow 👍
FYI i have at least resolved the two changes
not sure what you want to do about the testing. since it seems like @aladdin-add already ran the remote tester successfully
@bmish i ran it against:
and all seemed well
This adds support for named exports in ESM (whether it be TS or not).
For example:
Also, exported symbols:
While ESLint plugins are still usually CJS at time of writing this, many are written as ESM sources, and an increasing number are using named exports.
Reviewer notes
You'll want to hide whitespace changes when reviewing this, as prettier reformatted a bunch of it thanks to changing the level of nesting/chaining.
Fixes #375