Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[INTERNAL] jsdoc: Apply excludes for @ui5/builder v4
Browse files Browse the repository at this point in the history
RandomByte committed Jul 23, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 0d76fc4 commit 5d39c15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jsdoc.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,12 @@
},
"source": {
"include": ["docs/indexJsdoc.md"],
"exclude": ["node_modules/@ui5/builder/lib/lbt/utils/JSTokenizer.js"],
"exclude": [
"node_modules/@ui5/builder/lib/lbt/utils/JSTokenizer.js",
"node_modules/@ui5/builder/lib/processors/jsdoc/lib/ui5/plugin.js",
"node_modules/@ui5/builder/lib/processors/jsdoc/lib/ui5/template/publish.js",
"node_modules/@ui5/builder/lib/processors/jsdoc/lib/ui5/template/utils/versionUtil.js"
],
"includePattern": "node_modules/@ui5/[^\/]*/(lib/.+|index)\\.js$",
"excludePattern": "node_modules/@ui5/.*/node_modules/@ui5"
},

0 comments on commit 5d39c15

Please sign in to comment.