-
Notifications
You must be signed in to change notification settings - Fork 27
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
add type declarations #82
Conversation
There's a yet-unreported bug(?) in node 12 where `/[/]/` results in a regexp `.source` of `/[/]/`, but `/[\/]/` results in `/[\/]/` (rather than both being normalized to one or the other) We'll just work around by using `\` in our expected value
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one comment 👍
.travis.yml
Outdated
skip_cleanup: true | ||
'on': | ||
branch: master | ||
node: 10.5.0 | ||
node: 12 | ||
before_install: | ||
- npm i -g npm@^6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this can be removed now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good catch
hooray, recent 8 and up!
This PR was started by: git wf pr