-
Notifications
You must be signed in to change notification settings - Fork 9
#15 with #20 #21
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
#15 with #20 #21
Conversation
| "test:eslint": "eslint --color src", | ||
| "test:jest": "jest --colors", | ||
| "test:prettier": "prettier -l \"src/**/*\"", | ||
| "test:attw": "attw . --pack --profile node16", |
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 believe we do not need to support node10 anymore. Otherwise we would need to create a dedicated type file and add it to the root, for the compat export.
|
Thanks for your work on this! I'm not sure I understand the approach you're taking here... we'd close #15 and merge this instead? There are some issues linked to #15 (including issues that will auto-close when it's merged) and I find it harder to actually see the relevant changes here in order to review them -- personally I'd prefer to just merge #15 and rebase your existing PR on top of that if that's ok. I'm happy to do that now! |
|
Sure, we can do that also :) |
This will rebase #15 with #20