Skip to content

Commit 1094009

Browse files
committed
docs(fs): Clean-up JSDoc
1 parent c679013 commit 1094009

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/fs/jsdoc-plugin.cjs

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

packages/fs/jsdoc.json

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

packages/fs/package.json

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,25 +36,21 @@
3636
"npm": ">= 8"
3737
},
3838
"scripts": {
39-
"test": "npm run lint && npm run jsdoc-generate && npm run coverage && npm run depcheck",
39+
"test": "npm run lint && npm run coverage && npm run depcheck",
4040
"lint": "eslint ./",
4141
"unit": "rimraf test/tmp && ava",
4242
"unit-verbose": "rimraf test/tmp && cross-env UI5_LOG_LVL=verbose ava --verbose --serial",
4343
"unit-watch": "npm run unit -- --watch",
4444
"unit-inspect": "cross-env UI5_LOG_LVL=verbose ava debug --break",
4545
"coverage": "rimraf test/tmp && nyc ava --node-arguments=\"--experimental-loader=@istanbuljs/esm-loader-hook\"",
46-
"jsdoc": "npm run jsdoc-generate && open-cli jsdocs/index.html",
47-
"jsdoc-generate": "jsdoc -c ./jsdoc.json -t $(node -p 'path.dirname(require.resolve(\"docdash\"))') ./lib/ || (echo 'Error during JSDoc generation! Check log.' && exit 1)",
48-
"jsdoc-watch": "npm run jsdoc && chokidar \"./lib/**/*.js\" -c \"npm run jsdoc-generate\"",
4946
"preversion": "npm test",
5047
"version": "git-chglog --sort semver --next-tag v$npm_package_version -o CHANGELOG.md v4.0.0.. && git add CHANGELOG.md",
5148
"prepublishOnly": "git push --follow-tags",
5249
"release-note": "git-chglog --sort semver -c .chglog/release-config.yml v$npm_package_version",
53-
"depcheck": "depcheck --ignores @ui5/fs,docdash,@istanbuljs/esm-loader-hook"
50+
"depcheck": "depcheck --ignores @ui5/fs,@istanbuljs/esm-loader-hook"
5451
},
5552
"files": [
5653
"CHANGELOG.md",
57-
"jsdoc.json",
5854
"lib/**",
5955
"LICENSES/**"
6056
],
@@ -81,10 +77,8 @@
8177
],
8278
"exclude": [
8379
"docs/**",
84-
"jsdocs/**",
8580
"coverage/**",
86-
"test/**",
87-
"jsdoc-plugin.cjs"
81+
"test/**"
8882
],
8983
"check-coverage": true,
9084
"statements": 85,
@@ -131,15 +125,11 @@
131125
"devDependencies": {
132126
"@istanbuljs/esm-loader-hook": "^0.3.0",
133127
"ava": "^6.4.1",
134-
"chokidar-cli": "^3.0.0",
135128
"cross-env": "^7.0.3",
136129
"depcheck": "^1.4.7",
137-
"docdash": "^2.0.2",
138130
"eslint": "^9.36.0",
139131
"esmock": "^2.7.3",
140-
"jsdoc": "^4.0.4",
141132
"nyc": "^17.1.0",
142-
"open-cli": "^8.0.0",
143133
"rimraf": "^6.0.1",
144134
"sinon": "^21.0.0"
145135
}

0 commit comments

Comments
 (0)