You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using TypeScript 1.4.1 from C:\Users\XXX\AppData\Roaming\npm\node_modules\typedoc\node_modules\typescript\bin
Error: C:/Users/XXX/Documents/Visual Studio 2013/Projects/XXX/XXX/app.ts(3)
Declaration or statement expected.
Error: C:/Users/XXX/Documents/Visual Studio 2013/Projects/XXX/XXX/app.ts(3)
Expression expected.
Error: C:/Users/XXX/Documents/Visual Studio 2013/Projects/XXX/XXX/app.ts(3)
';' expected.
Error: C:/Users/XXX/Documents/Visual Studio 2013/Projects/XXX/XXX/app.ts(3)
Cannot find name 'from'.
The text was updated successfully, but these errors were encountered:
Exports like this are only supported with TypeScript 1.5. TypeDoc runs on TypeScript 1.4 and therefore cannot parse this kind of statement. Support for TypeScript 1.5 is in the making, see #95, it will be available after the official release of the new compiler. Exports like this are part of the new ES6 modules wich are a planned feature of an upcoming TypeDoc version, see #98.
Throw error:
execute command line code:
The text was updated successfully, but these errors were encountered: