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 Jul 29, 2024. It is now read-only.
Getting below error when executing TSInstall rescript
nvim-treesitter[rescript]: Error during compilation
src/scanner.c:140:9: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int]
const in_string = state->in_quotes || state->in_backticks;
~~~~~ ^
int
1 error generated.
The text was updated successfully, but these errors were encountered:
Getting below error when executing
TSInstall rescript
The text was updated successfully, but these errors were encountered: