-
Notifications
You must be signed in to change notification settings - Fork 3
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
TypeScript declarations are incorrect #54
Comments
I've never used TypeScript, but I'm open to fixing this eventually when I have a bit more time to figure out the ecosystem. Alternatively, feel free to submit an PR. |
@kendfrey I wrote TypeScript declarations about 1 year ago and I tested at that time it didn't have any problem. Maybe it have aome changes that make declarations failed, I will check it if I have time. Or you can help to fix it, thanks very much. |
It'd be nice if this also included some automation to catch these kinds of issues. |
hi everyone, I was trying to use the godash lib inside an angular 19 web app and see there's a problem with the declare const godash: {
BLACK: typeof BLACK;
WHITE: typeof WHITE;
EMPTY: typeof EMPTY;
Board: typeof Board;
Coordinate: typeof Coordinate;
Move: typeof Move;
... the |
There are multiple issues with the TypeScript declarations.
Board
andCoordinate
.godash/types/board
and given different names.cc @abc1236762
The text was updated successfully, but these errors were encountered: