Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/oxlint/src-js/plugins/selector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ function analyzeSelector(esquerySelector: EsquerySelector, selector: Selector):
* contains the ancestors of the AST node passed to the returned visit function.
* Therefore, the returned visit function can only be called during AST traversal.
*
* @params visitFn - Visit function to wrap
* @params esquerySelector - `EsquerySelector` object
* @param visitFn - Visit function to wrap
* @param esquerySelector - `EsquerySelector` object
* @returns Wrapped visit function
*/
export function wrapVisitFnWithSelectorMatch(visitFn: VisitFn, esquerySelector: EsquerySelector): VisitFn {
Expand Down
Loading