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
{{ message }}
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.
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.re
or404.re
, but I realized that the latestgenType
doesn't support them.The generated
.gen.tsx
files 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!
The text was updated successfully, but these errors were encountered: