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.
@a7c to double check: in this case nothing would be exported right?
There's also the issue that if both are annotated, then 2 values with the same name are exported, which is also an error.
Suppose we have the following
Module.re
:genType would generate types for the first
test
inModule.re.js
, since the annotation was applied there:But the implementation in
Module.bs.js
would be for the secondtest
:The text was updated successfully, but these errors were encountered: