-
-
Notifications
You must be signed in to change notification settings - Fork 745
Closed
Description
Right now Typedoc is using TS 3.5.3 and version 3.7.0 comes with major features that will probably break docs using new TS, for example I tried to use Optional Chaining and I receive the following error
Problem
Using TypeScript 3.5.3 from /home/nicolas.mahecha/vs/venue-map-component/node_modules/typedoc/node_modules/typescript/lib
Error: /home/nicolas.mahecha/vs/venue-map-component/src/VenueMap.ts(434)
Expression expected.
Error: /home/nicolas.mahecha/vs/venue-map-component/src/VenueMap.ts(434)
Expression expected.
Error: /home/nicolas.mahecha/vs/venue-map-component/src/VenueMap.ts(434)
':' expected.
For the following code which compiles correctly
const seatingCenter = isRow ? this._mapMetadata.sections[seatingId]?.rows.center : this._mapMetadata.sections[seatingId]?.center;
- I have checked issues with enhancement label and found no duplicates
Suggested Solution
Updating to typescript@next
should allow to start working with these new features and work off in changes for typedoc itself
Thank you guys for the awesome work, I hope to see this soon in order to start working with 3.7 features and having the documented
Metadata
Metadata
Assignees
Labels
No labels