File tree
437 files changed
+23803
-23559
lines changed- packages
- ast-spec/src
- base
- declaration
- ExportAllDeclaration
- ExportDefaultDeclaration
- ExportNamedDeclaration
- FunctionDeclaration
- ImportDeclaration
- TSDeclareFunction
- TSEnumDeclaration
- TSImportEqualsDeclaration
- TSInterfaceDeclaration
- TSModuleDeclaration
- TSNamespaceExportDeclaration
- TSTypeAliasDeclaration
- VariableDeclaration
- element
- Property
- SpreadElement
- StaticBlock
- TSEnumMember
- TSIndexSignature
- TSMethodSignature
- TSPropertySignature
- expression
- ArrayExpression
- ArrowFunctionExpression
- AssignmentExpression
- AwaitExpression
- BinaryExpression
- CallExpression
- ChainExpression
- ClassExpression
- ConditionalExpression
- FunctionExpression
- Identifier
- ImportExpression
- JSXElement
- JSXFragment
- LogicalExpression
- MemberExpression
- MetaProperty
- NewExpression
- ObjectExpression
- SequenceExpression
- TSAsExpression
- TSEmptyBodyFunctionExpression
- TSInstantiationExpression
- TSNonNullExpression
- TSSatisfiesExpression
- TSTypeAssertion
- TaggedTemplateExpression
- TemplateLiteral
- UnaryExpression
- UpdateExpression
- YieldExpression
- jsx
- JSXAttribute
- JSXClosingElement
- JSXExpressionContainer
- JSXIdentifier
- JSXMemberExpression
- JSXNamespacedName
- JSXOpeningElement
- JSXSpreadAttribute
- JSXSpreadChild
- JSXText
- parameter
- ArrayPattern
- AssignmentPattern
- ObjectPattern
- RestElement
- TSParameterProperty
- special
- CatchClause
- ClassBody
- Decorator
- ExportSpecifier
- ImportAttribute
- ImportDefaultSpecifier
- ImportNamespaceSpecifier
- ImportSpecifier
- PrivateIdentifier
- Program
- SwitchCase
- TSEnumBody
- TSExternalModuleReference
- TSInterfaceBody
- TSModuleBlock
- TSTypeParameter
- TSTypeParameterDeclaration
- TSTypeParameterInstantiation
- TemplateElement
- VariableDeclarator
- statement
- BlockStatement
- BreakStatement
- ContinueStatement
- DoWhileStatement
- ExpressionStatement
- ForInStatement
- ForOfStatement
- ForStatement
- IfStatement
- LabeledStatement
- ReturnStatement
- SwitchStatement
- TSExportAssignment
- ThrowStatement
- TryStatement
- WhileStatement
- WithStatement
- token/RegularExpressionToken
- type
- TSArrayType
- TSConditionalType
- TSConstructorType
- TSImportType
- TSIndexedAccessType
- TSLiteralType
- TSMappedType
- TSNamedTupleMember
- TSQualifiedName
- TSTemplateLiteralType
- TSTupleType
- TSTypeLiteral
- TSTypeOperator
- TSTypePredicate
- TSTypeQuery
- eslint-plugin
- src
- rules
- naming-convention-utils
- prefer-optional-chain-utils
- util
- tests
- eslint-rules
- rules
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
437 files changed
+23803
-23559
lines changed+52-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
596 | 596 |
| |
597 | 597 |
| |
598 | 598 |
| |
599 |
| - | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
600 | 603 |
| |
601 | 604 |
| |
| 605 | + | |
602 | 606 |
| |
603 | 607 |
| |
604 | 608 |
| |
| |||
611 | 615 |
| |
612 | 616 |
| |
613 | 617 |
| |
614 |
| - | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
615 | 622 |
| |
616 | 623 |
| |
617 |
| - | |
618 |
| - | |
| 624 | + | |
619 | 625 |
| |
620 | 626 |
| |
621 | 627 |
| |
622 |
| - | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
| 645 | + | |
| 646 | + | |
| 647 | + | |
| 648 | + | |
| 649 | + | |
| 650 | + | |
| 651 | + | |
| 652 | + | |
| 653 | + | |
| 654 | + | |
623 | 655 |
| |
624 | 656 |
| |
625 | 657 |
| |
626 |
| - | |
627 |
| - | |
628 |
| - | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
629 | 665 |
| |
630 | 666 |
| |
631 |
| - | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
632 | 673 |
| |
633 | 674 |
| |
634 |
| - | |
635 |
| - | |
636 |
| - | |
| 675 | + | |
| 676 | + | |
637 | 677 |
| |
638 | 678 |
| |
639 |
| - | |
640 | 679 |
| |
641 | 680 |
| |
642 | 681 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 | 5 |
| |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
| 6 | + | |
5 | 7 |
| |
6 | 8 |
| |
7 | 9 |
| |
| |||
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
13 |
| - | |
14 |
| - | |
15 | 15 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
35 | 36 |
| |
36 | 37 |
| |
37 | 38 |
| |
38 |
| - | |
39 | 39 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
7 | 8 |
| |
8 | 9 |
| |
| |||
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 |
| - | |
15 | 15 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
| |||
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
55 |
| - | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
10 |
| - | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
46 |
| - | |
47 | 47 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
| 5 | + | |
5 | 6 |
| |
6 | 7 |
| |
7 | 8 |
| |
| |||
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 |
| - | |
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
37 |
| - | |
38 | 38 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
25 | 26 |
| |
26 | 27 |
| |
27 | 28 |
| |
28 |
| - | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| 9 | + | |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
| |||
22 | 23 |
| |
23 | 24 |
| |
24 | 25 |
| |
25 |
| - | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
| |||
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
| 46 | + | |
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
| |||
57 | 59 |
| |
58 | 60 |
| |
59 | 61 |
| |
60 |
| - | |
61 |
| - | |
62 | 62 |
| |
63 | 63 |
| |
64 | 64 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
16 |
| - | |
17 | 17 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
20 |
| - | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
38 | 39 |
| |
39 | 40 |
| |
40 | 41 |
| |
41 |
| - | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| |||
91 | 91 |
| |
92 | 92 |
| |
93 | 93 |
| |
| 94 | + | |
94 | 95 |
| |
95 | 96 |
| |
96 | 97 |
| |
| |||
105 | 106 |
| |
106 | 107 |
| |
107 | 108 |
| |
108 |
| - | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
20 |
| - | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
| 7 | + | |
8 | 8 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 | 6 |
| |
| 7 | + | |
8 | 8 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
15 |
| - | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
11 | 12 |
| |
12 |
| - | |
13 | 13 |
| |
14 | 14 |
|
0 commit comments