Generate JS interop bindings for string-literal property names (#502)
* interop_gen: support string-literal property names
* interop_gen: fix camelCase normalization for string-literal properties
* Add test case for unsupported properties in interop_gen
* Used dartRename instead of custom camelCase logic
* support string-literal property names in TS interop
* Cover name collisions between string-literal and identifier properties
* Add case-sensitive string-literal property tests
* Fix analyzer lint issues in transformer
* fix analyzer errors
* fixed all CI error
6 files changed