···11+---
22+'@0no-co/graphql.web': minor
33+---
44+55+Improve parser performance (up to ~25% higher ops/s) by rewriting part of the parsing that runs in tight loops. Previously, the purer parser combinators w/o regexs wouldn't have been as significant of an improvement, but they now clearly are
-4
scripts/eslint-preset.js
···7070 message: 'Nullish coalescing assignment (??=) is outside of specified browser support',
7171 },
7272 {
7373- selector: 'SequenceExpression',
7474- message: 'Sequence expressions are to be avoided since they can be confusing',
7575- },
7676- {
7773 selector: ':not(ForStatement) > VariableDeclaration[declarations.length>1]',
7874 message: 'Only one variable declarator per variable declaration is preferred',
7975 },