trxcllnt commented on pull request #10181: URL: https://github.com/apache/arrow/pull/10181#issuecomment-841535011
We do have [separate entry-points](https://github.com/apache/arrow/blob/master/js/gulp/package-task.js#L49-L51) today, so that's totally fine. We'd need to have some shared export that can defer the lookup to runtime (like we're doing here). Not sure if that will play nice with deep-imports where they skip over the entrypoint to include just one file like: ```js var { Table } = require('apache-arrow/table'); ``` -- 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. For queries about this service, please contact Infrastructure at: [email protected]
