summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js')
-rw-r--r--tools/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/tools/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js b/tools/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js
index 7c2137a176..7255a62260 100644
--- a/tools/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js
+++ b/tools/node_modules/eslint/lib/source-code/token-store/backward-token-comment-cursor.js
@@ -22,11 +22,11 @@ module.exports = class BackwardTokenCommentCursor extends Cursor {
/**
* Initializes this cursor.
- * @param {Token[]} tokens - The array of tokens.
- * @param {Comment[]} comments - The array of comments.
- * @param {Object} indexMap - The map from locations to indices in `tokens`.
- * @param {number} startLoc - The start location of the iteration range.
- * @param {number} endLoc - The end location of the iteration range.
+ * @param {Token[]} tokens The array of tokens.
+ * @param {Comment[]} comments The array of comments.
+ * @param {Object} indexMap The map from locations to indices in `tokens`.
+ * @param {number} startLoc The start location of the iteration range.
+ * @param {number} endLoc The end location of the iteration range.
*/
constructor(tokens, comments, indexMap, startLoc, endLoc) {
super();