Skip to content

Conversation

@hsjobeki
Copy link
Contributor

@hsjobeki hsjobeki commented Sep 11, 2023

Adds checks for invalid lockfiles.

Cleanup some comments and variable naming stuff

@hsjobeki hsjobeki changed the title WIP: feat/cleanup v3 feat/nodejs_sanitize_lockfile Oct 13, 2023
@hsjobeki hsjobeki requested a review from DavHau October 13, 2023 08:28
else findEntry packageLock (stripPath currentPath) search;
in {
inherit findEntry stripPath;
inherit findEntry stripPath sanitizeLockfile;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sanitizeLockFile -> ensureLockFileVersion?

# isOptional = pent: pent.optional or false;
# isInBundle = pent: pent.inBundle or false;
# hasInstallScript = pent: pent.hasInstallScript or false;
# getBin = pent: pent.bin or {};
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can these be removed?

@DavHau DavHau added the nodejs label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants