Skip to content

Remove Lodash as a Dependency #826

@mohit-kumar-bechtel

Description

@mohit-kumar-bechtel

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions