Uh oh!
There was an error while loading. Please reload this page.
GH-40108: [JS] Remove SWC dependency and move types to dev deps - #41274
GH-40108: [JS] Remove SWC dependency and move types to dev deps#41274domoritz wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
Per the ts-node docs:
SWC uses
@swc/helpersinstead oftslib. If you have enabledimportHelpers, you must also install@swc/helpers.
I thought I disabled swc though so ts node shouldn't use it anymore. See https://github.com/apache/arrow/pull/41274/files#diff-bb9cf0fd13f06ac1b6668c895fdba550244bc31245ee5a43121a1609af54f067L22 |
trxcllnt
commented
Apr 19, 2024
IIRC the reason we're using swc was that the regular ts-node compilation speed is so slow, it was timing out the integration tests. |
Specifically this commit: c6cc6c0. The CI run for the previous commit timed out after 60 minutes. |
domoritz
commented
Apr 19, 2024
Yeah, looks like we need 45 minutes rather than 25 compared to #41260. So yeah, not a change we should make. |
Closing this for now as it seems like we need to make more major cleanups. |
Uh oh!
There was an error while loading. Please reload this page.