Hi Tim, We're eager to facilitate anyone who wants to help out with JS development and maintenance. That said, as you can see from the commit history ( https://github.com/apache/arrow/commits/master/js), there hasn't been much activity in that part of the project in at least a year. If you or someone you know wants to contribute, we'll happily help get pull requests merged and npm packages updated at release time.
Neal On Mon, Sep 14, 2020 at 11:01 AM Tim Conkling <t...@streamlit.io> 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 >