Hi Tim,
I've started working on it in a branch on my fork[1] in the evenings,
but it's slow going as I've been busy with work/moving.
I'll try to get it finished up and PR'd this week, there's not much left
to do.
Thanks,
Paul
1. https://github.com/trxcllnt/arrow/tree/typescript-3.9
On 9/14/20 11:00 AM, Tim Conkling wrote:
Hello Arrow devs & community,
I'm new to the Arrow project, and am using arrow-js to work with DataFrame
data that's shipped from a Python app to the browser.
I'm using TypeScript for frontend development, and it seems that the
TypeScript type definitions for arrow-js are broken for versions of
TypeScript beyond 3.5 (https://issues.apache.org/jira/browse/ARROW-8394). A
dev in that thread stated that the issue isn't being worked on.
I'm curious if the JavaScript library (and TypeScript support) is
"officially" maintained by the Arrow team, or if this is more of a
community project?
Thanks!
Tim