You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was really excited to use the newly enabled flexible filenames in ReScript compiler, such as AppModal.web.re, AppModal.android.re or 404.re, but I realized that the latest genType doesn't support them.
The generated .gen.tsx files currently contain invalid TypeScript identifiers:
I was really excited to use the newly enabled flexible filenames in ReScript compiler, such as
AppModal.web.re,AppModal.android.reor404.re, but I realized that the latestgenTypedoesn't support them.The generated
.gen.tsxfiles currently contain invalid TypeScript identifiers:https://rescript-lang.org/blog/release-8-3-pt1#more-flexible-filename-support
Any chance we can have such a feature implemented soon? There's a lot of boilerplate needed currently to work around those limitations.
Thanks!