Skip to content
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

Fix typo and bump Typescript to 4.7 to fix build. #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

emosenkis
Copy link

Before this, the typo caused a build error (presumably it used to get past before someone decided to ban assigning to undeclared variables) and build also failed with:

../../../node_modules/@types/node/events.d.ts(112,43): error TS2370: A rest parameter must be of an array type.

The idea to bump typescript came from here:
DefinitelyTyped/DefinitelyTyped#68895 (comment)

Before this, the typo caused a build error (presumably it used to get
past before someone decided to ban assigning to undeclared variables)
and build also failed with:

```
../../../node_modules/@types/node/events.d.ts(112,43): error TS2370: A rest parameter must be of an array type.
```

The idea to bump typescript came from here:
DefinitelyTyped/DefinitelyTyped#68895 (comment)
@emosenkis
Copy link
Author

@kbloom long time no see! These fixes really saved my workflow.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant