File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ module.exports = {
280
280
}
281
281
282
282
/**
283
- * Gets all JSXElement ancestor names for the given node
283
+ * Gets all JSXElement ancestor nodes for the given node
284
284
* @param {ASTNode } node
285
285
* @returns {ASTNode[] }
286
286
*/
@@ -365,10 +365,6 @@ module.exports = {
365
365
* Gets an override config for a given node. For any given node, we also
366
366
* need to traverse the ancestor tree to determine if an ancestor's config
367
367
* will also apply to the current node.
368
- *
369
- * In order to reduce iterations on future cycles, subsequent calls to this
370
- * function by other nodes can obtain previously traversed node's configs
371
- * from the `elementConfigCache`
372
368
* @param {ASTNode } node
373
369
* @returns {OverrideConfig | undefined }
374
370
*/
You can’t perform that action at this time.
0 commit comments