Skip to content

Use individual lodash methods#113

Open
realityking wants to merge 5 commits intoxzyfer:masterfrom
realityking:lodash
Open

Use individual lodash methods#113
realityking wants to merge 5 commits intoxzyfer:masterfrom
realityking:lodash

Conversation

@realityking
Copy link
Copy Markdown
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.

1 participant