Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: SAP/ui5-builder
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b81175a32b83cd07871c59fc06346b1374ffd1d3
Choose a base ref
..
head repository: SAP/ui5-builder
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ebaee6c7688b0277f13e8cf5406901e1d1c4ea2f
Choose a head ref
Showing with 7 additions and 2 deletions.
  1. +1 −1 .github/workflows/github-ci.yml
  2. +6 −1 jsdoc.json
2 changes: 1 addition & 1 deletion .github/workflows/github-ci.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: Use Node.js LTS 20.11.0
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: 20.11.0

7 changes: 6 additions & 1 deletion jsdoc.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,12 @@
},
"source": {
"include": ["README.md"],
"exclude": ["lib/lbt/utils/JSTokenizer.js"],
"exclude": [
"lib/lbt/utils/JSTokenizer.js",
"lib/processors/jsdoc/lib/ui5/plugin.js",
"lib/processors/jsdoc/lib/ui5/template/publish.js",
"lib/processors/jsdoc/lib/ui5/template/utils/versionUtil.js"
],
"includePattern": ".+\\.js$",
"excludePattern": "(node_modules(\\\\|/))"
},