postmanlabs / openapi-to-postman

Plugin for converting OpenAPI 3.0 specs to the Postman Collection (v2) format
Apache License 2.0
912 stars 196 forks source link

Replace traverse with neotraverse. #815

Closed VShingala closed 1 month ago

VShingala commented 1 month ago

This PR is copy of https://github.com/postmanlabs/openapi-to-postman/pull/806.

Note: This PR requires Node v18 support first. (This is resolved with latest version)

This PR replaces traverse with neotraverse, a fork and TypeScript rewrite of traverse with 0 dependencies (as opposed to 66: https://npmgraph.js.org/?q=traverse) and lots of improvements.

PuruVJ commented 1 month ago

Note: This PR requires Node v18 support first.

It doesn't! Check out my comment on the previous PR 😄

VShingala commented 1 month ago

@PuruVJ Nice! That was super quick support. I'll update the PR with the latest version and merge it accordingly.