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

Use individual lodash methods #113

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

realityking
Copy link
Contributor

Similarly to how node-sass works, this changes the way lodash functions are loaded to only require the specific methods that are actually used by sass-graph.

I also went through all the used lodash functions and replaced any with native ES5 functionality where that's available. Once sass-graph requires a higher Node.js version more could be eliminated.

With this PR only 3 lodash functions are used:

  • includes (native replacement available with Node.js 6.4)
  • intersection
  • uniq

@realityking realityking changed the title Use individual loads methods Use individual lodash methods Oct 26, 2020
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.

None yet

1 participant