Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add underscore-plus to dependencies #218

Merged
merged 1 commit into from
Dec 16, 2022
Merged

Conversation

sertonix
Copy link
Contributor

underscore-plus is used a lot in the code but is not listed in the dependencies. I added it here

Copy link
Member

@confused-Techie confused-Techie left a comment

Choose a reason for hiding this comment

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

Good call. Looks like about 94 different files (including PPM) require underscore-plus, but was never listed directly as a module, even if there are calls to it within the main-process files.

Lets get this merged.

Copy link
Member

@DeeDeeG DeeDeeG left a comment

Choose a reason for hiding this comment

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

Looks good to me also.

I can see this is require()d from some of the src/*.js files. Makes sense to properly declare it as a direct dependency, even if we incidentally have it as an indirect dependency due to several of Pulsar's direct dependencies depending on it.

@DeeDeeG DeeDeeG merged commit fd47684 into pulsar-edit:master Dec 16, 2022
@sertonix sertonix deleted the patch-2 branch December 16, 2022 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants