@@ -16,29 +16,27 @@ Packages outside of scope:
1616- postcss-themes. CommonJS module.
1717- scripts. CommonJS module.
1818
19- Fix JSDoc manually:
20-
21- - [ ] autop ` description ` contains HTML
22- - [ ] e2e-test-utils ` setUpResponseMocking ` has example mixed with description
23- - [ ] rich-text ` concat ` type ` @param ` is ` {...[object]} ` . Should be
24-
25- ``` js
26- /**
27- * Combine all Rich Text values into one. This is similar to
28- * `String.prototype.concat`.
29- *
30- * @param {...Object} values Objects to combine.
31- *
32- * @return {Object} A new value combining all given records.
33- */
34- ```
35-
3619TODO:
3720
38- - [ ] blocks ` unstable__* ` should this be docummented?
39- - [ ] keycodes ` CONSTANTS `
40- - [ ] rich-text ` LINE_SEPARATOR ` is a constant
41- - [ ] rich-text ` unstableToDom ` is this supposed to go undocumented?
21+ These either happen in private API, aren't relevant, or pend of decission.
22+
23+ - [ ] go undocummented: ` unstable__* ` , rich-text ` unstableToDom ` , ` experimental__ `
24+ - [ ] ` constants ` keycodes, rich-text ` LINE_SEPARATOR `
25+ - [ ] ` {?{ time: number, count: number }} ` packages/editor/src/store/selectors.js
26+ - [ ] ` {type=} ` packages/block-library/src/image/edit.js
27+ - [ ] ` @api ` packages/editor/src/editor-styles/ast/stringify/compiler.js
28+ - [ ] ` @callback ` packages/components/src/autocomplete/index.js
29+ - [ ] ` @cite ` packages/block-serialization-default-parser/src/index.js
30+ - [ ] ` @class ` packages/edit-post/src/hooks/components/media-upload/index.js
31+ - [ ] ` @const ` packages/editor/src/editor-styles/transforms/wrap.js
32+ - [ ] ` @constant ` packages/editor/src/hooks/align.js
33+ - [ ] ` @constructor ` packages/edit-post/src/hooks/components/media-upload/index.js
34+ - [ ] ` @inheritdoc ` packages/edit-post/src/components/meta-boxes/meta-boxes-area/index.js
35+ - [ ] ` @private ` packages/editor/src/components/rich-text/index.js
36+ - [ ] ` @property ` babel-plugin-import-jsx-pragma
37+ - [ ] ` @since ` packages/block-serialization-default-parser/src/index.js
38+ - [ ] ` @throws ` packages/blocks/src/api/node.js
39+ - [ ] ` @typedef ` packages/blocks/src/api/registration.js
4240
4341DONE:
4442
5048- [x] block-library
5149- [x] block-serialization-default-parser
5250- [x] block-serialization-spec-parser
51+ - [x] blocks
5352- [x] components
5453- [x] compose
5554- [x] core-data
7675- [x] plugins
7776- [x] priority-queue
7877- [x] redux-routine
78+ - [x] rich-text
7979- [x] shortcode
8080- [x] token-list
8181- [x] url
8282- [x] viewport
83- - [x] wordcount
83+ - [x] wordcount
0 commit comments