fmvilas / swagger-node-codegen

An OpenAPI 3.x/Swagger 2 code generator for Node.js
Apache License 2.0
200 stars 55 forks source link

Quote js identifiers if they include special characters #40

Closed tswaters closed 6 years ago

tswaters commented 6 years ago

Fixes #35

The regex is not an exhaustive list -- just common stuff. I'm not sure if anyone is going to use | in a query parameter name, but if so it's easy enough to fix.