-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
Missing typescript definitions #2341
Comments
The file was shipped, but I have no idea why it wasn't picked up by the compiler. I made a few changes so it is explicitly imported to fix this. |
I have several projects that build I think I found it. I use It has the following line: "skipLibCheck": true, That effectively mutes issues like you are seeing. |
@Jason3S That makes sense. I was curious why it wasn't blowing up on your end but couldn't find any |
I have published |
@Jason3S |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Info
Kind of Issue
Which Tool or library
Which Version
Version: 5.16.0
Issue with supporting library?
OS:
version:
Any
Bug Description
cspell-lib types definitions reference
Mandatory
andPartialWithUndefined
types which are not packaged with the library. Projects using it directly fail to compile with typescript errors like:To Reproduce
Steps to reproduce the behavior:
"cspell-lib": "^5.16.0",
Expected behavior
Compile should succeed
Additional context
I think the issue is that the new
types.d.ts
file where these types are defined are not included in theindex.ts
file. I'm not sure why this doesn't get caught as part of the library build process.Thanks!!!
The text was updated successfully, but these errors were encountered: