timocov / ts-transformer-properties-rename

TypeScript custom transformer to rename properties

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An object with quoted keys is not minified

timocov opened this issue Β· comments

I notice that if I quote the attribute it is not (and I like it!):

I'd say this is a bug tbh πŸ˜‚ I'll fix this later.

I think that this is a bug because this tool relies on the type information rather than the syntax so whatever syntax you use it should work the same IMO.

Originally posted by @timocov in #29 (comment)