-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JS-0.3.1
-
Fix Version/s: 0.11.0
-
Component/s: Documentation, JavaScript
-
Labels:
Currently the documentation build in ./dev/gen_apidocs.sh fails for JavaScript with the following error:
+ 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[]'.
- links to