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
Without interface files, one gets errors when compiling a local interface file with the same name e.g. Jsx.resi.
The implementation /Users/cristianocalcagno/GitHub/rescript-vscode/analysis/tests/src/Jsx.res
does not match the interface /Users/cristianocalcagno/GitHub/rescript-compiler/jscomp/others/jsx.cmi:
The value `component' is required but not provided
...