create-client icon indicating copy to clipboard operation
create-client copied to clipboard

fix js identifiers containing dashes

Open 4rthem opened this issue 4 years ago • 0 comments

Q A
Branch? main
Tickets
License MIT
Doc PR

With the following entity:

resources:
  App\Entity\FooBar:
    shortName: foo-bar

typescript template outputs invalid JS:

type foo-bar {
   // ...
}

The following PR replaces dashes to underscores to produce valid JS code.

4rthem avatar Dec 13 '21 11:12 4rthem