ErikWittern / openapi-snippet

Generates code snippets for given Swagger / Open API documents
MIT License
115 stars 66 forks source link

Convert nullish-coalescing operator to explicit check #91

Open jsau- opened 2 years ago

jsau- commented 2 years ago

Would love to use the project - unfortunately I'm currently tied to supporting older versions of Node and there's currently one tiny issue preventing me from being able to use the latest published version: the nullish-coalescing operator was added in Node 14.

Completely understand if you're not open to using an uglier syntax to support this though!

Cheers!