-
Notifications
You must be signed in to change notification settings - Fork 63
Declarations mismatch #102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Closing here as per the warning in the |
i looked at this when it was initially posted. The upstream project has nothing to do with "declarations" and type info - those are typescript-isms (or non-vanilla-JS-isms, in any case). |
Oh, I see that now, sorry. So for the first point, this seems to be declared as Line 1719 in 870dca9
The second point seems to be declared here: Lines 1652 to 1657 in 870dca9
@qt-kaneko, since you seem to have looked into this already, are you in a position to suggest fixes? |
@tomayac I came across this issue as well, and forked the repo with my fixes. PR here: #107 There's undoubtedly more examples of this missing |
Not to mention that the symbols without the |
The |
Not sure about these, but
Also there is no
capi.sqlite3_file.structInfo
in declarations, would be nice to have it.The text was updated successfully, but these errors were encountered: