Skip to content

Commit

Permalink
[INTERNAL] jsdoc: Apply excludes for @ui5/builder v4
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomByte committed Jul 23, 2024
1 parent 0d76fc4 commit facf6c0
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
Expand Up @@ -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"
},
Expand Down

0 comments on commit facf6c0

Please sign in to comment.