-
Notifications
You must be signed in to change notification settings - Fork 751
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
[WIP] Rename more parameters to match OpenAPI #624
Conversation
* Add lebab and a script to run it * lebab transform: arrow * lebab transform: arg-rest * lebab transform: arg-spread * lebab transform: obj-method * lebab transform: obj-shorthand * lebab transform: let * lebab transform: template * lebab transform: default-param * lebab transform: destruct-param * lebab transform: includes * Revert "Add lebab and a script to run it" This reverts commit 70fd492. * Revert "lebab transform: destruct-param" because its changes didn't seem good. This reverts commit b56f52d. * Revert "lebab transform: default-param" because it seems dangerous / backwards-incompatible. This reverts commit 7eba992. * Unrelated: mark 8.1 as minimum 8-series version * Add mocha-only script * Use arrows in more places * Loosen some eslint rules I don't love
🔥Remove deprecated methods 🔥
Add VSCode and EditorConfig files
Drop support for Node 9 and bump dependencies to latest versions
* Misc. manual formatting * Fix some unit tests * Roll back path argument name changes * Misc. manual formatting
Remove legacy parameter support in invoices.retrieveUpcoming()
test failure looks probably real also FYI I will be removing |
@rattrayalex-stripe Yeah, I need to fix the tests, hence WIP. I shouldn’t have tagged you on this yet, that’s my mistake. |
#625 removes |
…:stripe/stripe-node into irace-rename-parameters-to-match-openapi
@rattrayalex-stripe I still have one failing spec I can’t seem to figure out, in case you possibly have some insight 🙏 |
Looks like we need to remove |
9fdad65
to
cdea81a
Compare
@rattrayalex-stripe Is this still a valid PR or was it obviated by something else you did? |
Oops, good catch – thanks! This has been incorporated via other PR's ✅ |
No description provided.