Replies: 1 comment
-
If I'm not mistaken, you can provide a name to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to rename class names / symbols when generating TS from PHP?
For example, given a PHP class name like
Foo_Bar
, can we map it toFooBar
in typescript?This is something that came up when working in a project that doesn't use PSR naming conventions, but the frontend would still like to use PascalCase.
Beta Was this translation helpful? Give feedback.
All reactions