Skip to content

Freeze version function (experiment) #23

Open
@Konard

Description

@Konard

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions