jspm / generator

JSPM Import Map Generator
Apache License 2.0
165 stars 21 forks source link

Fix flat-dedupes.test.js, add some comments here and there. #202

Closed Bubblyworld closed 1 year ago

Bubblyworld commented 1 year ago

There's a version pinning bug in api/flat-dedupes.test.js - the upstream latest of @wagmi/core requires ethers<6 but has ethers>5 instead, which bombs the generator. I've manually added ethers@5 as a fixed resolution to get around it.

I've also been adding comments as I start to understand stuff in the codebase, included them in this PR but happy to remove them if you want.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.