domoritz commented on issue #39118: URL: https://github.com/apache/arrow/issues/39118#issuecomment-1843398690
The integration tests build and test a bunch of different versions of JS but running just the latest is pretty fast (`yarn test -t src` and `yarn build -t esnext -m esm`). I think the builds are already quite efficient and reuse common parts. It would be interesting to see which parts exactly are slow (e.g. closure compiler bundling may be slow but there is not much we can do about that other than dropping it). We should consider whether it's worth keeping all the different bundles around now that modern browsers are pretty much everywhere but that would definitely be a breaking change and require quite some plumbing work. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
