Skip to content
New issue

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

TreeViewPlugin ESDoc not generating #1823

Open
xeolabs opened this issue Mar 4, 2025 · 0 comments
Open

TreeViewPlugin ESDoc not generating #1823

xeolabs opened this issue Mar 4, 2025 · 0 comments

Comments

@xeolabs
Copy link
Member

xeolabs commented Mar 4, 2025

Seems there are some JS expressions that confuse it?

When building docs with 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;


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant