-
Notifications
You must be signed in to change notification settings - Fork 27
rewrite to esm and upgrade packages #223
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
Conversation
because type errors in examples, test etc shouldn't block publish those are handled in `lint:ts`
and upgrade got
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.
Looking good! Just a few nits , and the node 18 question.
im not feeling strongly, but it seemed there weren’t very big reasons for dropping it outside a got upgrade, which you didn’t end up doing?
Edit: Disregard the node 18 comment, I hadn’t seen the last slack messages yet. We can drop it, as you do here 👌
Curious if you figured out why the missing error in the assembly status schema was not a problem, did no code check for it?
correct. no code checked for it. it was the case of GETting an assembly and checking the |
|
Awesome, thanks!! |
|
Let’s add tsx, if you agree, and then we can merge |
instead of tsx #223 (comment)
Co-authored-by: Remco Haszing <[email protected]>
note: we cannot upgrade got beyond 13 (14) because it requires node20.see also https://github.com/transloadit/api2/pull/6341
Note: Breaking changes:
gotRetryoption no longer acceptsnumber. Instead use{ limit: 0 }. Seegotretryobject documentation.