jspm / generator

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

link should always be "freeze" #286

Closed guybedford closed 1 year ago

guybedford commented 1 year ago

It's quite important that link always follow freeze semantics by default, while install follows npm-like semantics.

guybedford commented 1 year ago

Perhaps freeze: true is the default for link, with an explicit freeze: false to opt-out?