kentkwu opened a new pull request, #4159:
URL: https://github.com/apache/arrow-adbc/pull/4159

   **Summary**
     - Switch package output from CommonJS to ESM
     - Add `"type": "module"` to package.json
     - Generate napi-rs binding with `--esm` flag
     - Update tsconfig to `module: "nodenext"`, `target: "ES2022"`
   
   Because we require Node.js >= 22, we can emit ESM instead of CJS. 
`apache-arrow` ships dual CJS/ESM. Emitting ESM exclusively removes a class of 
compatibility issues where users `import` one and `require` the other.


-- 
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]

Reply via email to