Re: [PR] Fix TypeScript compilation in a Node.js environment [arrow-js]

2025-08-22 Thread via GitHub
trxcllnt commented on code in PR #256: URL: https://github.com/apache/arrow-js/pull/256#discussion_r2294076340 ## src/util/utf8.ts: ## @@ -17,7 +17,7 @@ const decoder = new TextDecoder('utf-8'); /** @ignore */ -export const decodeUtf8 = (buffer?: BufferSource) => decoder.dec

Re: [PR] Fix TypeScript compilation in a Node.js environment [arrow-js]

2025-08-20 Thread via GitHub
Copilot commented on code in PR #256: URL: https://github.com/apache/arrow-js/pull/256#discussion_r2289669242 ## src/util/utf8.ts: ## @@ -17,7 +17,7 @@ const decoder = new TextDecoder('utf-8'); /** @ignore */ -export const decodeUtf8 = (buffer?: BufferSource) => decoder.deco

[PR] Fix TypeScript compilation in a Node.js environment [arrow-js]

2025-08-20 Thread via GitHub
alecgibson opened a new pull request, #256: URL: https://github.com/apache/arrow-js/pull/256 Fixes https://github.com/apache/arrow-js/issues/45 This library runs in modern browsers, but is also intended for use in maintained versions of Node.js, which means that the TypeScript types c