Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored May 16, 2024
1 parent 9762dd8 commit f033338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion patches/@types__nearley@2.11.5.patch
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ index 5cca1013513217cf5ec46c04e60cbb1dc2c7b2f1..289ca02c4bf917b0f6dacfe2d60d2e91
+ reset(data: string | any[], state?: LexerState): void;
/**
* Returns e.g. {type, value, line, col, …}. Only the value attribute is required.
*/
*/
2 changes: 1 addition & 1 deletion patches/nearley@2.20.1.patch
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ index b564e11e24d2bcc597d46bb01af84a1972cc6b9d..1d559ea3c96059f764bb5138a387039f
+ var value = lexer.constructor === StreamLexer ? token.value : lexer.transform?.(token) ?? token;
var scannable = column.scannable;
for (var w = scannable.length; w--; ) {
var state = scannable[w];
var state = scannable[w];

0 comments on commit f033338

Please sign in to comment.