Azure / openapi-diff

Command line tool to detect breaking changes between two openapi specifications
MIT License
253 stars 34 forks source link

Replace "import *" with only the imports needed #319

Closed mikeharder closed 3 months ago

mikeharder commented 3 months ago

https://github.com/Azure/openapi-diff/pull/316#discussion_r1548788816

mikeharder commented 3 months ago

After trying this, it's unclear to me which is better. Personally I prefer if calling code uses path.resolve() rather than just resolve().