Skip to content

Commit

Permalink
Merge branch 'master' of github.com:SonarSource/SonarJS into i4591
Browse files Browse the repository at this point in the history
  • Loading branch information
yassin-kammoun-sonarsource committed Mar 27, 2024
2 parents 7244432 + 911655e commit 56e5486
Show file tree
Hide file tree
Showing 44 changed files with 3,270 additions and 2,924 deletions.
3 changes: 3 additions & 0 deletions its/ruling/src/test/expected/jsts/Joust/typescript-S6582.json
Expand Up @@ -55,5 +55,8 @@
],
"Joust:ts/protocol/HSReplayDecoder.ts": [
422
],
"Joust:ts/state/GameStateScrubber.ts": [
234
]
}
65 changes: 55 additions & 10 deletions its/ruling/src/test/expected/jsts/TypeScript/typescript-S6582.json
Expand Up @@ -21,6 +21,7 @@
2706,
2923,
2933,
3482,
3511,
3529,
3869,
Expand All @@ -43,19 +44,22 @@
14275,
14563,
14765,
14886,
15643,
15899,
16104,
17374,
19263,
23163,
23169
23169,
23561
],
"TypeScript:src/compiler/commandLineParser.ts": [
683,
903,
1043,
1171
1171,
1606
],
"TypeScript:src/compiler/comments.ts": [
49,
Expand All @@ -69,15 +73,20 @@
1688,
1689,
1806,
1956
1956,
1980,
1996,
2083
],
"TypeScript:src/compiler/declarationEmitter.ts": [
286,
1204
1204,
1740
],
"TypeScript:src/compiler/emitter.ts": [
743,
2177
2177,
2693
],
"TypeScript:src/compiler/factory.ts": [
2212,
Expand Down Expand Up @@ -122,7 +131,8 @@
665,
702,
703,
1292
1292,
1606
],
"TypeScript:src/compiler/sourcemap.ts": [
322,
Expand All @@ -144,9 +154,14 @@
1889,
2979
],
"TypeScript:src/compiler/transformers/es5.ts": [
68
],
"TypeScript:src/compiler/transformers/generators.ts": [
1640,
1657
1657,
1948,
2056
],
"TypeScript:src/compiler/transformers/module/module.ts": [
1484
Expand Down Expand Up @@ -198,6 +213,7 @@
2340
],
"TypeScript:src/harness/harness.ts": [
742,
905,
1591,
1909,
Expand All @@ -206,6 +222,8 @@
1964
],
"TypeScript:src/harness/harnessLanguageService.ts": [
151,
189,
259,
323,
620
Expand All @@ -217,18 +235,31 @@
"TypeScript:src/harness/runner.ts": [
38
],
"TypeScript:src/harness/virtualFileSystem.ts": [
136,
169,
214
],
"TypeScript:src/server/builder.ts": [
338
],
"TypeScript:src/server/editorServices.ts": [
448,
943,
1373,
1392,
1507
],
"TypeScript:src/server/lsHost.ts": [
192,
197
],
"TypeScript:src/server/project.ts": [
319,
407,
697
418,
697,
887
],
"TypeScript:src/server/server.ts": [
40,
Expand All @@ -240,6 +271,9 @@
805,
1149
],
"TypeScript:src/server/typingsCache.ts": [
83
],
"TypeScript:src/server/typingsInstaller/nodeTypingsInstaller.ts": [
162,
162
Expand All @@ -248,7 +282,8 @@
25
],
"TypeScript:src/services/classifier.ts": [
701
701,
845
],
"TypeScript:src/services/codefixes/disableJsDiagnostics.ts": [
27
Expand All @@ -271,6 +306,7 @@
"TypeScript:src/services/findAllReferences.ts": [
47,
649,
695,
1057,
1155,
1622
Expand All @@ -286,16 +322,24 @@
105,
328
],
"TypeScript:src/services/jsTyping.ts": [
67
],
"TypeScript:src/services/navigationBar.ts": [
448
],
"TypeScript:src/services/pathCompletions.ts": [
57,
93,
292,
533
],
"TypeScript:src/services/services.ts": [
873,
878,
1003,
1044,
1052,
1053,
1116,
1147,
Expand All @@ -304,7 +348,8 @@
2117
],
"TypeScript:src/services/shims.ts": [
628
628,
1174
],
"TypeScript:src/services/signatureHelp.ts": [
72,
Expand Down
Expand Up @@ -30,6 +30,7 @@
44
],
"ace:lib/ace/mode/css/csslint.js": [
7632,
7781,
7782,
7896,
Expand Down
32 changes: 31 additions & 1 deletion its/ruling/src/test/expected/jsts/ag-grid/typescript-S6582.json
@@ -1,4 +1,7 @@
{
"ag-grid:src/ts/columnController/columnController.ts": [
790
],
"ag-grid:src/ts/columnController/displayedGroupCreator.ts": [
144
],
Expand All @@ -14,6 +17,7 @@
],
"ag-grid:src/ts/csvCreator.ts": [
132,
153,
154
],
"ag-grid:src/ts/dragAndDrop/dragAndDropService.ts": [
Expand All @@ -30,15 +34,28 @@
533
],
"ag-grid:src/ts/gridPanel/gridPanel.ts": [
437
437,
732
],
"ag-grid:src/ts/gridPanel/mouseEventService.ts": [
19
],
"ag-grid:src/ts/gridSerializer.ts": [
194,
195,
196,
197,
198,
199,
202,
203,
204,
205,
206
],
"ag-grid:src/ts/rendering/cellEditorFactory.ts": [
71
],
"ag-grid:src/ts/rendering/cellRendererService.ts": [
71
],
Expand All @@ -51,9 +68,22 @@
158,
161,
338,
602,
623,
697,
999,
1041
],
"ag-grid:src/ts/rendering/renderedRow.ts": [
337
],
"ag-grid:src/ts/rowModels/inMemory/inMemoryNodeManager.ts": [
84,
103
],
"ag-grid:src/ts/selectionController.ts": [
80
],
"ag-grid:src/ts/utils.ts": [
315,
420,
Expand Down
Expand Up @@ -42,6 +42,7 @@
105
],
"ant-design:components/config-provider/index.tsx": [
146,
234
],
"ant-design:components/form/FormItem.tsx": [
Expand All @@ -52,7 +53,8 @@
52
],
"ant-design:components/list/index.tsx": [
147
147,
158
],
"ant-design:components/locale-provider/index.tsx": [
63,
Expand Down
Expand Up @@ -5,6 +5,9 @@
"console:src/utils/relay.ts": [
39
],
"console:src/utils/valueparser.ts": [
93
],
"console:src/views/ActionsView/ActionBoxes.tsx": [
73
],
Expand Down Expand Up @@ -58,6 +61,9 @@
193,
195
],
"console:src/views/account/AccountView/SettingsTab.tsx": [
41
],
"console:src/views/models/AuthProviderPopup/AuthProviderPopup.tsx": [
173
],
Expand Down
Expand Up @@ -64,6 +64,9 @@
"courselit:apps/web/graphql/courses/helpers.ts": [
28
],
"courselit:apps/web/graphql/lessons/logic.ts": [
65
],
"courselit:apps/web/graphql/settings/logic.ts": [
118
],
Expand Down

0 comments on commit 56e5486

Please sign in to comment.