Skip to content

Commit 19ad114

Browse files
committed
docs(project): Clean-up JSDoc
1 parent 3a943b5 commit 19ad114

File tree

4 files changed

+3
-87
lines changed

4 files changed

+3
-87
lines changed

package-lock.json

Lines changed: 0 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/project/jsdoc-plugin.cjs

Lines changed: 0 additions & 9 deletions
This file was deleted.

packages/project/jsdoc.json

Lines changed: 0 additions & 61 deletions
This file was deleted.

packages/project/package.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -37,25 +37,21 @@
3737
"npm": ">= 8"
3838
},
3939
"scripts": {
40-
"test": "npm run lint && npm run jsdoc-generate && npm run coverage && npm run depcheck",
40+
"test": "npm run lint && npm run coverage && npm run depcheck",
4141
"lint": "eslint ./",
4242
"unit": "rimraf test/tmp && ava",
4343
"unit-verbose": "rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial",
4444
"unit-watch": "npm run unit -- --watch",
4545
"unit-inspect": "cross-env UI5_LOG_LVL=verbose ava debug --break",
4646
"coverage": "rimraf test/tmp && nyc ava --node-arguments=\"--experimental-loader=@istanbuljs/esm-loader-hook\"",
47-
"jsdoc": "npm run jsdoc-generate && open-cli jsdocs/index.html",
48-
"jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(node -p 'path.dirname(require.resolve(\"docdash\"))') ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
49-
"jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
5047
"preversion": "npm test",
5148
"version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v4.0.0.. && git add CHANGELOG.md",
5249
"prepublishOnly": "git push --follow-tags",
5350
"release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version",
54-
"depcheck": "depcheck --ignores @ui5/project,docdash,@istanbuljs/esm-loader-hook,rimraf"
51+
"depcheck": "depcheck --ignores @ui5/project,@istanbuljs/esm-loader-hook,rimraf"
5552
},
5653
"files": [
5754
"CHANGELOG.md",
58-
"jsdoc.json",
5955
"lib/**",
6056
"LICENSES/**"
6157
],
@@ -78,10 +74,8 @@
7874
],
7975
"exclude": [
8076
"docs/**",
81-
"jsdocs/**",
8277
"coverage/**",
83-
"test/**",
84-
"jsdoc-plugin.cjs"
78+
"test/**"
8579
],
8680
"check-coverage": true,
8781
"statements": 90,
@@ -148,20 +142,16 @@
148142
"devDependencies": {
149143
"@istanbuljs/esm-loader-hook": "^0.3.0",
150144
"ava": "^6.4.1",
151-
"chokidar-cli": "^3.0.0",
152145
"cross-env": "^7.0.3",
153146
"depcheck": "^1.4.7",
154-
"docdash": "^2.0.2",
155147
"eslint": "^9.36.0",
156148
"esmock": "^2.7.3",
157149
"istanbul-lib-coverage": "^3.2.2",
158150
"istanbul-lib-instrument": "^6.0.3",
159151
"istanbul-lib-report": "^3.0.1",
160152
"istanbul-reports": "^3.2.0",
161153
"js-beautify": "^1.15.4",
162-
"jsdoc": "^4.0.4",
163154
"nyc": "^17.1.0",
164-
"open-cli": "^8.0.0",
165155
"rimraf": "^6.0.1",
166156
"sinon": "^21.0.0"
167157
}

0 commit comments

Comments
 (0)