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

add type declarations #82

Merged
merged 6 commits into from
Oct 18, 2019
Merged

add type declarations #82

merged 6 commits into from
Oct 18, 2019

Conversation

dbushong
Copy link
Member

  • chore: upgrade deps & syntax
  • chore: npm audit fix
  • fix: add type declarations

This PR was started by: git wf pr

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
Copy link
Contributor

@markowsiak markowsiak left a 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
Copy link
Contributor

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

Copy link
Member Author

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!
@dbushong dbushong merged commit 43d201a into master Oct 18, 2019
@dbushong dbushong deleted the dbushong/feature/master/types branch October 18, 2019 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants