Skip to content

Commit ded7fcd

Browse files
committed
add formatted json files
1 parent 2316f7f commit ded7fcd

File tree

25 files changed

+965
-965
lines changed

25 files changed

+965
-965
lines changed

.vscode/launch.json

Lines changed: 55 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,57 @@
11
{
2-
"version": "0.2.0",
3-
"configurations": [
4-
{
5-
"name": "Run VS Code Extension",
6-
"type": "extensionHost",
7-
"request": "launch",
8-
"runtimeExecutable": "${execPath}",
9-
"args": ["--extensionDevelopmentPath=${workspaceRoot}/packages/svelte-vscode"],
10-
"stopOnEntry": false,
11-
"sourceMaps": true,
12-
"outFiles": ["${workspaceRoot}/packages/svelte-vscode/dist/**/*.js"],
13-
"preLaunchTask": "npm: watch"
14-
},
15-
{
16-
"type": "node",
17-
"request": "launch",
18-
"name": "Run 'svelte2tsx/repl/debug.ts' with debugger",
19-
"runtimeArgs": ["-r", "ts-node/register"],
20-
"args": ["${workspaceFolder}/packages/svelte2tsx/repl/debug.ts"],
21-
"env": {
22-
"TS_NODE_COMPILER_OPTIONS": "{\"esModuleInterop\":true, \"target\": \"es2018\"}",
23-
"TS_NODE_TRANSPILE_ONLY": "true"
24-
},
25-
"console": "integratedTerminal",
26-
"internalConsoleOptions": "neverOpen"
27-
},
28-
{
29-
"type": "node",
30-
"request": "launch",
31-
"name": "Run tests with debugger",
32-
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
33-
"args": [
34-
"-r",
35-
"ts-node/register",
36-
"--colors",
37-
"${workspaceFolder}/packages/*/test/**/*.ts"
38-
],
39-
"env": {
40-
"TS_NODE_COMPILER_OPTIONS": "{\"esModuleInterop\":true}"
41-
},
42-
"console": "integratedTerminal",
43-
"internalConsoleOptions": "neverOpen"
44-
},
45-
{
46-
"type": "node",
47-
"request": "attach",
48-
"name": "Attach debugger to language server",
49-
"port": 6009,
50-
"outFiles": [
51-
"${workspaceRoot}/packages/language-server/dist/**/*.js",
52-
"${workspaceRoot}/packages/svelte2tsx/index.js"
53-
],
54-
"skipFiles": ["<node_internals>/**"]
55-
}
56-
]
2+
"version": "0.2.0",
3+
"configurations": [
4+
{
5+
"name": "Run VS Code Extension",
6+
"type": "extensionHost",
7+
"request": "launch",
8+
"runtimeExecutable": "${execPath}",
9+
"args": ["--extensionDevelopmentPath=${workspaceRoot}/packages/svelte-vscode"],
10+
"stopOnEntry": false,
11+
"sourceMaps": true,
12+
"outFiles": ["${workspaceRoot}/packages/svelte-vscode/dist/**/*.js"],
13+
"preLaunchTask": "npm: watch"
14+
},
15+
{
16+
"type": "node",
17+
"request": "launch",
18+
"name": "Run 'svelte2tsx/repl/debug.ts' with debugger",
19+
"runtimeArgs": ["-r", "ts-node/register"],
20+
"args": ["${workspaceFolder}/packages/svelte2tsx/repl/debug.ts"],
21+
"env": {
22+
"TS_NODE_COMPILER_OPTIONS": "{\"esModuleInterop\":true, \"target\": \"es2018\"}",
23+
"TS_NODE_TRANSPILE_ONLY": "true"
24+
},
25+
"console": "integratedTerminal",
26+
"internalConsoleOptions": "neverOpen"
27+
},
28+
{
29+
"type": "node",
30+
"request": "launch",
31+
"name": "Run tests with debugger",
32+
"program": "${workspaceFolder}/node_modules/mocha/bin/_mocha",
33+
"args": [
34+
"-r",
35+
"ts-node/register",
36+
"--colors",
37+
"${workspaceFolder}/packages/*/test/**/*.ts"
38+
],
39+
"env": {
40+
"TS_NODE_COMPILER_OPTIONS": "{\"esModuleInterop\":true}"
41+
},
42+
"console": "integratedTerminal",
43+
"internalConsoleOptions": "neverOpen"
44+
},
45+
{
46+
"type": "node",
47+
"request": "attach",
48+
"name": "Attach debugger to language server",
49+
"port": 6009,
50+
"outFiles": [
51+
"${workspaceRoot}/packages/language-server/dist/**/*.js",
52+
"${workspaceRoot}/packages/svelte2tsx/index.js"
53+
],
54+
"skipFiles": ["<node_internals>/**"]
55+
}
56+
]
5757
}

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"typescript.preferences.quoteStyle": "single"
2+
"typescript.preferences.quoteStyle": "single"
33
}

.vscode/tasks.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{
2-
"version": "2.0.0",
3-
"tasks": [
4-
{
5-
"type": "npm",
6-
"script": "watch",
7-
"problemMatcher": "$tsc-watch",
8-
"isBackground": true,
9-
"presentation": {
10-
"reveal": "never"
11-
},
12-
"group": {
13-
"kind": "build",
14-
"isDefault": true
15-
}
16-
}
17-
]
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"type": "npm",
6+
"script": "watch",
7+
"problemMatcher": "$tsc-watch",
8+
"isBackground": true,
9+
"presentation": {
10+
"reveal": "never"
11+
},
12+
"group": {
13+
"kind": "build",
14+
"isDefault": true
15+
}
16+
}
17+
]
1818
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"compilerOptions": {
3-
"strict": true,
4-
/**
2+
"compilerOptions": {
3+
"strict": true,
4+
/**
55
This is actually not needed, but makes the tests faster
66
because TS does not look up other types.
77
*/
8-
"types": ["svelte"]
9-
}
8+
"types": ["svelte"]
9+
}
1010
}
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"compilerOptions": {
3-
"strict": true,
4-
/**
2+
"compilerOptions": {
3+
"strict": true,
4+
/**
55
This is actually not needed, but makes the tests faster
66
because TS does not look up other types.
77
*/
8-
"types": ["svelte"],
8+
"types": ["svelte"],
99

10-
"baseUrl": ".",
11-
"paths": {
12-
"~/*": ["./*"]
13-
}
14-
}
10+
"baseUrl": ".",
11+
"paths": {
12+
"~/*": ["./*"]
13+
}
14+
}
1515
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"compilerOptions": {
3-
"jsxFactory": "svelteNative",
4-
/**
2+
"compilerOptions": {
3+
"jsxFactory": "svelteNative",
4+
/**
55
This is actually not needed, but makes the tests faster
66
because TS does not look up other types.
77
*/
8-
"types": ["svelte"]
9-
}
8+
"types": ["svelte"]
9+
}
1010
}
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"compilerOptions": {
3-
"strict": true,
4-
/**
2+
"compilerOptions": {
3+
"strict": true,
4+
/**
55
This is actually not needed, but makes the tests faster
66
because TS does not look up other types.
77
*/
8-
"types": ["svelte"]
9-
}
8+
"types": ["svelte"]
9+
}
1010
}
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"extends": "@tsconfig/node12/tsconfig.json",
3-
"compilerOptions": {
4-
"moduleResolution": "node",
5-
"strict": true,
6-
"declaration": true,
7-
"outDir": "dist",
8-
"esModuleInterop": true,
9-
"sourceMap": true,
10-
"composite": true,
11-
"skipLibCheck": true
12-
}
2+
"extends": "@tsconfig/node12/tsconfig.json",
3+
"compilerOptions": {
4+
"moduleResolution": "node",
5+
"strict": true,
6+
"declaration": true,
7+
"outDir": "dist",
8+
"esModuleInterop": true,
9+
"sourceMap": true,
10+
"composite": true,
11+
"skipLibCheck": true
12+
}
1313
}
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"extends": "@tsconfig/node12/tsconfig.json",
3-
"compilerOptions": {
4-
"moduleResolution": "node",
5-
"strict": true,
6-
"esModuleInterop": true
7-
},
8-
"include": ["src/**/*"]
2+
"extends": "@tsconfig/node12/tsconfig.json",
3+
"compilerOptions": {
4+
"moduleResolution": "node",
5+
"strict": true,
6+
"esModuleInterop": true
7+
},
8+
"include": ["src/**/*"]
99
}
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"version": "0.2.0",
3-
// List of configurations. Add new configurations or edit existing ones.
4-
"configurations": [
5-
{
6-
"name": "Launch Client",
7-
"type": "extensionHost",
8-
"request": "launch",
9-
"runtimeExecutable": "${execPath}",
10-
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
11-
"stopOnEntry": false,
12-
"sourceMaps": true,
13-
"outFiles": ["${workspaceRoot}/dist/**/*.js"]
14-
}
15-
]
2+
"version": "0.2.0",
3+
// List of configurations. Add new configurations or edit existing ones.
4+
"configurations": [
5+
{
6+
"name": "Launch Client",
7+
"type": "extensionHost",
8+
"request": "launch",
9+
"runtimeExecutable": "${execPath}",
10+
"args": ["--extensionDevelopmentPath=${workspaceRoot}"],
11+
"stopOnEntry": false,
12+
"sourceMaps": true,
13+
"outFiles": ["${workspaceRoot}/dist/**/*.js"]
14+
}
15+
]
1616
}

0 commit comments

Comments
 (0)