- Docs: For clarity, rename grep-jsdoc.js to jsdoc-check-overly-generic-types.js

- Docs: Move GenericCallback to typedefs.js for possible reuse
- npm: Update "grep-doc" to "types-doc" for greater clarity
This commit is contained in:
Brett Zamir
2018-10-25 10:09:32 +08:00
parent 6b0e54af07
commit 89515b7e1e
4 changed files with 13 additions and 11 deletions

View File

@@ -13,7 +13,7 @@
"scripts": {
"prepublishOnly": "npm run test-prep",
"build-config": "rollup -c rollup-config.config.js",
"grep-doc": "node grep-jsdoc",
"types-doc": "node jsdoc-check-overly-generic-types.js",
"open-es-allext": "opn http://localhost:8000/editor/svg-editor-es.html?extensions=ext-arrows.js,ext-closepath.js,ext-foreignobject.js,ext-helloworld.js,ext-mathjax.js,ext-php_savefile.js,ext-server_moinsave.js,ext-server_opensave.js,ext-webappfind.js,ext-xdomain-messaging.js",
"build-doc": "rm -rf docs/jsdoc/*;jsdoc --pedantic -c docs/jsdoc-config.json editor",
"build-html": "node build-html.js",