google / jsinterop-generator

Generates Java annotated with JsInterop from JavaScript extern sources
Apache License 2.0
75 stars 24 forks source link

Stop creating a __Constants class for namespace and class types #23

Closed realityforge closed 5 years ago

realityforge commented 5 years ago

The goal is to reduce overhead and remove unnecessary methods in these scenarios.

Fixes #21

realityforge commented 5 years ago

See issue #21 but ultimately I have decided not to pursue this.