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
Here's the problem: Doc builds are currently failing on any files that sport nested @import declarations, a new feature added in recent meteor versions. Example error:
ERROR: Unable to parse /opt/web/imports/api/companyInvestors/methods.js: Line 266: Illegal import declaration"
An upgrade to Meteor 1.3.5.1 (or higher) will fix this.
The text was updated successfully, but these errors were encountered:
Contrary to what I would have expected, the problem persists with recent meteor versions. Could be a problem with jsdoc itself, or maybe ejs, since using nested @import declarations isn't valid ES6 (but valid Meteor).
workflow
changed the title
Updating Meteor version to support nested import statements
Support nested import statements
Dec 30, 2016
Hey there and thanks for this package!
Here's the problem: Doc builds are currently failing on any files that sport nested @import declarations, a new feature added in recent meteor versions. Example error:
An upgrade to Meteor 1.3.5.1 (or higher) will fix this.
The text was updated successfully, but these errors were encountered: