[
https://issues.apache.org/jira/browse/ARROW-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17659950#comment-17659950
]
Rok Mihevc commented on ARROW-2925:
-----------------------------------
This issue has been migrated to [issue
#19292|https://github.com/apache/arrow/issues/19292] on GitHub. Please see the
[migration documentation|https://github.com/apache/arrow/issues/14542] for
further details.
> [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 Korn
> Assignee: Brian Hulette
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.11.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> 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
(v8.20.10#820010)