We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e59f7 commit 450ad02Copy full SHA for 450ad02
index.js
@@ -197,10 +197,10 @@ function element(node, parentConfig) {
197
/**
198
* @param {HastRoot|HastElement} origin
199
* @param {Context} config
200
- * @returns {Array.<XastElement|XastText|XastComment|XastDoctype>}
+ * @returns {Array<XastElement|XastText|XastComment|XastDoctype>}
201
*/
202
function all(origin, config) {
203
- /** @type {Array.<XastElement|XastText|XastComment|XastDoctype>} */
+ /** @type {Array<XastElement|XastText|XastComment|XastDoctype>} */
204
const result = []
205
let index = -1
206
0 commit comments