vscode-eslint 0.0.3 → 0.0.5

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.
Files changed (173) hide show
  1. package/bin/vscode-eslint +24 -1
  2. package/client/out/client.d.ts +13 -0
  3. package/client/out/extension.d.ts +3 -0
  4. package/client/out/extension.js +2 -0
  5. package/client/out/extension.js.map +1 -0
  6. package/client/out/node-utils.d.ts +51 -0
  7. package/client/out/settings.d.ts +41 -0
  8. package/client/out/shared/customMessages.d.ts +89 -0
  9. package/client/out/shared/settings.d.ts +106 -0
  10. package/client/out/tasks.d.ts +31 -0
  11. package/client/out/tests/glob.test.d.ts +1 -0
  12. package/client/out/vscode-utils.d.ts +5 -0
  13. package/package.json +9 -1
  14. package/server/out/diff.d.ts +134 -0
  15. package/server/out/eslint.d.ts +298 -0
  16. package/server/out/eslintServer.d.ts +1 -0
  17. package/server/out/eslintServer.js +2 -0
  18. package/server/out/eslintServer.js.map +1 -0
  19. package/server/out/is.d.ts +3 -0
  20. package/server/out/languageDefaults.d.ts +6 -0
  21. package/server/out/linkedMap.d.ts +53 -0
  22. package/server/out/paths.d.ts +22 -0
  23. package/server/out/shared/customMessages.d.ts +89 -0
  24. package/server/out/shared/settings.d.ts +106 -0
  25. package/$shared/customMessages.ts +0 -113
  26. package/$shared/settings.ts +0 -189
  27. package/.CodeQL.yml +0 -5
  28. package/.azure-pipelines.yml +0 -27
  29. package/.gemini/agents/vscode-eslint.md +0 -23
  30. package/.github/commands.yml +0 -127
  31. package/.github/locker.yml +0 -6
  32. package/.github/needs_more_info.yml +0 -6
  33. package/.github/workflows/npm-publish.yml +0 -53
  34. package/.github/workflows/release-please.yml +0 -22
  35. package/.lsifrc.json +0 -4
  36. package/.vscode/launch.json +0 -20
  37. package/.vscode/settings.json +0 -52
  38. package/.vscode/spellright.dict +0 -8
  39. package/.vscode/tasks.json +0 -39
  40. package/.vscodeignore +0 -23
  41. package/CHANGELOG.md +0 -524
  42. package/SECURITY.md +0 -41
  43. package/agents.md +0 -36
  44. package/client/.mocharc.json +0 -6
  45. package/client/agents.md +0 -5
  46. package/client/package-lock.json +0 -176
  47. package/client/package.json +0 -29
  48. package/client/src/client.ts +0 -992
  49. package/client/src/extension.ts +0 -180
  50. package/client/src/node-utils.ts +0 -393
  51. package/client/src/settings.ts +0 -379
  52. package/client/src/tasks.ts +0 -186
  53. package/client/src/tests/glob.test.ts +0 -31
  54. package/client/src/vscode-utils.ts +0 -28
  55. package/client/test/mocha.opts +0 -3
  56. package/client/tsconfig.json +0 -20
  57. package/client/webpack.config.js +0 -25
  58. package/contributing.md +0 -19
  59. package/esbuild.js +0 -62
  60. package/eslint.config.js +0 -129
  61. package/history/settings_1_9_x.md +0 -110
  62. package/images/2_1_10/eslint-dialog.png +0 -0
  63. package/images/2_1_10/eslint-status.png +0 -0
  64. package/package-json-schema.json +0 -9
  65. package/playgrounds/7.0/.eslintignore +0 -1
  66. package/playgrounds/7.0/.eslintrc.json +0 -71
  67. package/playgrounds/7.0/.vscode/settings.json +0 -85
  68. package/playgrounds/7.0/app.js +0 -12
  69. package/playgrounds/7.0/build/.eslintignore +0 -1
  70. package/playgrounds/7.0/build/.eslintrc.json +0 -30
  71. package/playgrounds/7.0/build/build.js +0 -11
  72. package/playgrounds/7.0/jsconfig.json +0 -5
  73. package/playgrounds/7.0/package-lock.json +0 -2133
  74. package/playgrounds/7.0/package.json +0 -10
  75. package/playgrounds/7.0/readme.md +0 -0
  76. package/playgrounds/7.0/subDir/sub.js +0 -11
  77. package/playgrounds/7.0/subDir/test.jsx +0 -10
  78. package/playgrounds/7.0/test.js +0 -11
  79. package/playgrounds/7.0/test.sh +0 -1
  80. package/playgrounds/7.0/test.vue +0 -33
  81. package/playgrounds/7.0/test2.html +0 -8
  82. package/playgrounds/8.0/.eslintignore +0 -1
  83. package/playgrounds/8.0/.eslintrc.json +0 -71
  84. package/playgrounds/8.0/.vscode/settings.json +0 -91
  85. package/playgrounds/8.0/app.js +0 -12
  86. package/playgrounds/8.0/build/.eslintignore +0 -1
  87. package/playgrounds/8.0/build/.eslintrc.json +0 -30
  88. package/playgrounds/8.0/build/build.js +0 -11
  89. package/playgrounds/8.0/jsconfig.json +0 -5
  90. package/playgrounds/8.0/package-lock.json +0 -2321
  91. package/playgrounds/8.0/package.json +0 -10
  92. package/playgrounds/8.0/readme.md +0 -17
  93. package/playgrounds/8.0/subDir/sub.js +0 -11
  94. package/playgrounds/8.0/subDir/test.jsx +0 -10
  95. package/playgrounds/8.0/test.ipynb +0 -49
  96. package/playgrounds/8.0/test.js +0 -3
  97. package/playgrounds/8.0/test.sh +0 -1
  98. package/playgrounds/8.0/test.vue +0 -33
  99. package/playgrounds/8.0/test2.html +0 -8
  100. package/playgrounds/9.0/flat/.vscode/settings.json +0 -3
  101. package/playgrounds/9.0/flat/app.js +0 -12
  102. package/playgrounds/9.0/flat/dist/ignore.js +0 -12
  103. package/playgrounds/9.0/flat/eslint.config.js +0 -61
  104. package/playgrounds/9.0/flat/package-lock.json +0 -1053
  105. package/playgrounds/9.0/flat/package.json +0 -9
  106. package/playgrounds/9.0/rc/.eslintrc.json +0 -57
  107. package/playgrounds/9.0/rc/.vscode/settings.json +0 -3
  108. package/playgrounds/9.0/rc/app.js +0 -12
  109. package/playgrounds/9.0/rc/package-lock.json +0 -1345
  110. package/playgrounds/9.0/rc/package.json +0 -9
  111. package/playgrounds/flat-config/.vscode/settings.json +0 -22
  112. package/playgrounds/flat-config/app.js +0 -12
  113. package/playgrounds/flat-config/eslint.config.js +0 -51
  114. package/playgrounds/flat-config/package-lock.json +0 -2733
  115. package/playgrounds/flat-config/package.json +0 -12
  116. package/playgrounds/flat-config/sub/sub.js +0 -2
  117. package/playgrounds/flat-config/test.ts +0 -7
  118. package/playgrounds/flat-config/tsconfig.json +0 -11
  119. package/playgrounds/flat-config-fail/f1/app.js +0 -12
  120. package/playgrounds/flat-config-fail/f1/eslint.config.js +0 -51
  121. package/playgrounds/flat-config-fail/package-lock.json +0 -1683
  122. package/playgrounds/flat-config-fail/package.json +0 -11
  123. package/playgrounds/flat-config-mjs/.vscode/settings.json +0 -21
  124. package/playgrounds/flat-config-mjs/app.js +0 -12
  125. package/playgrounds/flat-config-mjs/eslint.config.mjs +0 -53
  126. package/playgrounds/flat-config-mjs/package-lock.json +0 -2860
  127. package/playgrounds/flat-config-mjs/package.json +0 -11
  128. package/playgrounds/flat-config-mjs/sub/sub.js +0 -2
  129. package/playgrounds/flat-config-mjs/test.ts +0 -7
  130. package/playgrounds/flat-config-mjs/tsconfig.json +0 -11
  131. package/playgrounds/load-eslint/.vscode/settings.json +0 -21
  132. package/playgrounds/load-eslint/app.js +0 -12
  133. package/playgrounds/load-eslint/eslint.config.js +0 -51
  134. package/playgrounds/load-eslint/package-lock.json +0 -2860
  135. package/playgrounds/load-eslint/package.json +0 -11
  136. package/playgrounds/load-eslint/sub/sub.js +0 -2
  137. package/playgrounds/load-eslint/test.ts +0 -7
  138. package/playgrounds/load-eslint/tsconfig.json +0 -11
  139. package/playgrounds/noLib/test.js +0 -22
  140. package/playgrounds/noWD/.vscode/settings.json +0 -2
  141. package/playgrounds/noWD/src/.eslintrc.json +0 -18
  142. package/playgrounds/noWD/src/package-lock.json +0 -2812
  143. package/playgrounds/noWD/src/package.json +0 -12
  144. package/playgrounds/noWD/src/test.js +0 -3
  145. package/playgrounds/notebooks/notebook.ipynb +0 -7072
  146. package/playgrounds/notebooks/notebook2.ipynb +0 -20
  147. package/playgrounds/testing.code-workspace +0 -28
  148. package/playgrounds/ts/.eslintrc.base.json +0 -23
  149. package/playgrounds/ts/.eslintrc.json +0 -191
  150. package/playgrounds/ts/.vscode/settings.json +0 -12
  151. package/playgrounds/ts/package-lock.json +0 -2687
  152. package/playgrounds/ts/package.json +0 -11
  153. package/playgrounds/ts/test copy.ts +0 -4
  154. package/playgrounds/ts/test.ipynb +0 -49
  155. package/playgrounds/ts/test.ts +0 -4
  156. package/playgrounds/ts/test.tsx +0 -14
  157. package/playgrounds/ts/tsconfig.json +0 -100
  158. package/server/agents.md +0 -9
  159. package/server/package-lock.json +0 -93
  160. package/server/package.json +0 -32
  161. package/server/src/diff.ts +0 -1079
  162. package/server/src/eslint.ts +0 -1471
  163. package/server/src/eslintServer.ts +0 -865
  164. package/server/src/is.ts +0 -18
  165. package/server/src/languageDefaults.ts +0 -40
  166. package/server/src/linkedMap.ts +0 -448
  167. package/server/src/paths.ts +0 -128
  168. package/server/src/thenable.d.ts +0 -5
  169. package/server/tsconfig.json +0 -21
  170. package/server/webpack.config.js +0 -25
  171. package/shared.webpack.config.js +0 -59
  172. package/tsconfig.base.json +0 -9
  173. package/tsconfig.json +0 -21
@@ -1,176 +0,0 @@
1
- {
2
- "name": "client",
3
- "version": "3.0.24",
4
- "lockfileVersion": 2,
5
- "requires": true,
6
- "packages": {
7
- "": {
8
- "name": "client",
9
- "version": "3.0.24",
10
- "license": "MIT",
11
- "dependencies": {
12
- "vscode-languageclient": "10.0.0-next.18"
13
- },
14
- "devDependencies": {
15
- "@types/vscode": "1.91.0"
16
- },
17
- "engines": {
18
- "vscode": "^1.91.0"
19
- }
20
- },
21
- "node_modules/@types/vscode": {
22
- "version": "1.91.0",
23
- "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.91.0.tgz",
24
- "integrity": "sha512-PgPr+bUODjG3y+ozWUCyzttqR9EHny9sPAfJagddQjDwdtf66y2sDKJMnFZRuzBA2YtBGASqJGPil8VDUPvO6A==",
25
- "dev": true,
26
- "license": "MIT"
27
- },
28
- "node_modules/balanced-match": {
29
- "version": "4.0.4",
30
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
31
- "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
32
- "engines": {
33
- "node": "18 || 20 || >=22"
34
- }
35
- },
36
- "node_modules/brace-expansion": {
37
- "version": "5.0.5",
38
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
39
- "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
40
- "dependencies": {
41
- "balanced-match": "^4.0.2"
42
- },
43
- "engines": {
44
- "node": "18 || 20 || >=22"
45
- }
46
- },
47
- "node_modules/minimatch": {
48
- "version": "10.2.4",
49
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
50
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
51
- "dependencies": {
52
- "brace-expansion": "^5.0.2"
53
- },
54
- "engines": {
55
- "node": "18 || 20 || >=22"
56
- },
57
- "funding": {
58
- "url": "https://github.com/sponsors/isaacs"
59
- }
60
- },
61
- "node_modules/semver": {
62
- "version": "7.7.1",
63
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
64
- "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
65
- "license": "ISC",
66
- "bin": {
67
- "semver": "bin/semver.js"
68
- },
69
- "engines": {
70
- "node": ">=10"
71
- }
72
- },
73
- "node_modules/vscode-jsonrpc": {
74
- "version": "9.0.0-next.10",
75
- "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-9.0.0-next.10.tgz",
76
- "integrity": "sha512-P+UOjuG/B1zkLM+bGIdmBwSkDejxtgo6EjG0pIkwnFBI0a2Mb7od36uUu8CPbECeQuh+n3zGcNwDl16DhuJ5IA==",
77
- "license": "MIT",
78
- "engines": {
79
- "node": ">=14.0.0"
80
- }
81
- },
82
- "node_modules/vscode-languageclient": {
83
- "version": "10.0.0-next.18",
84
- "resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-10.0.0-next.18.tgz",
85
- "integrity": "sha512-Dpcr0VEEf4SuMW17TFCuKovhvbCx6/tHTnmFyLW1KTJCdVmNG08hXVAmw8Z/izec7TQlzEvzw5PvRfYGzdtr5Q==",
86
- "license": "MIT",
87
- "dependencies": {
88
- "minimatch": "^10.0.3",
89
- "semver": "^7.7.1",
90
- "vscode-languageserver-protocol": "3.17.6-next.15"
91
- },
92
- "engines": {
93
- "vscode": "^1.91.0"
94
- }
95
- },
96
- "node_modules/vscode-languageserver-protocol": {
97
- "version": "3.17.6-next.15",
98
- "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.6-next.15.tgz",
99
- "integrity": "sha512-aoWX1wwGCndzfrTRhGKVpKAPVy9+WYhUtZW/PJQfHODmVwhVwb4we68CgsQZRTl36t8ZqlSOO2c2TdBPW7hrCw==",
100
- "license": "MIT",
101
- "dependencies": {
102
- "vscode-jsonrpc": "9.0.0-next.10",
103
- "vscode-languageserver-types": "3.17.6-next.6"
104
- }
105
- },
106
- "node_modules/vscode-languageserver-types": {
107
- "version": "3.17.6-next.6",
108
- "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.6-next.6.tgz",
109
- "integrity": "sha512-aiJY5/yW+xzw7KPNlwi3gQtddq/3EIn5z8X8nCgJfaiAij2R1APKePngv+MUdLdYJBVTLu+Qa0ODsT+pHgYguQ==",
110
- "license": "MIT"
111
- }
112
- },
113
- "dependencies": {
114
- "@types/vscode": {
115
- "version": "1.91.0",
116
- "resolved": "https://registry.npmjs.org/@types/vscode/-/vscode-1.91.0.tgz",
117
- "integrity": "sha512-PgPr+bUODjG3y+ozWUCyzttqR9EHny9sPAfJagddQjDwdtf66y2sDKJMnFZRuzBA2YtBGASqJGPil8VDUPvO6A==",
118
- "dev": true
119
- },
120
- "balanced-match": {
121
- "version": "4.0.4",
122
- "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
123
- "integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA=="
124
- },
125
- "brace-expansion": {
126
- "version": "5.0.5",
127
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
128
- "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
129
- "requires": {
130
- "balanced-match": "^4.0.2"
131
- }
132
- },
133
- "minimatch": {
134
- "version": "10.2.4",
135
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
136
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
137
- "requires": {
138
- "brace-expansion": "^5.0.2"
139
- }
140
- },
141
- "semver": {
142
- "version": "7.7.1",
143
- "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
144
- "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA=="
145
- },
146
- "vscode-jsonrpc": {
147
- "version": "9.0.0-next.10",
148
- "resolved": "https://registry.npmjs.org/vscode-jsonrpc/-/vscode-jsonrpc-9.0.0-next.10.tgz",
149
- "integrity": "sha512-P+UOjuG/B1zkLM+bGIdmBwSkDejxtgo6EjG0pIkwnFBI0a2Mb7od36uUu8CPbECeQuh+n3zGcNwDl16DhuJ5IA=="
150
- },
151
- "vscode-languageclient": {
152
- "version": "10.0.0-next.18",
153
- "resolved": "https://registry.npmjs.org/vscode-languageclient/-/vscode-languageclient-10.0.0-next.18.tgz",
154
- "integrity": "sha512-Dpcr0VEEf4SuMW17TFCuKovhvbCx6/tHTnmFyLW1KTJCdVmNG08hXVAmw8Z/izec7TQlzEvzw5PvRfYGzdtr5Q==",
155
- "requires": {
156
- "minimatch": "^10.0.3",
157
- "semver": "^7.7.1",
158
- "vscode-languageserver-protocol": "3.17.6-next.15"
159
- }
160
- },
161
- "vscode-languageserver-protocol": {
162
- "version": "3.17.6-next.15",
163
- "resolved": "https://registry.npmjs.org/vscode-languageserver-protocol/-/vscode-languageserver-protocol-3.17.6-next.15.tgz",
164
- "integrity": "sha512-aoWX1wwGCndzfrTRhGKVpKAPVy9+WYhUtZW/PJQfHODmVwhVwb4we68CgsQZRTl36t8ZqlSOO2c2TdBPW7hrCw==",
165
- "requires": {
166
- "vscode-jsonrpc": "9.0.0-next.10",
167
- "vscode-languageserver-types": "3.17.6-next.6"
168
- }
169
- },
170
- "vscode-languageserver-types": {
171
- "version": "3.17.6-next.6",
172
- "resolved": "https://registry.npmjs.org/vscode-languageserver-types/-/vscode-languageserver-types-3.17.6-next.6.tgz",
173
- "integrity": "sha512-aiJY5/yW+xzw7KPNlwi3gQtddq/3EIn5z8X8nCgJfaiAij2R1APKePngv+MUdLdYJBVTLu+Qa0ODsT+pHgYguQ=="
174
- }
175
- }
176
- }
@@ -1,29 +0,0 @@
1
- {
2
- "name": "client",
3
- "displayName": "ESLint",
4
- "description": "Integrates ESLint into VS Code.",
5
- "version": "3.0.24",
6
- "private": true,
7
- "author": "Microsoft Corporation",
8
- "license": "MIT",
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/Microsoft/vscode-eslint.git"
12
- },
13
- "bugs": {
14
- "url": "https://github.com/Microsoft/vscode-eslint/issues"
15
- },
16
- "engines": {
17
- "vscode": "^1.91.0"
18
- },
19
- "devDependencies": {
20
- "@types/vscode": "1.91.0"
21
- },
22
- "dependencies": {
23
- "vscode-languageclient": "10.0.0-next.18"
24
- },
25
- "scripts": {
26
- "test": "node ../node_modules/mocha/bin/_mocha",
27
- "lint": "node ../node_modules/eslint/bin/eslint.js --ext ts src"
28
- }
29
- }