Open
Description
Make experimental function, that allows to freeze version after first execution.
const _ = await use(freeze('lodash'))
Should be updated to
const _ = await use('[email protected]')
Or what ever version is latest at the moment.
freeze
function should work by modifying the executed source code file using regexes (should be enough).
Metadata
Metadata
Assignees
Labels
No labels