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

Remove Lodash as a Dependency #826

Open
mohit-kumar-bechtel opened this issue Sep 11, 2024 · 1 comment
Open

Remove Lodash as a Dependency #826

mohit-kumar-bechtel opened this issue Sep 11, 2024 · 1 comment

Comments

@mohit-kumar-bechtel
Copy link

Lodash is currently listed as a dependency in the openapi-to-postmanv2 module. While Lodash provides useful utility functions, it increases the overall package size. Modern JavaScript (ES6+) includes many built-in functions that can replace Lodash's utilities, reducing the need for an external dependency. By removing Lodash, we can streamline the module and improve performance.

Benefits:

  • Reduced package size.
  • Fewer external dependencies.
  • Leveraging built-in JavaScript features for improved efficiency.
@wellitsmk
Copy link

a great resource to help with this change - https://github.com/you-dont-need/You-Dont-Need-Lodash-Underscore

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

No branches or pull requests

2 participants