You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/15 14:57:00 UTC

[jira] [Updated] (ARROW-2925) [JS] Documentation failing in docker container

     [ https://issues.apache.org/jira/browse/ARROW-2925?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-2925:
----------------------------------
    Labels: pull-request-available  (was: )

> [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
>            Assignee: Brian Hulette
>            Priority: Major
>              Labels: pull-request-available
>             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
> > apache-arrow@0.3.0 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)