Hyeseong Kim
Hyeseong Kim
ok it now pass all tests except `Cloud Tests`
Can it be merge soon?
Also it should closes #113
~~mocha's ESM Resolver doesn't seem to respect `exports` correctly~~ It does, but it doesn't correctly resolve source in TypeScript
Note: multi-input bundle output is broken on rollup@v3
Hmm, PnP doesn't work with TS 4.9?
Any chance of getting merged? maybe it should be the next major?
Failed to test on TS v5 and Yarn 3.5.0 :/
@arcanis cleaned up to be minimal changeset to support NodeJS/TypeScript ESM
I added `e2e.test.ts` for ensure Node ESM import and TypeScript configuration work, which is failed without those changes. I tried to make as few changes as possible to fix it....