Current version of typedoc not compatible with TypeScript 2.4.X
Closed this issue · 1 comments
maier49 commented
Typedoc was recenty upgraded to support TypeScript 2.4.1, but we're relying on a fork that hasn't been updated.
The dojo.io
build currently fails on what appears to be an issue compiling:
Using TypeScript 2.2.2 from /home/travis/build/dojo/dojo.io/node_modules/grunt-dojo2-extras/node_modules/typescript/lib
Error: /home/travis/build/dojo/dojo.io/node_modules/@types/handlebars/index.d.ts(21)
',' expected.
Error: /home/travis/build/dojo/dojo.io/node_modules/@types/handlebars/index.d.ts(23)
',' expected.
Error: /home/travis/build/dojo/dojo.io/node_modules/@types/handlebars/index.d.ts(98)
',' expected.
I haven't verified whether we need to upgrade all the way to TypeScript 2.4 to fix that issue or whether moving to 2.3.2, is sufficient.