1.1.1
What's changed
Bug fix:
- escape special characters in property names: quotes, backslashes, newlines, backticks etc. previously produced a
SyntaxError(or could inject into the generated code); detection is now identifier-based and names are escaped withJSON.stringify
Full Changelog: 1.1.0...1.1.1