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.
getTokensBetween
1 parent d597db1 commit 0e1d38aCopy full SHA for 0e1d38a
apps/oxlint/src-js/plugins/tokens.ts
@@ -1107,7 +1107,7 @@ export function getTokensAfter(
1107
* Get all of the tokens between two non-overlapping nodes.
1108
* @param left - Node or token before the desired token range.
1109
* @param right - Node or token after the desired token range.
1110
- * @param countOptions? - Options object. If this is a function then it's `options.filter`.
+ * @param countOptions? - Options object. If is a function, equivalent to `{ filter: fn }`.
1111
* @returns Array of `Token`s between `left` and `right`.
1112
*/
1113
/**
0 commit comments