-
Notifications
You must be signed in to change notification settings - Fork 14
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
grunt.log.debug does not exist in @types #1540
Labels
Comments
samreid
added a commit
that referenced
this issue
Dec 3, 2024
Since we would like to move away from grunt in #1436, let's just use |
samreid
added a commit
to phetsims/perennial
that referenced
this issue
Dec 3, 2024
samreid
added a commit
that referenced
this issue
Dec 3, 2024
Fixed in the commits, @zepumph want to spot check? Should we notify everyone to use |
I love this. I made a private note for dev PSA. Thanks for doing this. |
jessegreenberg
pushed a commit
to phetsims/perennial
that referenced
this issue
Dec 10, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From #1465. So we have 13 calls to grunt.log.debug, and each has a ts-expect-error. We could try to add to DefinitelyTyped, or stop calling grunt.log.debug, or maybe do interface extension.
The text was updated successfully, but these errors were encountered: