@teambit/linter 1.0.308 → 1.0.310
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/artifacts/__bit_junit.xml +1 -1
- package/artifacts/preview/teambit_defender_linter-preview.js +1 -1
- package/artifacts/schema.json +297 -177
- package/dist/lint.cmd.js +15 -2
- package/dist/lint.cmd.js.map +1 -1
- package/dist/linter.d.ts +8 -0
- package/dist/linter.js.map +1 -1
- package/dist/{preview-1718680843079.js → preview-1718853656395.js} +2 -2
- package/package.json +9 -9
package/artifacts/schema.json
CHANGED
@@ -649,16 +649,16 @@
|
|
649
649
|
"__schema": "TypeSchema",
|
650
650
|
"location": {
|
651
651
|
"filePath": "linter.ts",
|
652
|
-
"line":
|
652
|
+
"line": 126,
|
653
653
|
"character": 1
|
654
654
|
},
|
655
|
-
"signature": "type LintResults = {\n results: ComponentLintResult[];\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n ...
|
655
|
+
"signature": "type LintResults = {\n results: ComponentLintResult[];\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n ... 6 more ...;\n errors: Error[];\n}",
|
656
656
|
"name": "LintResults",
|
657
657
|
"type": {
|
658
658
|
"__schema": "TypeLiteralSchema",
|
659
659
|
"location": {
|
660
660
|
"filePath": "linter.ts",
|
661
|
-
"line":
|
661
|
+
"line": 126,
|
662
662
|
"character": 27
|
663
663
|
},
|
664
664
|
"members": [
|
@@ -666,7 +666,7 @@
|
|
666
666
|
"__schema": "VariableLikeSchema",
|
667
667
|
"location": {
|
668
668
|
"filePath": "linter.ts",
|
669
|
-
"line":
|
669
|
+
"line": 127,
|
670
670
|
"character": 3
|
671
671
|
},
|
672
672
|
"signature": "(property) results: ComponentLintResult[]",
|
@@ -675,14 +675,14 @@
|
|
675
675
|
"__schema": "TypeArraySchema",
|
676
676
|
"location": {
|
677
677
|
"filePath": "linter.ts",
|
678
|
-
"line":
|
678
|
+
"line": 127,
|
679
679
|
"character": 12
|
680
680
|
},
|
681
681
|
"type": {
|
682
682
|
"__schema": "TypeRefSchema",
|
683
683
|
"location": {
|
684
684
|
"filePath": "linter.ts",
|
685
|
-
"line":
|
685
|
+
"line": 127,
|
686
686
|
"character": 12
|
687
687
|
},
|
688
688
|
"name": "ComponentLintResult"
|
@@ -694,14 +694,14 @@
|
|
694
694
|
"__schema": "VariableLikeSchema",
|
695
695
|
"location": {
|
696
696
|
"filePath": "linter.ts",
|
697
|
-
"line":
|
697
|
+
"line": 131,
|
698
698
|
"character": 3
|
699
699
|
},
|
700
700
|
"doc": {
|
701
701
|
"__schema": "DocSchema",
|
702
702
|
"location": {
|
703
703
|
"filePath": "linter.ts",
|
704
|
-
"line":
|
704
|
+
"line": 128,
|
705
705
|
"character": 3
|
706
706
|
},
|
707
707
|
"raw": "/**\n * total errors count of the component (from all of the components).\n */",
|
@@ -713,7 +713,7 @@
|
|
713
713
|
"__schema": "KeywordTypeSchema",
|
714
714
|
"location": {
|
715
715
|
"filePath": "linter.ts",
|
716
|
-
"line":
|
716
|
+
"line": 131,
|
717
717
|
"character": 20
|
718
718
|
},
|
719
719
|
"name": "number"
|
@@ -724,14 +724,14 @@
|
|
724
724
|
"__schema": "VariableLikeSchema",
|
725
725
|
"location": {
|
726
726
|
"filePath": "linter.ts",
|
727
|
-
"line":
|
727
|
+
"line": 135,
|
728
728
|
"character": 3
|
729
729
|
},
|
730
730
|
"doc": {
|
731
731
|
"__schema": "DocSchema",
|
732
732
|
"location": {
|
733
733
|
"filePath": "linter.ts",
|
734
|
-
"line":
|
734
|
+
"line": 132,
|
735
735
|
"character": 3
|
736
736
|
},
|
737
737
|
"raw": "/**\n * total fatal errors count of the component (from all of the components).\n */",
|
@@ -743,7 +743,7 @@
|
|
743
743
|
"__schema": "KeywordTypeSchema",
|
744
744
|
"location": {
|
745
745
|
"filePath": "linter.ts",
|
746
|
-
"line":
|
746
|
+
"line": 135,
|
747
747
|
"character": 26
|
748
748
|
},
|
749
749
|
"name": "number"
|
@@ -754,14 +754,14 @@
|
|
754
754
|
"__schema": "VariableLikeSchema",
|
755
755
|
"location": {
|
756
756
|
"filePath": "linter.ts",
|
757
|
-
"line":
|
757
|
+
"line": 139,
|
758
758
|
"character": 3
|
759
759
|
},
|
760
760
|
"doc": {
|
761
761
|
"__schema": "DocSchema",
|
762
762
|
"location": {
|
763
763
|
"filePath": "linter.ts",
|
764
|
-
"line":
|
764
|
+
"line": 136,
|
765
765
|
"character": 3
|
766
766
|
},
|
767
767
|
"raw": "/**\n * total fixable errors count of the component (from all of the components).\n */",
|
@@ -773,7 +773,7 @@
|
|
773
773
|
"__schema": "KeywordTypeSchema",
|
774
774
|
"location": {
|
775
775
|
"filePath": "linter.ts",
|
776
|
-
"line":
|
776
|
+
"line": 139,
|
777
777
|
"character": 28
|
778
778
|
},
|
779
779
|
"name": "number"
|
@@ -784,14 +784,14 @@
|
|
784
784
|
"__schema": "VariableLikeSchema",
|
785
785
|
"location": {
|
786
786
|
"filePath": "linter.ts",
|
787
|
-
"line":
|
787
|
+
"line": 143,
|
788
788
|
"character": 3
|
789
789
|
},
|
790
790
|
"doc": {
|
791
791
|
"__schema": "DocSchema",
|
792
792
|
"location": {
|
793
793
|
"filePath": "linter.ts",
|
794
|
-
"line":
|
794
|
+
"line": 140,
|
795
795
|
"character": 3
|
796
796
|
},
|
797
797
|
"raw": "/**\n * total fatal warning count of the component (from all of the components).\n */",
|
@@ -803,7 +803,7 @@
|
|
803
803
|
"__schema": "KeywordTypeSchema",
|
804
804
|
"location": {
|
805
805
|
"filePath": "linter.ts",
|
806
|
-
"line":
|
806
|
+
"line": 143,
|
807
807
|
"character": 30
|
808
808
|
},
|
809
809
|
"name": "number"
|
@@ -814,14 +814,14 @@
|
|
814
814
|
"__schema": "VariableLikeSchema",
|
815
815
|
"location": {
|
816
816
|
"filePath": "linter.ts",
|
817
|
-
"line":
|
817
|
+
"line": 147,
|
818
818
|
"character": 3
|
819
819
|
},
|
820
820
|
"doc": {
|
821
821
|
"__schema": "DocSchema",
|
822
822
|
"location": {
|
823
823
|
"filePath": "linter.ts",
|
824
|
-
"line":
|
824
|
+
"line": 144,
|
825
825
|
"character": 3
|
826
826
|
},
|
827
827
|
"raw": "/**\n * total warning count of the component (from all of the components).\n */",
|
@@ -833,7 +833,7 @@
|
|
833
833
|
"__schema": "KeywordTypeSchema",
|
834
834
|
"location": {
|
835
835
|
"filePath": "linter.ts",
|
836
|
-
"line":
|
836
|
+
"line": 147,
|
837
837
|
"character": 22
|
838
838
|
},
|
839
839
|
"name": "number"
|
@@ -844,7 +844,7 @@
|
|
844
844
|
"__schema": "VariableLikeSchema",
|
845
845
|
"location": {
|
846
846
|
"filePath": "linter.ts",
|
847
|
-
"line":
|
847
|
+
"line": 149,
|
848
848
|
"character": 3
|
849
849
|
},
|
850
850
|
"signature": "(property) totalComponentsWithErrorCount: number",
|
@@ -853,7 +853,7 @@
|
|
853
853
|
"__schema": "KeywordTypeSchema",
|
854
854
|
"location": {
|
855
855
|
"filePath": "linter.ts",
|
856
|
-
"line":
|
856
|
+
"line": 149,
|
857
857
|
"character": 34
|
858
858
|
},
|
859
859
|
"name": "number"
|
@@ -864,7 +864,7 @@
|
|
864
864
|
"__schema": "VariableLikeSchema",
|
865
865
|
"location": {
|
866
866
|
"filePath": "linter.ts",
|
867
|
-
"line":
|
867
|
+
"line": 150,
|
868
868
|
"character": 3
|
869
869
|
},
|
870
870
|
"signature": "(property) totalComponentsWithFatalErrorCount?: number | undefined",
|
@@ -873,7 +873,7 @@
|
|
873
873
|
"__schema": "KeywordTypeSchema",
|
874
874
|
"location": {
|
875
875
|
"filePath": "linter.ts",
|
876
|
-
"line":
|
876
|
+
"line": 150,
|
877
877
|
"character": 40
|
878
878
|
},
|
879
879
|
"name": "number"
|
@@ -884,7 +884,7 @@
|
|
884
884
|
"__schema": "VariableLikeSchema",
|
885
885
|
"location": {
|
886
886
|
"filePath": "linter.ts",
|
887
|
-
"line":
|
887
|
+
"line": 151,
|
888
888
|
"character": 3
|
889
889
|
},
|
890
890
|
"signature": "(property) totalComponentsWithFixableErrorCount?: number | undefined",
|
@@ -893,7 +893,7 @@
|
|
893
893
|
"__schema": "KeywordTypeSchema",
|
894
894
|
"location": {
|
895
895
|
"filePath": "linter.ts",
|
896
|
-
"line":
|
896
|
+
"line": 151,
|
897
897
|
"character": 42
|
898
898
|
},
|
899
899
|
"name": "number"
|
@@ -904,7 +904,7 @@
|
|
904
904
|
"__schema": "VariableLikeSchema",
|
905
905
|
"location": {
|
906
906
|
"filePath": "linter.ts",
|
907
|
-
"line":
|
907
|
+
"line": 152,
|
908
908
|
"character": 3
|
909
909
|
},
|
910
910
|
"signature": "(property) totalComponentsWithFixableWarningCount?: number | undefined",
|
@@ -913,7 +913,7 @@
|
|
913
913
|
"__schema": "KeywordTypeSchema",
|
914
914
|
"location": {
|
915
915
|
"filePath": "linter.ts",
|
916
|
-
"line":
|
916
|
+
"line": 152,
|
917
917
|
"character": 44
|
918
918
|
},
|
919
919
|
"name": "number"
|
@@ -924,7 +924,7 @@
|
|
924
924
|
"__schema": "VariableLikeSchema",
|
925
925
|
"location": {
|
926
926
|
"filePath": "linter.ts",
|
927
|
-
"line":
|
927
|
+
"line": 153,
|
928
928
|
"character": 3
|
929
929
|
},
|
930
930
|
"signature": "(property) totalComponentsWithWarningCount: number",
|
@@ -933,7 +933,7 @@
|
|
933
933
|
"__schema": "KeywordTypeSchema",
|
934
934
|
"location": {
|
935
935
|
"filePath": "linter.ts",
|
936
|
-
"line":
|
936
|
+
"line": 153,
|
937
937
|
"character": 36
|
938
938
|
},
|
939
939
|
"name": "number"
|
@@ -944,7 +944,37 @@
|
|
944
944
|
"__schema": "VariableLikeSchema",
|
945
945
|
"location": {
|
946
946
|
"filePath": "linter.ts",
|
947
|
-
"line":
|
947
|
+
"line": 158,
|
948
|
+
"character": 3
|
949
|
+
},
|
950
|
+
"doc": {
|
951
|
+
"__schema": "DocSchema",
|
952
|
+
"location": {
|
953
|
+
"filePath": "linter.ts",
|
954
|
+
"line": 155,
|
955
|
+
"character": 3
|
956
|
+
},
|
957
|
+
"raw": "/**\n * whether all the linted components is clean (have no issues at all)\n */",
|
958
|
+
"comment": "whether all the linted components is clean (have no issues at all)"
|
959
|
+
},
|
960
|
+
"signature": "(property) isClean: boolean",
|
961
|
+
"name": "isClean",
|
962
|
+
"type": {
|
963
|
+
"__schema": "KeywordTypeSchema",
|
964
|
+
"location": {
|
965
|
+
"filePath": "linter.ts",
|
966
|
+
"line": 158,
|
967
|
+
"character": 12
|
968
|
+
},
|
969
|
+
"name": "boolean"
|
970
|
+
},
|
971
|
+
"isOptional": false
|
972
|
+
},
|
973
|
+
{
|
974
|
+
"__schema": "VariableLikeSchema",
|
975
|
+
"location": {
|
976
|
+
"filePath": "linter.ts",
|
977
|
+
"line": 160,
|
948
978
|
"character": 3
|
949
979
|
},
|
950
980
|
"signature": "(property) errors: Error[]",
|
@@ -953,14 +983,14 @@
|
|
953
983
|
"__schema": "TypeArraySchema",
|
954
984
|
"location": {
|
955
985
|
"filePath": "linter.ts",
|
956
|
-
"line":
|
986
|
+
"line": 160,
|
957
987
|
"character": 11
|
958
988
|
},
|
959
989
|
"type": {
|
960
990
|
"__schema": "TypeRefSchema",
|
961
991
|
"location": {
|
962
992
|
"filePath": "linter.ts",
|
963
|
-
"line":
|
993
|
+
"line": 160,
|
964
994
|
"character": 11
|
965
995
|
},
|
966
996
|
"name": "Error"
|
@@ -984,7 +1014,7 @@
|
|
984
1014
|
"__schema": "InterfaceSchema",
|
985
1015
|
"location": {
|
986
1016
|
"filePath": "linter.ts",
|
987
|
-
"line":
|
1017
|
+
"line": 163,
|
988
1018
|
"character": 1
|
989
1019
|
},
|
990
1020
|
"signature": "interface Linter",
|
@@ -994,7 +1024,7 @@
|
|
994
1024
|
"__schema": "VariableLikeSchema",
|
995
1025
|
"location": {
|
996
1026
|
"filePath": "linter.ts",
|
997
|
-
"line":
|
1027
|
+
"line": 164,
|
998
1028
|
"character": 3
|
999
1029
|
},
|
1000
1030
|
"signature": "(property) Linter.id: string",
|
@@ -1003,7 +1033,7 @@
|
|
1003
1033
|
"__schema": "KeywordTypeSchema",
|
1004
1034
|
"location": {
|
1005
1035
|
"filePath": "linter.ts",
|
1006
|
-
"line":
|
1036
|
+
"line": 164,
|
1007
1037
|
"character": 7
|
1008
1038
|
},
|
1009
1039
|
"name": "string"
|
@@ -1014,7 +1044,7 @@
|
|
1014
1044
|
"__schema": "FunctionLikeSchema",
|
1015
1045
|
"location": {
|
1016
1046
|
"filePath": "linter.ts",
|
1017
|
-
"line":
|
1047
|
+
"line": 165,
|
1018
1048
|
"character": 3
|
1019
1049
|
},
|
1020
1050
|
"signature": "(method) Linter.lint(context: LinterContext, buildContext?: BuildContext): Promise<LintResults>",
|
@@ -1024,7 +1054,7 @@
|
|
1024
1054
|
"__schema": "ParameterSchema",
|
1025
1055
|
"location": {
|
1026
1056
|
"filePath": "linter.ts",
|
1027
|
-
"line":
|
1057
|
+
"line": 165,
|
1028
1058
|
"character": 8
|
1029
1059
|
},
|
1030
1060
|
"name": "context",
|
@@ -1032,7 +1062,7 @@
|
|
1032
1062
|
"__schema": "TypeRefSchema",
|
1033
1063
|
"location": {
|
1034
1064
|
"filePath": "linter.ts",
|
1035
|
-
"line":
|
1065
|
+
"line": 165,
|
1036
1066
|
"character": 17
|
1037
1067
|
},
|
1038
1068
|
"name": "LinterContext"
|
@@ -1044,7 +1074,7 @@
|
|
1044
1074
|
"__schema": "ParameterSchema",
|
1045
1075
|
"location": {
|
1046
1076
|
"filePath": "linter.ts",
|
1047
|
-
"line":
|
1077
|
+
"line": 165,
|
1048
1078
|
"character": 32
|
1049
1079
|
},
|
1050
1080
|
"name": "buildContext",
|
@@ -1052,7 +1082,7 @@
|
|
1052
1082
|
"__schema": "TypeRefSchema",
|
1053
1083
|
"location": {
|
1054
1084
|
"filePath": "linter.ts",
|
1055
|
-
"line":
|
1085
|
+
"line": 165,
|
1056
1086
|
"character": 47
|
1057
1087
|
},
|
1058
1088
|
"name": "BuildContext",
|
@@ -1069,7 +1099,7 @@
|
|
1069
1099
|
"__schema": "TypeRefSchema",
|
1070
1100
|
"location": {
|
1071
1101
|
"filePath": "linter.ts",
|
1072
|
-
"line":
|
1102
|
+
"line": 165,
|
1073
1103
|
"character": 62
|
1074
1104
|
},
|
1075
1105
|
"name": "Promise",
|
@@ -1078,7 +1108,7 @@
|
|
1078
1108
|
"__schema": "TypeRefSchema",
|
1079
1109
|
"location": {
|
1080
1110
|
"filePath": "linter.ts",
|
1081
|
-
"line":
|
1111
|
+
"line": 165,
|
1082
1112
|
"character": 70
|
1083
1113
|
},
|
1084
1114
|
"name": "LintResults"
|
@@ -1103,7 +1133,7 @@
|
|
1103
1133
|
"__schema": "TypeSchema",
|
1104
1134
|
"location": {
|
1105
1135
|
"filePath": "linter.ts",
|
1106
|
-
"line":
|
1136
|
+
"line": 48,
|
1107
1137
|
"character": 1
|
1108
1138
|
},
|
1109
1139
|
"signature": "type LintResult = {\n filePath: string;\n errorCount: number;\n fatalErrorCount?: number | undefined;\n fixableErrorCount?: number | undefined;\n fixableWarningCount?: number | undefined;\n warningCount: number;\n messages: LintMessage[];\n raw: any;\n}",
|
@@ -1112,7 +1142,7 @@
|
|
1112
1142
|
"__schema": "TypeLiteralSchema",
|
1113
1143
|
"location": {
|
1114
1144
|
"filePath": "linter.ts",
|
1115
|
-
"line":
|
1145
|
+
"line": 48,
|
1116
1146
|
"character": 26
|
1117
1147
|
},
|
1118
1148
|
"members": [
|
@@ -1120,14 +1150,14 @@
|
|
1120
1150
|
"__schema": "VariableLikeSchema",
|
1121
1151
|
"location": {
|
1122
1152
|
"filePath": "linter.ts",
|
1123
|
-
"line":
|
1153
|
+
"line": 52,
|
1124
1154
|
"character": 3
|
1125
1155
|
},
|
1126
1156
|
"doc": {
|
1127
1157
|
"__schema": "DocSchema",
|
1128
1158
|
"location": {
|
1129
1159
|
"filePath": "linter.ts",
|
1130
|
-
"line":
|
1160
|
+
"line": 49,
|
1131
1161
|
"character": 3
|
1132
1162
|
},
|
1133
1163
|
"raw": "/**\n * path of the linted file.\n */",
|
@@ -1139,7 +1169,7 @@
|
|
1139
1169
|
"__schema": "KeywordTypeSchema",
|
1140
1170
|
"location": {
|
1141
1171
|
"filePath": "linter.ts",
|
1142
|
-
"line":
|
1172
|
+
"line": 52,
|
1143
1173
|
"character": 13
|
1144
1174
|
},
|
1145
1175
|
"name": "string"
|
@@ -1150,14 +1180,14 @@
|
|
1150
1180
|
"__schema": "VariableLikeSchema",
|
1151
1181
|
"location": {
|
1152
1182
|
"filePath": "linter.ts",
|
1153
|
-
"line":
|
1183
|
+
"line": 57,
|
1154
1184
|
"character": 3
|
1155
1185
|
},
|
1156
1186
|
"doc": {
|
1157
1187
|
"__schema": "DocSchema",
|
1158
1188
|
"location": {
|
1159
1189
|
"filePath": "linter.ts",
|
1160
|
-
"line":
|
1190
|
+
"line": 54,
|
1161
1191
|
"character": 3
|
1162
1192
|
},
|
1163
1193
|
"raw": "/**\n * numbers of errors found.\n */",
|
@@ -1169,7 +1199,7 @@
|
|
1169
1199
|
"__schema": "KeywordTypeSchema",
|
1170
1200
|
"location": {
|
1171
1201
|
"filePath": "linter.ts",
|
1172
|
-
"line":
|
1202
|
+
"line": 57,
|
1173
1203
|
"character": 15
|
1174
1204
|
},
|
1175
1205
|
"name": "number"
|
@@ -1180,14 +1210,14 @@
|
|
1180
1210
|
"__schema": "VariableLikeSchema",
|
1181
1211
|
"location": {
|
1182
1212
|
"filePath": "linter.ts",
|
1183
|
-
"line":
|
1213
|
+
"line": 62,
|
1184
1214
|
"character": 3
|
1185
1215
|
},
|
1186
1216
|
"doc": {
|
1187
1217
|
"__schema": "DocSchema",
|
1188
1218
|
"location": {
|
1189
1219
|
"filePath": "linter.ts",
|
1190
|
-
"line":
|
1220
|
+
"line": 59,
|
1191
1221
|
"character": 3
|
1192
1222
|
},
|
1193
1223
|
"raw": "/**\n * numbers of errors found.\n */",
|
@@ -1199,7 +1229,7 @@
|
|
1199
1229
|
"__schema": "KeywordTypeSchema",
|
1200
1230
|
"location": {
|
1201
1231
|
"filePath": "linter.ts",
|
1202
|
-
"line":
|
1232
|
+
"line": 62,
|
1203
1233
|
"character": 21
|
1204
1234
|
},
|
1205
1235
|
"name": "number"
|
@@ -1210,14 +1240,14 @@
|
|
1210
1240
|
"__schema": "VariableLikeSchema",
|
1211
1241
|
"location": {
|
1212
1242
|
"filePath": "linter.ts",
|
1213
|
-
"line":
|
1243
|
+
"line": 67,
|
1214
1244
|
"character": 3
|
1215
1245
|
},
|
1216
1246
|
"doc": {
|
1217
1247
|
"__schema": "DocSchema",
|
1218
1248
|
"location": {
|
1219
1249
|
"filePath": "linter.ts",
|
1220
|
-
"line":
|
1250
|
+
"line": 64,
|
1221
1251
|
"character": 3
|
1222
1252
|
},
|
1223
1253
|
"raw": "/**\n * numbers of fixable errors found.\n */",
|
@@ -1229,7 +1259,7 @@
|
|
1229
1259
|
"__schema": "KeywordTypeSchema",
|
1230
1260
|
"location": {
|
1231
1261
|
"filePath": "linter.ts",
|
1232
|
-
"line":
|
1262
|
+
"line": 67,
|
1233
1263
|
"character": 23
|
1234
1264
|
},
|
1235
1265
|
"name": "number"
|
@@ -1240,14 +1270,14 @@
|
|
1240
1270
|
"__schema": "VariableLikeSchema",
|
1241
1271
|
"location": {
|
1242
1272
|
"filePath": "linter.ts",
|
1243
|
-
"line":
|
1273
|
+
"line": 72,
|
1244
1274
|
"character": 3
|
1245
1275
|
},
|
1246
1276
|
"doc": {
|
1247
1277
|
"__schema": "DocSchema",
|
1248
1278
|
"location": {
|
1249
1279
|
"filePath": "linter.ts",
|
1250
|
-
"line":
|
1280
|
+
"line": 69,
|
1251
1281
|
"character": 3
|
1252
1282
|
},
|
1253
1283
|
"raw": "/**\n * numbers of fixable warning found.\n */",
|
@@ -1259,7 +1289,7 @@
|
|
1259
1289
|
"__schema": "KeywordTypeSchema",
|
1260
1290
|
"location": {
|
1261
1291
|
"filePath": "linter.ts",
|
1262
|
-
"line":
|
1292
|
+
"line": 72,
|
1263
1293
|
"character": 25
|
1264
1294
|
},
|
1265
1295
|
"name": "number"
|
@@ -1270,14 +1300,14 @@
|
|
1270
1300
|
"__schema": "VariableLikeSchema",
|
1271
1301
|
"location": {
|
1272
1302
|
"filePath": "linter.ts",
|
1273
|
-
"line":
|
1303
|
+
"line": 77,
|
1274
1304
|
"character": 3
|
1275
1305
|
},
|
1276
1306
|
"doc": {
|
1277
1307
|
"__schema": "DocSchema",
|
1278
1308
|
"location": {
|
1279
1309
|
"filePath": "linter.ts",
|
1280
|
-
"line":
|
1310
|
+
"line": 74,
|
1281
1311
|
"character": 3
|
1282
1312
|
},
|
1283
1313
|
"raw": "/**\n * number of found warnings.\n */",
|
@@ -1289,7 +1319,7 @@
|
|
1289
1319
|
"__schema": "KeywordTypeSchema",
|
1290
1320
|
"location": {
|
1291
1321
|
"filePath": "linter.ts",
|
1292
|
-
"line":
|
1322
|
+
"line": 77,
|
1293
1323
|
"character": 17
|
1294
1324
|
},
|
1295
1325
|
"name": "number"
|
@@ -1300,14 +1330,14 @@
|
|
1300
1330
|
"__schema": "VariableLikeSchema",
|
1301
1331
|
"location": {
|
1302
1332
|
"filePath": "linter.ts",
|
1303
|
-
"line":
|
1333
|
+
"line": 82,
|
1304
1334
|
"character": 3
|
1305
1335
|
},
|
1306
1336
|
"doc": {
|
1307
1337
|
"__schema": "DocSchema",
|
1308
1338
|
"location": {
|
1309
1339
|
"filePath": "linter.ts",
|
1310
|
-
"line":
|
1340
|
+
"line": 79,
|
1311
1341
|
"character": 3
|
1312
1342
|
},
|
1313
1343
|
"raw": "/**\n * lint messages.\n */",
|
@@ -1319,14 +1349,14 @@
|
|
1319
1349
|
"__schema": "TypeArraySchema",
|
1320
1350
|
"location": {
|
1321
1351
|
"filePath": "linter.ts",
|
1322
|
-
"line":
|
1352
|
+
"line": 82,
|
1323
1353
|
"character": 13
|
1324
1354
|
},
|
1325
1355
|
"type": {
|
1326
1356
|
"__schema": "TypeRefSchema",
|
1327
1357
|
"location": {
|
1328
1358
|
"filePath": "linter.ts",
|
1329
|
-
"line":
|
1359
|
+
"line": 82,
|
1330
1360
|
"character": 13
|
1331
1361
|
},
|
1332
1362
|
"name": "LintMessage",
|
@@ -1339,14 +1369,14 @@
|
|
1339
1369
|
"__schema": "VariableLikeSchema",
|
1340
1370
|
"location": {
|
1341
1371
|
"filePath": "linter.ts",
|
1342
|
-
"line":
|
1372
|
+
"line": 87,
|
1343
1373
|
"character": 3
|
1344
1374
|
},
|
1345
1375
|
"doc": {
|
1346
1376
|
"__schema": "DocSchema",
|
1347
1377
|
"location": {
|
1348
1378
|
"filePath": "linter.ts",
|
1349
|
-
"line":
|
1379
|
+
"line": 84,
|
1350
1380
|
"character": 3
|
1351
1381
|
},
|
1352
1382
|
"raw": "/**\n * Raw data as returned from the linter\n */",
|
@@ -1358,7 +1388,7 @@
|
|
1358
1388
|
"__schema": "KeywordTypeSchema",
|
1359
1389
|
"location": {
|
1360
1390
|
"filePath": "linter.ts",
|
1361
|
-
"line":
|
1391
|
+
"line": 87,
|
1362
1392
|
"character": 8
|
1363
1393
|
},
|
1364
1394
|
"name": "any"
|
@@ -1384,7 +1414,7 @@
|
|
1384
1414
|
"line": 5,
|
1385
1415
|
"character": 1
|
1386
1416
|
},
|
1387
|
-
"signature": "type ComponentLintResult = {\n component: Component;\n output: string;\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n results: LintResult[];\n}",
|
1417
|
+
"signature": "type ComponentLintResult = {\n component: Component;\n output: string;\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n isClean: boolean;\n results: LintResult[];\n}",
|
1388
1418
|
"name": "ComponentLintResult",
|
1389
1419
|
"type": {
|
1390
1420
|
"__schema": "TypeLiteralSchema",
|
@@ -1622,6 +1652,36 @@
|
|
1622
1652
|
"line": 37,
|
1623
1653
|
"character": 3
|
1624
1654
|
},
|
1655
|
+
"raw": "/**\n * whether the component is clean (have no issues at all)\n */",
|
1656
|
+
"comment": "whether the component is clean (have no issues at all)"
|
1657
|
+
},
|
1658
|
+
"signature": "(property) isClean: boolean",
|
1659
|
+
"name": "isClean",
|
1660
|
+
"type": {
|
1661
|
+
"__schema": "KeywordTypeSchema",
|
1662
|
+
"location": {
|
1663
|
+
"filePath": "linter.ts",
|
1664
|
+
"line": 40,
|
1665
|
+
"character": 12
|
1666
|
+
},
|
1667
|
+
"name": "boolean"
|
1668
|
+
},
|
1669
|
+
"isOptional": false
|
1670
|
+
},
|
1671
|
+
{
|
1672
|
+
"__schema": "VariableLikeSchema",
|
1673
|
+
"location": {
|
1674
|
+
"filePath": "linter.ts",
|
1675
|
+
"line": 45,
|
1676
|
+
"character": 3
|
1677
|
+
},
|
1678
|
+
"doc": {
|
1679
|
+
"__schema": "DocSchema",
|
1680
|
+
"location": {
|
1681
|
+
"filePath": "linter.ts",
|
1682
|
+
"line": 42,
|
1683
|
+
"character": 3
|
1684
|
+
},
|
1625
1685
|
"raw": "/**\n * lint results for each one of the component files\n */",
|
1626
1686
|
"comment": "lint results for each one of the component files"
|
1627
1687
|
},
|
@@ -1631,14 +1691,14 @@
|
|
1631
1691
|
"__schema": "TypeArraySchema",
|
1632
1692
|
"location": {
|
1633
1693
|
"filePath": "linter.ts",
|
1634
|
-
"line":
|
1694
|
+
"line": 45,
|
1635
1695
|
"character": 12
|
1636
1696
|
},
|
1637
1697
|
"type": {
|
1638
1698
|
"__schema": "TypeRefSchema",
|
1639
1699
|
"location": {
|
1640
1700
|
"filePath": "linter.ts",
|
1641
|
-
"line":
|
1701
|
+
"line": 45,
|
1642
1702
|
"character": 12
|
1643
1703
|
},
|
1644
1704
|
"name": "LintResult"
|
@@ -1818,7 +1878,7 @@
|
|
1818
1878
|
"_legacy": {
|
1819
1879
|
"scope": "teambit.defender",
|
1820
1880
|
"name": "linter",
|
1821
|
-
"version": "1.0.
|
1881
|
+
"version": "1.0.310"
|
1822
1882
|
},
|
1823
1883
|
"_scope": "teambit.defender"
|
1824
1884
|
}
|
@@ -1963,7 +2023,7 @@
|
|
1963
2023
|
"_legacy": {
|
1964
2024
|
"scope": "teambit.defender",
|
1965
2025
|
"name": "linter",
|
1966
|
-
"version": "1.0.
|
2026
|
+
"version": "1.0.310"
|
1967
2027
|
},
|
1968
2028
|
"_scope": "teambit.defender"
|
1969
2029
|
}
|
@@ -2942,7 +3002,7 @@
|
|
2942
3002
|
"line": 5,
|
2943
3003
|
"character": 1
|
2944
3004
|
},
|
2945
|
-
"signature": "type ComponentLintResult = {\n component: Component;\n output: string;\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n results: LintResult[];\n}",
|
3005
|
+
"signature": "type ComponentLintResult = {\n component: Component;\n output: string;\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n isClean: boolean;\n results: LintResult[];\n}",
|
2946
3006
|
"name": "ComponentLintResult",
|
2947
3007
|
"type": {
|
2948
3008
|
"__schema": "TypeLiteralSchema",
|
@@ -3180,6 +3240,36 @@
|
|
3180
3240
|
"line": 37,
|
3181
3241
|
"character": 3
|
3182
3242
|
},
|
3243
|
+
"raw": "/**\n * whether the component is clean (have no issues at all)\n */",
|
3244
|
+
"comment": "whether the component is clean (have no issues at all)"
|
3245
|
+
},
|
3246
|
+
"signature": "(property) isClean: boolean",
|
3247
|
+
"name": "isClean",
|
3248
|
+
"type": {
|
3249
|
+
"__schema": "KeywordTypeSchema",
|
3250
|
+
"location": {
|
3251
|
+
"filePath": "linter.ts",
|
3252
|
+
"line": 40,
|
3253
|
+
"character": 12
|
3254
|
+
},
|
3255
|
+
"name": "boolean"
|
3256
|
+
},
|
3257
|
+
"isOptional": false
|
3258
|
+
},
|
3259
|
+
{
|
3260
|
+
"__schema": "VariableLikeSchema",
|
3261
|
+
"location": {
|
3262
|
+
"filePath": "linter.ts",
|
3263
|
+
"line": 45,
|
3264
|
+
"character": 3
|
3265
|
+
},
|
3266
|
+
"doc": {
|
3267
|
+
"__schema": "DocSchema",
|
3268
|
+
"location": {
|
3269
|
+
"filePath": "linter.ts",
|
3270
|
+
"line": 42,
|
3271
|
+
"character": 3
|
3272
|
+
},
|
3183
3273
|
"raw": "/**\n * lint results for each one of the component files\n */",
|
3184
3274
|
"comment": "lint results for each one of the component files"
|
3185
3275
|
},
|
@@ -3189,14 +3279,14 @@
|
|
3189
3279
|
"__schema": "TypeArraySchema",
|
3190
3280
|
"location": {
|
3191
3281
|
"filePath": "linter.ts",
|
3192
|
-
"line":
|
3282
|
+
"line": 45,
|
3193
3283
|
"character": 12
|
3194
3284
|
},
|
3195
3285
|
"type": {
|
3196
3286
|
"__schema": "TypeRefSchema",
|
3197
3287
|
"location": {
|
3198
3288
|
"filePath": "linter.ts",
|
3199
|
-
"line":
|
3289
|
+
"line": 45,
|
3200
3290
|
"character": 12
|
3201
3291
|
},
|
3202
3292
|
"name": "LintResult"
|
@@ -3211,7 +3301,7 @@
|
|
3211
3301
|
"__schema": "TypeSchema",
|
3212
3302
|
"location": {
|
3213
3303
|
"filePath": "linter.ts",
|
3214
|
-
"line":
|
3304
|
+
"line": 48,
|
3215
3305
|
"character": 1
|
3216
3306
|
},
|
3217
3307
|
"signature": "type LintResult = {\n filePath: string;\n errorCount: number;\n fatalErrorCount?: number | undefined;\n fixableErrorCount?: number | undefined;\n fixableWarningCount?: number | undefined;\n warningCount: number;\n messages: LintMessage[];\n raw: any;\n}",
|
@@ -3220,7 +3310,7 @@
|
|
3220
3310
|
"__schema": "TypeLiteralSchema",
|
3221
3311
|
"location": {
|
3222
3312
|
"filePath": "linter.ts",
|
3223
|
-
"line":
|
3313
|
+
"line": 48,
|
3224
3314
|
"character": 26
|
3225
3315
|
},
|
3226
3316
|
"members": [
|
@@ -3228,14 +3318,14 @@
|
|
3228
3318
|
"__schema": "VariableLikeSchema",
|
3229
3319
|
"location": {
|
3230
3320
|
"filePath": "linter.ts",
|
3231
|
-
"line":
|
3321
|
+
"line": 52,
|
3232
3322
|
"character": 3
|
3233
3323
|
},
|
3234
3324
|
"doc": {
|
3235
3325
|
"__schema": "DocSchema",
|
3236
3326
|
"location": {
|
3237
3327
|
"filePath": "linter.ts",
|
3238
|
-
"line":
|
3328
|
+
"line": 49,
|
3239
3329
|
"character": 3
|
3240
3330
|
},
|
3241
3331
|
"raw": "/**\n * path of the linted file.\n */",
|
@@ -3247,7 +3337,7 @@
|
|
3247
3337
|
"__schema": "KeywordTypeSchema",
|
3248
3338
|
"location": {
|
3249
3339
|
"filePath": "linter.ts",
|
3250
|
-
"line":
|
3340
|
+
"line": 52,
|
3251
3341
|
"character": 13
|
3252
3342
|
},
|
3253
3343
|
"name": "string"
|
@@ -3258,14 +3348,14 @@
|
|
3258
3348
|
"__schema": "VariableLikeSchema",
|
3259
3349
|
"location": {
|
3260
3350
|
"filePath": "linter.ts",
|
3261
|
-
"line":
|
3351
|
+
"line": 57,
|
3262
3352
|
"character": 3
|
3263
3353
|
},
|
3264
3354
|
"doc": {
|
3265
3355
|
"__schema": "DocSchema",
|
3266
3356
|
"location": {
|
3267
3357
|
"filePath": "linter.ts",
|
3268
|
-
"line":
|
3358
|
+
"line": 54,
|
3269
3359
|
"character": 3
|
3270
3360
|
},
|
3271
3361
|
"raw": "/**\n * numbers of errors found.\n */",
|
@@ -3277,7 +3367,7 @@
|
|
3277
3367
|
"__schema": "KeywordTypeSchema",
|
3278
3368
|
"location": {
|
3279
3369
|
"filePath": "linter.ts",
|
3280
|
-
"line":
|
3370
|
+
"line": 57,
|
3281
3371
|
"character": 15
|
3282
3372
|
},
|
3283
3373
|
"name": "number"
|
@@ -3288,14 +3378,14 @@
|
|
3288
3378
|
"__schema": "VariableLikeSchema",
|
3289
3379
|
"location": {
|
3290
3380
|
"filePath": "linter.ts",
|
3291
|
-
"line":
|
3381
|
+
"line": 62,
|
3292
3382
|
"character": 3
|
3293
3383
|
},
|
3294
3384
|
"doc": {
|
3295
3385
|
"__schema": "DocSchema",
|
3296
3386
|
"location": {
|
3297
3387
|
"filePath": "linter.ts",
|
3298
|
-
"line":
|
3388
|
+
"line": 59,
|
3299
3389
|
"character": 3
|
3300
3390
|
},
|
3301
3391
|
"raw": "/**\n * numbers of errors found.\n */",
|
@@ -3307,7 +3397,7 @@
|
|
3307
3397
|
"__schema": "KeywordTypeSchema",
|
3308
3398
|
"location": {
|
3309
3399
|
"filePath": "linter.ts",
|
3310
|
-
"line":
|
3400
|
+
"line": 62,
|
3311
3401
|
"character": 21
|
3312
3402
|
},
|
3313
3403
|
"name": "number"
|
@@ -3318,14 +3408,14 @@
|
|
3318
3408
|
"__schema": "VariableLikeSchema",
|
3319
3409
|
"location": {
|
3320
3410
|
"filePath": "linter.ts",
|
3321
|
-
"line":
|
3411
|
+
"line": 67,
|
3322
3412
|
"character": 3
|
3323
3413
|
},
|
3324
3414
|
"doc": {
|
3325
3415
|
"__schema": "DocSchema",
|
3326
3416
|
"location": {
|
3327
3417
|
"filePath": "linter.ts",
|
3328
|
-
"line":
|
3418
|
+
"line": 64,
|
3329
3419
|
"character": 3
|
3330
3420
|
},
|
3331
3421
|
"raw": "/**\n * numbers of fixable errors found.\n */",
|
@@ -3337,7 +3427,7 @@
|
|
3337
3427
|
"__schema": "KeywordTypeSchema",
|
3338
3428
|
"location": {
|
3339
3429
|
"filePath": "linter.ts",
|
3340
|
-
"line":
|
3430
|
+
"line": 67,
|
3341
3431
|
"character": 23
|
3342
3432
|
},
|
3343
3433
|
"name": "number"
|
@@ -3348,14 +3438,14 @@
|
|
3348
3438
|
"__schema": "VariableLikeSchema",
|
3349
3439
|
"location": {
|
3350
3440
|
"filePath": "linter.ts",
|
3351
|
-
"line":
|
3441
|
+
"line": 72,
|
3352
3442
|
"character": 3
|
3353
3443
|
},
|
3354
3444
|
"doc": {
|
3355
3445
|
"__schema": "DocSchema",
|
3356
3446
|
"location": {
|
3357
3447
|
"filePath": "linter.ts",
|
3358
|
-
"line":
|
3448
|
+
"line": 69,
|
3359
3449
|
"character": 3
|
3360
3450
|
},
|
3361
3451
|
"raw": "/**\n * numbers of fixable warning found.\n */",
|
@@ -3367,7 +3457,7 @@
|
|
3367
3457
|
"__schema": "KeywordTypeSchema",
|
3368
3458
|
"location": {
|
3369
3459
|
"filePath": "linter.ts",
|
3370
|
-
"line":
|
3460
|
+
"line": 72,
|
3371
3461
|
"character": 25
|
3372
3462
|
},
|
3373
3463
|
"name": "number"
|
@@ -3378,14 +3468,14 @@
|
|
3378
3468
|
"__schema": "VariableLikeSchema",
|
3379
3469
|
"location": {
|
3380
3470
|
"filePath": "linter.ts",
|
3381
|
-
"line":
|
3471
|
+
"line": 77,
|
3382
3472
|
"character": 3
|
3383
3473
|
},
|
3384
3474
|
"doc": {
|
3385
3475
|
"__schema": "DocSchema",
|
3386
3476
|
"location": {
|
3387
3477
|
"filePath": "linter.ts",
|
3388
|
-
"line":
|
3478
|
+
"line": 74,
|
3389
3479
|
"character": 3
|
3390
3480
|
},
|
3391
3481
|
"raw": "/**\n * number of found warnings.\n */",
|
@@ -3397,7 +3487,7 @@
|
|
3397
3487
|
"__schema": "KeywordTypeSchema",
|
3398
3488
|
"location": {
|
3399
3489
|
"filePath": "linter.ts",
|
3400
|
-
"line":
|
3490
|
+
"line": 77,
|
3401
3491
|
"character": 17
|
3402
3492
|
},
|
3403
3493
|
"name": "number"
|
@@ -3408,14 +3498,14 @@
|
|
3408
3498
|
"__schema": "VariableLikeSchema",
|
3409
3499
|
"location": {
|
3410
3500
|
"filePath": "linter.ts",
|
3411
|
-
"line":
|
3501
|
+
"line": 82,
|
3412
3502
|
"character": 3
|
3413
3503
|
},
|
3414
3504
|
"doc": {
|
3415
3505
|
"__schema": "DocSchema",
|
3416
3506
|
"location": {
|
3417
3507
|
"filePath": "linter.ts",
|
3418
|
-
"line":
|
3508
|
+
"line": 79,
|
3419
3509
|
"character": 3
|
3420
3510
|
},
|
3421
3511
|
"raw": "/**\n * lint messages.\n */",
|
@@ -3427,14 +3517,14 @@
|
|
3427
3517
|
"__schema": "TypeArraySchema",
|
3428
3518
|
"location": {
|
3429
3519
|
"filePath": "linter.ts",
|
3430
|
-
"line":
|
3520
|
+
"line": 82,
|
3431
3521
|
"character": 13
|
3432
3522
|
},
|
3433
3523
|
"type": {
|
3434
3524
|
"__schema": "TypeRefSchema",
|
3435
3525
|
"location": {
|
3436
3526
|
"filePath": "linter.ts",
|
3437
|
-
"line":
|
3527
|
+
"line": 82,
|
3438
3528
|
"character": 13
|
3439
3529
|
},
|
3440
3530
|
"name": "LintMessage",
|
@@ -3447,14 +3537,14 @@
|
|
3447
3537
|
"__schema": "VariableLikeSchema",
|
3448
3538
|
"location": {
|
3449
3539
|
"filePath": "linter.ts",
|
3450
|
-
"line":
|
3540
|
+
"line": 87,
|
3451
3541
|
"character": 3
|
3452
3542
|
},
|
3453
3543
|
"doc": {
|
3454
3544
|
"__schema": "DocSchema",
|
3455
3545
|
"location": {
|
3456
3546
|
"filePath": "linter.ts",
|
3457
|
-
"line":
|
3547
|
+
"line": 84,
|
3458
3548
|
"character": 3
|
3459
3549
|
},
|
3460
3550
|
"raw": "/**\n * Raw data as returned from the linter\n */",
|
@@ -3466,7 +3556,7 @@
|
|
3466
3556
|
"__schema": "KeywordTypeSchema",
|
3467
3557
|
"location": {
|
3468
3558
|
"filePath": "linter.ts",
|
3469
|
-
"line":
|
3559
|
+
"line": 87,
|
3470
3560
|
"character": 8
|
3471
3561
|
},
|
3472
3562
|
"name": "any"
|
@@ -3480,7 +3570,7 @@
|
|
3480
3570
|
"__schema": "TypeSchema",
|
3481
3571
|
"location": {
|
3482
3572
|
"filePath": "linter.ts",
|
3483
|
-
"line":
|
3573
|
+
"line": 90,
|
3484
3574
|
"character": 1
|
3485
3575
|
},
|
3486
3576
|
"signature": "type LintMessage = {\n severity: string;\n column: number;\n line: number;\n endColumn?: number | undefined;\n endLine?: number | undefined;\n message: string;\n suggestions?: string[] | undefined;\n}",
|
@@ -3489,7 +3579,7 @@
|
|
3489
3579
|
"__schema": "TypeLiteralSchema",
|
3490
3580
|
"location": {
|
3491
3581
|
"filePath": "linter.ts",
|
3492
|
-
"line":
|
3582
|
+
"line": 90,
|
3493
3583
|
"character": 27
|
3494
3584
|
},
|
3495
3585
|
"members": [
|
@@ -3497,14 +3587,14 @@
|
|
3497
3587
|
"__schema": "VariableLikeSchema",
|
3498
3588
|
"location": {
|
3499
3589
|
"filePath": "linter.ts",
|
3500
|
-
"line":
|
3590
|
+
"line": 94,
|
3501
3591
|
"character": 3
|
3502
3592
|
},
|
3503
3593
|
"doc": {
|
3504
3594
|
"__schema": "DocSchema",
|
3505
3595
|
"location": {
|
3506
3596
|
"filePath": "linter.ts",
|
3507
|
-
"line":
|
3597
|
+
"line": 91,
|
3508
3598
|
"character": 3
|
3509
3599
|
},
|
3510
3600
|
"raw": "/**\n * severity of the issue.\n */",
|
@@ -3516,7 +3606,7 @@
|
|
3516
3606
|
"__schema": "KeywordTypeSchema",
|
3517
3607
|
"location": {
|
3518
3608
|
"filePath": "linter.ts",
|
3519
|
-
"line":
|
3609
|
+
"line": 94,
|
3520
3610
|
"character": 13
|
3521
3611
|
},
|
3522
3612
|
"name": "string"
|
@@ -3527,14 +3617,14 @@
|
|
3527
3617
|
"__schema": "VariableLikeSchema",
|
3528
3618
|
"location": {
|
3529
3619
|
"filePath": "linter.ts",
|
3530
|
-
"line":
|
3620
|
+
"line": 98,
|
3531
3621
|
"character": 3
|
3532
3622
|
},
|
3533
3623
|
"doc": {
|
3534
3624
|
"__schema": "DocSchema",
|
3535
3625
|
"location": {
|
3536
3626
|
"filePath": "linter.ts",
|
3537
|
-
"line":
|
3627
|
+
"line": 95,
|
3538
3628
|
"character": 3
|
3539
3629
|
},
|
3540
3630
|
"raw": "/**\n * stating column of the issue.\n */",
|
@@ -3546,7 +3636,7 @@
|
|
3546
3636
|
"__schema": "KeywordTypeSchema",
|
3547
3637
|
"location": {
|
3548
3638
|
"filePath": "linter.ts",
|
3549
|
-
"line":
|
3639
|
+
"line": 98,
|
3550
3640
|
"character": 11
|
3551
3641
|
},
|
3552
3642
|
"name": "number"
|
@@ -3557,14 +3647,14 @@
|
|
3557
3647
|
"__schema": "VariableLikeSchema",
|
3558
3648
|
"location": {
|
3559
3649
|
"filePath": "linter.ts",
|
3560
|
-
"line":
|
3650
|
+
"line": 103,
|
3561
3651
|
"character": 3
|
3562
3652
|
},
|
3563
3653
|
"doc": {
|
3564
3654
|
"__schema": "DocSchema",
|
3565
3655
|
"location": {
|
3566
3656
|
"filePath": "linter.ts",
|
3567
|
-
"line":
|
3657
|
+
"line": 100,
|
3568
3658
|
"character": 3
|
3569
3659
|
},
|
3570
3660
|
"raw": "/**\n * line of the issue.\n */",
|
@@ -3576,7 +3666,7 @@
|
|
3576
3666
|
"__schema": "KeywordTypeSchema",
|
3577
3667
|
"location": {
|
3578
3668
|
"filePath": "linter.ts",
|
3579
|
-
"line":
|
3669
|
+
"line": 103,
|
3580
3670
|
"character": 9
|
3581
3671
|
},
|
3582
3672
|
"name": "number"
|
@@ -3587,14 +3677,14 @@
|
|
3587
3677
|
"__schema": "VariableLikeSchema",
|
3588
3678
|
"location": {
|
3589
3679
|
"filePath": "linter.ts",
|
3590
|
-
"line":
|
3680
|
+
"line": 108,
|
3591
3681
|
"character": 3
|
3592
3682
|
},
|
3593
3683
|
"doc": {
|
3594
3684
|
"__schema": "DocSchema",
|
3595
3685
|
"location": {
|
3596
3686
|
"filePath": "linter.ts",
|
3597
|
-
"line":
|
3687
|
+
"line": 105,
|
3598
3688
|
"character": 3
|
3599
3689
|
},
|
3600
3690
|
"raw": "/**\n * end column of the issue.\n */",
|
@@ -3606,7 +3696,7 @@
|
|
3606
3696
|
"__schema": "KeywordTypeSchema",
|
3607
3697
|
"location": {
|
3608
3698
|
"filePath": "linter.ts",
|
3609
|
-
"line":
|
3699
|
+
"line": 108,
|
3610
3700
|
"character": 15
|
3611
3701
|
},
|
3612
3702
|
"name": "number"
|
@@ -3617,14 +3707,14 @@
|
|
3617
3707
|
"__schema": "VariableLikeSchema",
|
3618
3708
|
"location": {
|
3619
3709
|
"filePath": "linter.ts",
|
3620
|
-
"line":
|
3710
|
+
"line": 113,
|
3621
3711
|
"character": 3
|
3622
3712
|
},
|
3623
3713
|
"doc": {
|
3624
3714
|
"__schema": "DocSchema",
|
3625
3715
|
"location": {
|
3626
3716
|
"filePath": "linter.ts",
|
3627
|
-
"line":
|
3717
|
+
"line": 110,
|
3628
3718
|
"character": 3
|
3629
3719
|
},
|
3630
3720
|
"raw": "/**\n * end line of the issue.\n */",
|
@@ -3636,7 +3726,7 @@
|
|
3636
3726
|
"__schema": "KeywordTypeSchema",
|
3637
3727
|
"location": {
|
3638
3728
|
"filePath": "linter.ts",
|
3639
|
-
"line":
|
3729
|
+
"line": 113,
|
3640
3730
|
"character": 13
|
3641
3731
|
},
|
3642
3732
|
"name": "number"
|
@@ -3647,14 +3737,14 @@
|
|
3647
3737
|
"__schema": "VariableLikeSchema",
|
3648
3738
|
"location": {
|
3649
3739
|
"filePath": "linter.ts",
|
3650
|
-
"line":
|
3740
|
+
"line": 118,
|
3651
3741
|
"character": 3
|
3652
3742
|
},
|
3653
3743
|
"doc": {
|
3654
3744
|
"__schema": "DocSchema",
|
3655
3745
|
"location": {
|
3656
3746
|
"filePath": "linter.ts",
|
3657
|
-
"line":
|
3747
|
+
"line": 115,
|
3658
3748
|
"character": 3
|
3659
3749
|
},
|
3660
3750
|
"raw": "/**\n * message of the issue.\n */",
|
@@ -3666,7 +3756,7 @@
|
|
3666
3756
|
"__schema": "KeywordTypeSchema",
|
3667
3757
|
"location": {
|
3668
3758
|
"filePath": "linter.ts",
|
3669
|
-
"line":
|
3759
|
+
"line": 118,
|
3670
3760
|
"character": 12
|
3671
3761
|
},
|
3672
3762
|
"name": "string"
|
@@ -3677,14 +3767,14 @@
|
|
3677
3767
|
"__schema": "VariableLikeSchema",
|
3678
3768
|
"location": {
|
3679
3769
|
"filePath": "linter.ts",
|
3680
|
-
"line":
|
3770
|
+
"line": 123,
|
3681
3771
|
"character": 3
|
3682
3772
|
},
|
3683
3773
|
"doc": {
|
3684
3774
|
"__schema": "DocSchema",
|
3685
3775
|
"location": {
|
3686
3776
|
"filePath": "linter.ts",
|
3687
|
-
"line":
|
3777
|
+
"line": 120,
|
3688
3778
|
"character": 3
|
3689
3779
|
},
|
3690
3780
|
"raw": "/**\n * lint suggestions.\n */",
|
@@ -3696,14 +3786,14 @@
|
|
3696
3786
|
"__schema": "TypeArraySchema",
|
3697
3787
|
"location": {
|
3698
3788
|
"filePath": "linter.ts",
|
3699
|
-
"line":
|
3789
|
+
"line": 123,
|
3700
3790
|
"character": 17
|
3701
3791
|
},
|
3702
3792
|
"type": {
|
3703
3793
|
"__schema": "KeywordTypeSchema",
|
3704
3794
|
"location": {
|
3705
3795
|
"filePath": "linter.ts",
|
3706
|
-
"line":
|
3796
|
+
"line": 123,
|
3707
3797
|
"character": 17
|
3708
3798
|
},
|
3709
3799
|
"name": "string"
|
@@ -3718,16 +3808,16 @@
|
|
3718
3808
|
"__schema": "TypeSchema",
|
3719
3809
|
"location": {
|
3720
3810
|
"filePath": "linter.ts",
|
3721
|
-
"line":
|
3811
|
+
"line": 126,
|
3722
3812
|
"character": 1
|
3723
3813
|
},
|
3724
|
-
"signature": "type LintResults = {\n results: ComponentLintResult[];\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n ...
|
3814
|
+
"signature": "type LintResults = {\n results: ComponentLintResult[];\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n ... 6 more ...;\n errors: Error[];\n}",
|
3725
3815
|
"name": "LintResults",
|
3726
3816
|
"type": {
|
3727
3817
|
"__schema": "TypeLiteralSchema",
|
3728
3818
|
"location": {
|
3729
3819
|
"filePath": "linter.ts",
|
3730
|
-
"line":
|
3820
|
+
"line": 126,
|
3731
3821
|
"character": 27
|
3732
3822
|
},
|
3733
3823
|
"members": [
|
@@ -3735,7 +3825,7 @@
|
|
3735
3825
|
"__schema": "VariableLikeSchema",
|
3736
3826
|
"location": {
|
3737
3827
|
"filePath": "linter.ts",
|
3738
|
-
"line":
|
3828
|
+
"line": 127,
|
3739
3829
|
"character": 3
|
3740
3830
|
},
|
3741
3831
|
"signature": "(property) results: ComponentLintResult[]",
|
@@ -3744,14 +3834,14 @@
|
|
3744
3834
|
"__schema": "TypeArraySchema",
|
3745
3835
|
"location": {
|
3746
3836
|
"filePath": "linter.ts",
|
3747
|
-
"line":
|
3837
|
+
"line": 127,
|
3748
3838
|
"character": 12
|
3749
3839
|
},
|
3750
3840
|
"type": {
|
3751
3841
|
"__schema": "TypeRefSchema",
|
3752
3842
|
"location": {
|
3753
3843
|
"filePath": "linter.ts",
|
3754
|
-
"line":
|
3844
|
+
"line": 127,
|
3755
3845
|
"character": 12
|
3756
3846
|
},
|
3757
3847
|
"name": "ComponentLintResult"
|
@@ -3763,14 +3853,14 @@
|
|
3763
3853
|
"__schema": "VariableLikeSchema",
|
3764
3854
|
"location": {
|
3765
3855
|
"filePath": "linter.ts",
|
3766
|
-
"line":
|
3856
|
+
"line": 131,
|
3767
3857
|
"character": 3
|
3768
3858
|
},
|
3769
3859
|
"doc": {
|
3770
3860
|
"__schema": "DocSchema",
|
3771
3861
|
"location": {
|
3772
3862
|
"filePath": "linter.ts",
|
3773
|
-
"line":
|
3863
|
+
"line": 128,
|
3774
3864
|
"character": 3
|
3775
3865
|
},
|
3776
3866
|
"raw": "/**\n * total errors count of the component (from all of the components).\n */",
|
@@ -3782,7 +3872,7 @@
|
|
3782
3872
|
"__schema": "KeywordTypeSchema",
|
3783
3873
|
"location": {
|
3784
3874
|
"filePath": "linter.ts",
|
3785
|
-
"line":
|
3875
|
+
"line": 131,
|
3786
3876
|
"character": 20
|
3787
3877
|
},
|
3788
3878
|
"name": "number"
|
@@ -3793,14 +3883,14 @@
|
|
3793
3883
|
"__schema": "VariableLikeSchema",
|
3794
3884
|
"location": {
|
3795
3885
|
"filePath": "linter.ts",
|
3796
|
-
"line":
|
3886
|
+
"line": 135,
|
3797
3887
|
"character": 3
|
3798
3888
|
},
|
3799
3889
|
"doc": {
|
3800
3890
|
"__schema": "DocSchema",
|
3801
3891
|
"location": {
|
3802
3892
|
"filePath": "linter.ts",
|
3803
|
-
"line":
|
3893
|
+
"line": 132,
|
3804
3894
|
"character": 3
|
3805
3895
|
},
|
3806
3896
|
"raw": "/**\n * total fatal errors count of the component (from all of the components).\n */",
|
@@ -3812,7 +3902,7 @@
|
|
3812
3902
|
"__schema": "KeywordTypeSchema",
|
3813
3903
|
"location": {
|
3814
3904
|
"filePath": "linter.ts",
|
3815
|
-
"line":
|
3905
|
+
"line": 135,
|
3816
3906
|
"character": 26
|
3817
3907
|
},
|
3818
3908
|
"name": "number"
|
@@ -3823,14 +3913,14 @@
|
|
3823
3913
|
"__schema": "VariableLikeSchema",
|
3824
3914
|
"location": {
|
3825
3915
|
"filePath": "linter.ts",
|
3826
|
-
"line":
|
3916
|
+
"line": 139,
|
3827
3917
|
"character": 3
|
3828
3918
|
},
|
3829
3919
|
"doc": {
|
3830
3920
|
"__schema": "DocSchema",
|
3831
3921
|
"location": {
|
3832
3922
|
"filePath": "linter.ts",
|
3833
|
-
"line":
|
3923
|
+
"line": 136,
|
3834
3924
|
"character": 3
|
3835
3925
|
},
|
3836
3926
|
"raw": "/**\n * total fixable errors count of the component (from all of the components).\n */",
|
@@ -3842,7 +3932,7 @@
|
|
3842
3932
|
"__schema": "KeywordTypeSchema",
|
3843
3933
|
"location": {
|
3844
3934
|
"filePath": "linter.ts",
|
3845
|
-
"line":
|
3935
|
+
"line": 139,
|
3846
3936
|
"character": 28
|
3847
3937
|
},
|
3848
3938
|
"name": "number"
|
@@ -3853,14 +3943,14 @@
|
|
3853
3943
|
"__schema": "VariableLikeSchema",
|
3854
3944
|
"location": {
|
3855
3945
|
"filePath": "linter.ts",
|
3856
|
-
"line":
|
3946
|
+
"line": 143,
|
3857
3947
|
"character": 3
|
3858
3948
|
},
|
3859
3949
|
"doc": {
|
3860
3950
|
"__schema": "DocSchema",
|
3861
3951
|
"location": {
|
3862
3952
|
"filePath": "linter.ts",
|
3863
|
-
"line":
|
3953
|
+
"line": 140,
|
3864
3954
|
"character": 3
|
3865
3955
|
},
|
3866
3956
|
"raw": "/**\n * total fatal warning count of the component (from all of the components).\n */",
|
@@ -3872,7 +3962,7 @@
|
|
3872
3962
|
"__schema": "KeywordTypeSchema",
|
3873
3963
|
"location": {
|
3874
3964
|
"filePath": "linter.ts",
|
3875
|
-
"line":
|
3965
|
+
"line": 143,
|
3876
3966
|
"character": 30
|
3877
3967
|
},
|
3878
3968
|
"name": "number"
|
@@ -3883,14 +3973,14 @@
|
|
3883
3973
|
"__schema": "VariableLikeSchema",
|
3884
3974
|
"location": {
|
3885
3975
|
"filePath": "linter.ts",
|
3886
|
-
"line":
|
3976
|
+
"line": 147,
|
3887
3977
|
"character": 3
|
3888
3978
|
},
|
3889
3979
|
"doc": {
|
3890
3980
|
"__schema": "DocSchema",
|
3891
3981
|
"location": {
|
3892
3982
|
"filePath": "linter.ts",
|
3893
|
-
"line":
|
3983
|
+
"line": 144,
|
3894
3984
|
"character": 3
|
3895
3985
|
},
|
3896
3986
|
"raw": "/**\n * total warning count of the component (from all of the components).\n */",
|
@@ -3902,7 +3992,7 @@
|
|
3902
3992
|
"__schema": "KeywordTypeSchema",
|
3903
3993
|
"location": {
|
3904
3994
|
"filePath": "linter.ts",
|
3905
|
-
"line":
|
3995
|
+
"line": 147,
|
3906
3996
|
"character": 22
|
3907
3997
|
},
|
3908
3998
|
"name": "number"
|
@@ -3913,7 +4003,7 @@
|
|
3913
4003
|
"__schema": "VariableLikeSchema",
|
3914
4004
|
"location": {
|
3915
4005
|
"filePath": "linter.ts",
|
3916
|
-
"line":
|
4006
|
+
"line": 149,
|
3917
4007
|
"character": 3
|
3918
4008
|
},
|
3919
4009
|
"signature": "(property) totalComponentsWithErrorCount: number",
|
@@ -3922,7 +4012,7 @@
|
|
3922
4012
|
"__schema": "KeywordTypeSchema",
|
3923
4013
|
"location": {
|
3924
4014
|
"filePath": "linter.ts",
|
3925
|
-
"line":
|
4015
|
+
"line": 149,
|
3926
4016
|
"character": 34
|
3927
4017
|
},
|
3928
4018
|
"name": "number"
|
@@ -3933,7 +4023,7 @@
|
|
3933
4023
|
"__schema": "VariableLikeSchema",
|
3934
4024
|
"location": {
|
3935
4025
|
"filePath": "linter.ts",
|
3936
|
-
"line":
|
4026
|
+
"line": 150,
|
3937
4027
|
"character": 3
|
3938
4028
|
},
|
3939
4029
|
"signature": "(property) totalComponentsWithFatalErrorCount?: number | undefined",
|
@@ -3942,7 +4032,7 @@
|
|
3942
4032
|
"__schema": "KeywordTypeSchema",
|
3943
4033
|
"location": {
|
3944
4034
|
"filePath": "linter.ts",
|
3945
|
-
"line":
|
4035
|
+
"line": 150,
|
3946
4036
|
"character": 40
|
3947
4037
|
},
|
3948
4038
|
"name": "number"
|
@@ -3953,7 +4043,7 @@
|
|
3953
4043
|
"__schema": "VariableLikeSchema",
|
3954
4044
|
"location": {
|
3955
4045
|
"filePath": "linter.ts",
|
3956
|
-
"line":
|
4046
|
+
"line": 151,
|
3957
4047
|
"character": 3
|
3958
4048
|
},
|
3959
4049
|
"signature": "(property) totalComponentsWithFixableErrorCount?: number | undefined",
|
@@ -3962,7 +4052,7 @@
|
|
3962
4052
|
"__schema": "KeywordTypeSchema",
|
3963
4053
|
"location": {
|
3964
4054
|
"filePath": "linter.ts",
|
3965
|
-
"line":
|
4055
|
+
"line": 151,
|
3966
4056
|
"character": 42
|
3967
4057
|
},
|
3968
4058
|
"name": "number"
|
@@ -3973,7 +4063,7 @@
|
|
3973
4063
|
"__schema": "VariableLikeSchema",
|
3974
4064
|
"location": {
|
3975
4065
|
"filePath": "linter.ts",
|
3976
|
-
"line":
|
4066
|
+
"line": 152,
|
3977
4067
|
"character": 3
|
3978
4068
|
},
|
3979
4069
|
"signature": "(property) totalComponentsWithFixableWarningCount?: number | undefined",
|
@@ -3982,7 +4072,7 @@
|
|
3982
4072
|
"__schema": "KeywordTypeSchema",
|
3983
4073
|
"location": {
|
3984
4074
|
"filePath": "linter.ts",
|
3985
|
-
"line":
|
4075
|
+
"line": 152,
|
3986
4076
|
"character": 44
|
3987
4077
|
},
|
3988
4078
|
"name": "number"
|
@@ -3993,7 +4083,7 @@
|
|
3993
4083
|
"__schema": "VariableLikeSchema",
|
3994
4084
|
"location": {
|
3995
4085
|
"filePath": "linter.ts",
|
3996
|
-
"line":
|
4086
|
+
"line": 153,
|
3997
4087
|
"character": 3
|
3998
4088
|
},
|
3999
4089
|
"signature": "(property) totalComponentsWithWarningCount: number",
|
@@ -4002,7 +4092,7 @@
|
|
4002
4092
|
"__schema": "KeywordTypeSchema",
|
4003
4093
|
"location": {
|
4004
4094
|
"filePath": "linter.ts",
|
4005
|
-
"line":
|
4095
|
+
"line": 153,
|
4006
4096
|
"character": 36
|
4007
4097
|
},
|
4008
4098
|
"name": "number"
|
@@ -4013,7 +4103,37 @@
|
|
4013
4103
|
"__schema": "VariableLikeSchema",
|
4014
4104
|
"location": {
|
4015
4105
|
"filePath": "linter.ts",
|
4016
|
-
"line":
|
4106
|
+
"line": 158,
|
4107
|
+
"character": 3
|
4108
|
+
},
|
4109
|
+
"doc": {
|
4110
|
+
"__schema": "DocSchema",
|
4111
|
+
"location": {
|
4112
|
+
"filePath": "linter.ts",
|
4113
|
+
"line": 155,
|
4114
|
+
"character": 3
|
4115
|
+
},
|
4116
|
+
"raw": "/**\n * whether all the linted components is clean (have no issues at all)\n */",
|
4117
|
+
"comment": "whether all the linted components is clean (have no issues at all)"
|
4118
|
+
},
|
4119
|
+
"signature": "(property) isClean: boolean",
|
4120
|
+
"name": "isClean",
|
4121
|
+
"type": {
|
4122
|
+
"__schema": "KeywordTypeSchema",
|
4123
|
+
"location": {
|
4124
|
+
"filePath": "linter.ts",
|
4125
|
+
"line": 158,
|
4126
|
+
"character": 12
|
4127
|
+
},
|
4128
|
+
"name": "boolean"
|
4129
|
+
},
|
4130
|
+
"isOptional": false
|
4131
|
+
},
|
4132
|
+
{
|
4133
|
+
"__schema": "VariableLikeSchema",
|
4134
|
+
"location": {
|
4135
|
+
"filePath": "linter.ts",
|
4136
|
+
"line": 160,
|
4017
4137
|
"character": 3
|
4018
4138
|
},
|
4019
4139
|
"signature": "(property) errors: Error[]",
|
@@ -4022,14 +4142,14 @@
|
|
4022
4142
|
"__schema": "TypeArraySchema",
|
4023
4143
|
"location": {
|
4024
4144
|
"filePath": "linter.ts",
|
4025
|
-
"line":
|
4145
|
+
"line": 160,
|
4026
4146
|
"character": 11
|
4027
4147
|
},
|
4028
4148
|
"type": {
|
4029
4149
|
"__schema": "TypeRefSchema",
|
4030
4150
|
"location": {
|
4031
4151
|
"filePath": "linter.ts",
|
4032
|
-
"line":
|
4152
|
+
"line": 160,
|
4033
4153
|
"character": 11
|
4034
4154
|
},
|
4035
4155
|
"name": "Error"
|
@@ -4044,7 +4164,7 @@
|
|
4044
4164
|
"__schema": "InterfaceSchema",
|
4045
4165
|
"location": {
|
4046
4166
|
"filePath": "linter.ts",
|
4047
|
-
"line":
|
4167
|
+
"line": 163,
|
4048
4168
|
"character": 1
|
4049
4169
|
},
|
4050
4170
|
"signature": "interface Linter",
|
@@ -4054,7 +4174,7 @@
|
|
4054
4174
|
"__schema": "VariableLikeSchema",
|
4055
4175
|
"location": {
|
4056
4176
|
"filePath": "linter.ts",
|
4057
|
-
"line":
|
4177
|
+
"line": 164,
|
4058
4178
|
"character": 3
|
4059
4179
|
},
|
4060
4180
|
"signature": "(property) Linter.id: string",
|
@@ -4063,7 +4183,7 @@
|
|
4063
4183
|
"__schema": "KeywordTypeSchema",
|
4064
4184
|
"location": {
|
4065
4185
|
"filePath": "linter.ts",
|
4066
|
-
"line":
|
4186
|
+
"line": 164,
|
4067
4187
|
"character": 7
|
4068
4188
|
},
|
4069
4189
|
"name": "string"
|
@@ -4074,7 +4194,7 @@
|
|
4074
4194
|
"__schema": "FunctionLikeSchema",
|
4075
4195
|
"location": {
|
4076
4196
|
"filePath": "linter.ts",
|
4077
|
-
"line":
|
4197
|
+
"line": 165,
|
4078
4198
|
"character": 3
|
4079
4199
|
},
|
4080
4200
|
"signature": "(method) Linter.lint(context: LinterContext, buildContext?: BuildContext): Promise<LintResults>",
|
@@ -4084,7 +4204,7 @@
|
|
4084
4204
|
"__schema": "ParameterSchema",
|
4085
4205
|
"location": {
|
4086
4206
|
"filePath": "linter.ts",
|
4087
|
-
"line":
|
4207
|
+
"line": 165,
|
4088
4208
|
"character": 8
|
4089
4209
|
},
|
4090
4210
|
"name": "context",
|
@@ -4092,7 +4212,7 @@
|
|
4092
4212
|
"__schema": "TypeRefSchema",
|
4093
4213
|
"location": {
|
4094
4214
|
"filePath": "linter.ts",
|
4095
|
-
"line":
|
4215
|
+
"line": 165,
|
4096
4216
|
"character": 17
|
4097
4217
|
},
|
4098
4218
|
"name": "LinterContext"
|
@@ -4104,7 +4224,7 @@
|
|
4104
4224
|
"__schema": "ParameterSchema",
|
4105
4225
|
"location": {
|
4106
4226
|
"filePath": "linter.ts",
|
4107
|
-
"line":
|
4227
|
+
"line": 165,
|
4108
4228
|
"character": 32
|
4109
4229
|
},
|
4110
4230
|
"name": "buildContext",
|
@@ -4112,7 +4232,7 @@
|
|
4112
4232
|
"__schema": "TypeRefSchema",
|
4113
4233
|
"location": {
|
4114
4234
|
"filePath": "linter.ts",
|
4115
|
-
"line":
|
4235
|
+
"line": 165,
|
4116
4236
|
"character": 47
|
4117
4237
|
},
|
4118
4238
|
"name": "BuildContext",
|
@@ -4129,7 +4249,7 @@
|
|
4129
4249
|
"__schema": "TypeRefSchema",
|
4130
4250
|
"location": {
|
4131
4251
|
"filePath": "linter.ts",
|
4132
|
-
"line":
|
4252
|
+
"line": 165,
|
4133
4253
|
"character": 62
|
4134
4254
|
},
|
4135
4255
|
"name": "Promise",
|
@@ -4138,7 +4258,7 @@
|
|
4138
4258
|
"__schema": "TypeRefSchema",
|
4139
4259
|
"location": {
|
4140
4260
|
"filePath": "linter.ts",
|
4141
|
-
"line":
|
4261
|
+
"line": 165,
|
4142
4262
|
"character": 70
|
4143
4263
|
},
|
4144
4264
|
"name": "LintResults"
|
@@ -4321,7 +4441,7 @@
|
|
4321
4441
|
"_legacy": {
|
4322
4442
|
"scope": "teambit.defender",
|
4323
4443
|
"name": "linter",
|
4324
|
-
"version": "1.0.
|
4444
|
+
"version": "1.0.310"
|
4325
4445
|
},
|
4326
4446
|
"_scope": "teambit.defender"
|
4327
4447
|
}
|
@@ -4658,7 +4778,7 @@
|
|
4658
4778
|
"_legacy": {
|
4659
4779
|
"scope": "teambit.defender",
|
4660
4780
|
"name": "linter",
|
4661
|
-
"version": "1.0.
|
4781
|
+
"version": "1.0.310"
|
4662
4782
|
},
|
4663
4783
|
"_scope": "teambit.defender"
|
4664
4784
|
}
|
@@ -4865,7 +4985,7 @@
|
|
4865
4985
|
"componentId": {
|
4866
4986
|
"scope": "teambit.defender",
|
4867
4987
|
"name": "linter",
|
4868
|
-
"version": "1.0.
|
4988
|
+
"version": "1.0.310"
|
4869
4989
|
},
|
4870
4990
|
"taggedModuleExports": []
|
4871
4991
|
}
|