Svenn-Ivar Svendsen created ARROW-10743:
-------------------------------------------
Summary: Arrow typescript package on NPM seems incomplete
Key: ARROW-10743
URL: https://issues.apache.org/jira/browse/ARROW-10743
Project: Apache Arrow
Issue Type: Bug
Components: JavaScript
Affects Versions: 2.0.0
Environment: Typescript, browser, npm
Reporter: Svenn-Ivar Svendsen
The ['packaging' section|https://www.npmjs.com/package/apache-arrow#packaging]
on the Arrow NPM page lists a standalone package targeting typescript.
But it seems "@apache-arrow/ts" is missing content. As an example, Arrow.dom.ts
has imports that are missing after installation.
{code}
import streamAdapters from './io/adapters';
import { Builder } from './builder/index';
... etc ...
{code}
Installing the "apache-arrow" package seems to works fine.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)