hilla icon indicating copy to clipboard operation
hilla copied to clipboard

TS generator captializes the generated file name even if the Java class name is not capitalized

Open Artur- opened this issue 5 years ago • 0 comments

  1. https://start.vaadin.com
  2. Select "typescript" for Dashboard
  3. Download
  4. Rename DashboardEndpoint.java to dashboardEndpoint and the class name accordingly
  5. mvn

frontend/generated now contains DashboardEndpoint.ts when the expected would be dashboardEndpoint.ts

Artur- avatar Feb 13 '20 12:02 Artur-