Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d2350cd

Browse files
authored
Clean up src/test/mocks/vsc/* (microsoft#17245)
* Clean up src/test/mocks/vsc/* * Use old extHostedTypes * Fix some stuff * Fix compilation erorrs in hosted types * Fix some stuff * Fix more stuff and Object.setPrototypeOf * Fix linting issue * Last problem
1 parent a111282 commit d2350cd

14 files changed

+3859
-3770
lines changed

.eslintignore

-13
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,5 @@
11
# The following files were grandfathered out of eslint. They can be removed as time permits.
22

3-
src/test/mocks/vsc/extHostedTypes.ts
4-
src/test/mocks/vsc/uuid.ts
5-
src/test/mocks/vsc/strings.ts
6-
src/test/mocks/vsc/charCode.ts
7-
src/test/mocks/vsc/htmlContent.ts
8-
src/test/mocks/vsc/selection.ts
9-
src/test/mocks/vsc/position.ts
10-
src/test/mocks/vsc/uri.ts
11-
src/test/mocks/vsc/telemetryReporter.ts
12-
src/test/mocks/vsc/range.ts
13-
src/test/mocks/vsc/index.ts
14-
src/test/mocks/vsc/arrays.ts
15-
163
src/test/analysisEngineTest.ts
174
src/test/ciConstants.ts
185
src/test/common.ts

0 commit comments

Comments
 (0)