We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems there are some JS expressions that confuse it?
When building docs with npm run docs:
npm run docs
parse: /home/lindsay/xeokit/xeokit-sdk-feb2/src/plugins/TreeViewPlugin/TreeViewPlugin.js warning: could not parse the following code. if you want to use ECMAScript proposals, see https://esdoc.org/manual/feature.html#ecmascript-proposal /home/lindsay/xeokit/xeokit-sdk-feb2/src/plugins/TreeViewPlugin/TreeViewPlugin.js 416| this._pruneEmptyNodes = cfg.pruneEmptyNodes; 417| this._showListItemElementId = null; 418| this._renderService = cfg.renderService || new RenderService(); 419| this._showIndeterminate = cfg.showIndeterminate ?? false; 420| this._showProjectNode = cfg.showProjectNode ?? false; 421| this._elevationSortFunction = cfg.elevationSortFunction ?? undefined; 422| this._defaultSortFunction = cfg.defaultSortFunction ?? undefined;
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Seems there are some JS expressions that confuse it?
When building docs with
npm run docs
:The text was updated successfully, but these errors were encountered: