-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
GH-37657: [JS] Run bin scripts with ts-node #38500
Conversation
…s to use ts-node in transpile-only mode, fix tsc errors in bin scripts
As @domoritz has already approved these changes I will merge this on monday if there are no objections. |
After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit d8aeb42. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
(rebased version of apache#37668, yarn.lock conflicts resolved in favor of main) * update bin scripts to use ts-node in transpile-only mode * remove ts-node config from top level tsconfig.json * fix tsc errors in bin scripts * Closes: apache#37657 Authored-by: ptaylor <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
(rebased version of apache#37668, yarn.lock conflicts resolved in favor of main) * update bin scripts to use ts-node in transpile-only mode * remove ts-node config from top level tsconfig.json * fix tsc errors in bin scripts * Closes: apache#37657 Authored-by: ptaylor <[email protected]> Signed-off-by: Jacob Wujciak-Jens <[email protected]>
(rebased version of #37668, yarn.lock conflicts resolved in favor of main)