jspm / generator

JSPM Import Map Generator
Apache License 2.0
160 stars 20 forks source link

chore: add some tests around freeze installs and ensure they permit new locks #266

Closed Bubblyworld closed 1 year ago

Bubblyworld commented 1 year ago

See #226. Freeze actually already has the desired behaviour described there, i.e. freeze will permit new locks to be added to the lockfile, but will never bump any existing lock versions during an install, and will always use existing locks for any install wherever possible. I've just added a test and some comments on the installTarget function to make this clearer.