Uwe L. Korn created ARROW-2925:
----------------------------------
Summary: [JS] Documentation failing in docker container
Key: ARROW-2925
URL: https://issues.apache.org/jira/browse/ARROW-2925
Project: Apache Arrow
Issue Type: Bug
Components: Documentation, JavaScript
Affects Versions: JS-0.3.1
Reporter: Uwe L. Korn
Fix For: JS-0.4.0
Currently the documentation build in {{./dev/gen_apidocs.sh}} fails for
JavaScript with the following error:
{code:java}
+ npm run doc
> [email protected] doc /apache-arrow/arrow/js
> shx rm -rf ./doc && typedoc --mode file --out doc src/Arrow.ts
Using TypeScript 2.7.2 from
/apache-arrow/arrow/js/node_modules/typedoc/node_modules/typescript/lib
Error: /apache-arrow/arrow/js/src/vector.ts(161)
Property 'childData' does not exist on type 'any[] | Data<T>'.
Property 'childData' does not exist on type 'any[]'.
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)