This adds support for a generator.getLock() function for retrieving the lock file from an installer, as well as passing a lock option into the installer, resolving https://github.com/jspm/generator/issues/87.
In addition, the htmlGenerate method will now infer the lockfile and map as best as possible from the existing import map in the HTML.
The freeze and latest resolution options can now be passed to the generator initialization to determine how to resolve against the lockfile (don't change the resolutions for freeze, and always seek to use latest resolutions for latest).
This adds support for a
generator.getLock()
function for retrieving the lock file from an installer, as well as passing alock
option into the installer, resolving https://github.com/jspm/generator/issues/87.In addition, the
htmlGenerate
method will now infer the lockfile and map as best as possible from the existing import map in the HTML.The
freeze
andlatest
resolution options can now be passed to the generator initialization to determine how to resolve against the lockfile (don't change the resolutions for freeze, and always seek to use latest resolutions for latest).