kentkwu commented on PR #434: URL: https://github.com/apache/arrow-js/pull/434#issuecomment-5623015667
I investigated this and concluded that it's an overall simplification to just remove this dependency entirely, as it's pulled in for a simple utility function only used in 3 test files. The package changed from CommonJS-compatible to pure ESM-only (`"type": "module"` + conditional exports), breaking Jest's module resolution. I put up https://github.com/apache/arrow-js/pull/476 to supersede this PR and recommend closing this one. -- 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]
