Closed VShingala closed 4 months ago
This PR fixes one of a missed declaration removal that was introduced with https://github.com/postmanlabs/postman-code-generators/pull/721
i.e. Since we're now declaring io at global level, we don not need to redeclare it for input type of file specifically. Tests that were failing were due to this reason.
io
Overview
This PR fixes one of a missed declaration removal that was introduced with https://github.com/postmanlabs/postman-code-generators/pull/721
i.e. Since we're now declaring
io
at global level, we don not need to redeclare it for input type of file specifically. Tests that were failing were due to this reason.