create-analog 2.4.0-beta.1 → 2.4.0-beta.11

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 (43) hide show
  1. package/package.json +1 -1
  2. package/template-angular-v17/package.json +5 -5
  3. package/template-angular-v18/package.json +5 -5
  4. package/template-angular-v19/package.json +5 -5
  5. package/template-angular-v20/package.json +5 -5
  6. package/template-blog/package.json +9 -6
  7. package/template-latest/package.json +9 -6
  8. package/template-minimal/package.json +9 -6
  9. package/template-angular-v17/.editorconfig +0 -16
  10. package/template-angular-v17/.vscode/extensions.json +0 -4
  11. package/template-angular-v17/.vscode/launch.json +0 -19
  12. package/template-angular-v17/.vscode/tasks.json +0 -42
  13. package/template-angular-v17/src/assets/.gitkeep +0 -0
  14. package/template-angular-v18/.editorconfig +0 -16
  15. package/template-angular-v18/.vscode/extensions.json +0 -4
  16. package/template-angular-v18/.vscode/launch.json +0 -19
  17. package/template-angular-v18/.vscode/tasks.json +0 -42
  18. package/template-angular-v18/public/.gitkeep +0 -0
  19. package/template-angular-v19/.editorconfig +0 -16
  20. package/template-angular-v19/.vscode/extensions.json +0 -4
  21. package/template-angular-v19/.vscode/launch.json +0 -19
  22. package/template-angular-v19/.vscode/tasks.json +0 -42
  23. package/template-angular-v19/public/.gitkeep +0 -0
  24. package/template-angular-v20/.editorconfig +0 -16
  25. package/template-angular-v20/.vscode/extensions.json +0 -4
  26. package/template-angular-v20/.vscode/launch.json +0 -19
  27. package/template-angular-v20/.vscode/tasks.json +0 -42
  28. package/template-angular-v20/public/.gitkeep +0 -0
  29. package/template-blog/.editorconfig +0 -16
  30. package/template-blog/.vscode/extensions.json +0 -4
  31. package/template-blog/.vscode/launch.json +0 -19
  32. package/template-blog/.vscode/tasks.json +0 -42
  33. package/template-blog/public/.gitkeep +0 -0
  34. package/template-latest/.editorconfig +0 -16
  35. package/template-latest/.vscode/extensions.json +0 -4
  36. package/template-latest/.vscode/launch.json +0 -19
  37. package/template-latest/.vscode/tasks.json +0 -42
  38. package/template-latest/public/.gitkeep +0 -0
  39. package/template-minimal/.editorconfig +0 -16
  40. package/template-minimal/.vscode/extensions.json +0 -4
  41. package/template-minimal/.vscode/launch.json +0 -13
  42. package/template-minimal/.vscode/tasks.json +0 -24
  43. package/template-minimal/public/.gitkeep +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-analog",
3
- "version": "2.4.0-beta.1",
3
+ "version": "2.4.0-beta.11",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Brandon Roberts",
@@ -15,8 +15,8 @@
15
15
  "test": "ng test"
16
16
  },
17
17
  "dependencies": {
18
- "@analogjs/content": "^2.4.0-beta.1",
19
- "@analogjs/router": "^2.4.0-beta.1",
18
+ "@analogjs/content": "^2.4.0-beta.11",
19
+ "@analogjs/router": "^2.4.0-beta.11",
20
20
  "@angular/animations": "^17.2.0",
21
21
  "@angular/common": "^17.2.0",
22
22
  "@angular/compiler": "^17.2.0",
@@ -38,9 +38,9 @@
38
38
  "zone.js": "~0.14.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@analogjs/platform": "^2.4.0-beta.1",
42
- "@analogjs/vite-plugin-angular": "^2.4.0-beta.1",
43
- "@analogjs/vitest-angular": "^2.4.0-beta.1",
41
+ "@analogjs/platform": "^2.4.0-beta.11",
42
+ "@analogjs/vite-plugin-angular": "^2.4.0-beta.11",
43
+ "@analogjs/vitest-angular": "^2.4.0-beta.11",
44
44
  "@angular-devkit/build-angular": "^17.2.0",
45
45
  "@angular/cli": "^17.2.0",
46
46
  "@angular/compiler-cli": "^17.2.0",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "private": true,
17
17
  "dependencies": {
18
- "@analogjs/content": "^2.4.0-beta.1",
19
- "@analogjs/router": "^2.4.0-beta.1",
18
+ "@analogjs/content": "^2.4.0-beta.11",
19
+ "@analogjs/router": "^2.4.0-beta.11",
20
20
  "@angular/animations": "^18.0.0",
21
21
  "@angular/build": "^18.0.0",
22
22
  "@angular/common": "^18.0.0",
@@ -38,9 +38,9 @@
38
38
  "zone.js": "~0.14.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@analogjs/platform": "^2.4.0-beta.1",
42
- "@analogjs/vite-plugin-angular": "^2.4.0-beta.1",
43
- "@analogjs/vitest-angular": "^2.4.0-beta.1",
41
+ "@analogjs/platform": "^2.4.0-beta.11",
42
+ "@analogjs/vite-plugin-angular": "^2.4.0-beta.11",
43
+ "@analogjs/vitest-angular": "^2.4.0-beta.11",
44
44
  "@angular/cli": "^18.0.0",
45
45
  "@angular/compiler-cli": "^18.0.0",
46
46
  "jsdom": "^22.0.0",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "private": true,
17
17
  "dependencies": {
18
- "@analogjs/content": "^2.4.0-beta.1",
19
- "@analogjs/router": "^2.4.0-beta.1",
18
+ "@analogjs/content": "^2.4.0-beta.11",
19
+ "@analogjs/router": "^2.4.0-beta.11",
20
20
  "@angular/animations": "^19.0.0",
21
21
  "@angular/common": "^19.0.0",
22
22
  "@angular/compiler": "^19.0.0",
@@ -37,9 +37,9 @@
37
37
  "zone.js": "~0.15.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@analogjs/platform": "^2.4.0-beta.1",
41
- "@analogjs/vite-plugin-angular": "^2.4.0-beta.1",
42
- "@analogjs/vitest-angular": "^2.4.0-beta.1",
40
+ "@analogjs/platform": "^2.4.0-beta.11",
41
+ "@analogjs/vite-plugin-angular": "^2.4.0-beta.11",
42
+ "@analogjs/vitest-angular": "^2.4.0-beta.11",
43
43
  "@angular-devkit/build-angular": "^19.0.0",
44
44
  "@angular/build": "^19.0.0",
45
45
  "@angular/cli": "^19.0.0",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "private": true,
18
18
  "dependencies": {
19
- "@analogjs/content": "^2.4.0-beta.1",
20
- "@analogjs/router": "^2.4.0-beta.1",
19
+ "@analogjs/content": "^2.4.0-beta.11",
20
+ "@analogjs/router": "^2.4.0-beta.11",
21
21
  "@angular/animations": "^20.0.0",
22
22
  "@angular/common": "^20.0.0",
23
23
  "@angular/compiler": "^20.0.0",
@@ -37,9 +37,9 @@
37
37
  "zone.js": "~0.15.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@analogjs/platform": "^2.4.0-beta.1",
41
- "@analogjs/vite-plugin-angular": "^2.4.0-beta.1",
42
- "@analogjs/vitest-angular": "^2.4.0-beta.1",
40
+ "@analogjs/platform": "^2.4.0-beta.11",
41
+ "@analogjs/vite-plugin-angular": "^2.4.0-beta.11",
42
+ "@analogjs/vitest-angular": "^2.4.0-beta.11",
43
43
  "@angular-devkit/build-angular": "^20.0.0",
44
44
  "@angular/build": "^20.0.0",
45
45
  "@angular/cli": "^20.0.0",
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "private": true,
18
18
  "dependencies": {
19
- "@analogjs/content": "^2.4.0-beta.1",
20
- "@analogjs/router": "^2.4.0-beta.1",
19
+ "@analogjs/content": "^2.4.0-beta.11",
20
+ "@analogjs/router": "^2.4.0-beta.11",
21
21
  "@angular/animations": "^21.0.0",
22
22
  "@angular/common": "^21.0.0",
23
23
  "@angular/compiler": "^21.0.0",
@@ -35,16 +35,19 @@
35
35
  "tslib": "^2.3.0"
36
36
  },
37
37
  "devDependencies": {
38
- "@analogjs/platform": "^2.4.0-beta.1",
39
- "@analogjs/vite-plugin-angular": "^2.4.0-beta.1",
40
- "@analogjs/vitest-angular": "^2.4.0-beta.1",
38
+ "@analogjs/platform": "^2.4.0-beta.11",
39
+ "@analogjs/vite-plugin-angular": "^2.4.0-beta.11",
40
+ "@analogjs/vitest-angular": "^2.4.0-beta.11",
41
41
  "@angular/build": "^21.0.0",
42
42
  "@angular/cli": "^21.0.0",
43
43
  "@angular/compiler-cli": "^21.0.0",
44
44
  "jsdom": "^22.0.0",
45
45
  "typescript": "~5.9.0",
46
- "vite": "^7.0.0",
46
+ "vite": "^8.0.0",
47
47
  "vite-tsconfig-paths": "^4.2.0",
48
48
  "vitest": "^4.0.0"
49
+ },
50
+ "overrides": {
51
+ "vite": "$vite"
49
52
  }
50
53
  }
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "private": true,
18
18
  "dependencies": {
19
- "@analogjs/content": "^2.4.0-beta.1",
20
- "@analogjs/router": "^2.4.0-beta.1",
19
+ "@analogjs/content": "^2.4.0-beta.11",
20
+ "@analogjs/router": "^2.4.0-beta.11",
21
21
  "@angular/animations": "^21.0.0",
22
22
  "@angular/common": "^21.0.0",
23
23
  "@angular/compiler": "^21.0.0",
@@ -36,16 +36,19 @@
36
36
  "tslib": "^2.3.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@analogjs/platform": "^2.4.0-beta.1",
40
- "@analogjs/vite-plugin-angular": "^2.4.0-beta.1",
41
- "@analogjs/vitest-angular": "^2.4.0-beta.1",
39
+ "@analogjs/platform": "^2.4.0-beta.11",
40
+ "@analogjs/vite-plugin-angular": "^2.4.0-beta.11",
41
+ "@analogjs/vitest-angular": "^2.4.0-beta.11",
42
42
  "@angular/build": "^21.0.0",
43
43
  "@angular/cli": "^21.0.0",
44
44
  "@angular/compiler-cli": "^21.0.0",
45
45
  "jsdom": "^22.0.0",
46
46
  "typescript": "~5.9.0",
47
- "vite": "^7.0.0",
47
+ "vite": "^8.0.0",
48
48
  "vite-tsconfig-paths": "^4.2.0",
49
49
  "vitest": "^4.0.0"
50
+ },
51
+ "overrides": {
52
+ "vite": "$vite"
50
53
  }
51
54
  }
@@ -16,8 +16,8 @@
16
16
  },
17
17
  "private": true,
18
18
  "dependencies": {
19
- "@analogjs/content": "^2.4.0-beta.1",
20
- "@analogjs/router": "^2.4.0-beta.1",
19
+ "@analogjs/content": "^2.4.0-beta.11",
20
+ "@analogjs/router": "^2.4.0-beta.11",
21
21
  "@angular/animations": "^21.0.0",
22
22
  "@angular/common": "^21.0.0",
23
23
  "@angular/compiler": "^21.0.0",
@@ -36,16 +36,19 @@
36
36
  "tslib": "^2.3.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@analogjs/platform": "^2.4.0-beta.1",
40
- "@analogjs/vite-plugin-angular": "^2.4.0-beta.1",
41
- "@analogjs/vitest-angular": "^2.4.0-beta.1",
39
+ "@analogjs/platform": "^2.4.0-beta.11",
40
+ "@analogjs/vite-plugin-angular": "^2.4.0-beta.11",
41
+ "@analogjs/vitest-angular": "^2.4.0-beta.11",
42
42
  "@angular/build": "^21.0.0",
43
43
  "@angular/cli": "^21.0.0",
44
44
  "@angular/compiler-cli": "^21.0.0",
45
45
  "jsdom": "^22.0.0",
46
46
  "typescript": "~5.9.0",
47
- "vite": "^7.0.0",
47
+ "vite": "^8.0.0",
48
48
  "vite-tsconfig-paths": "^4.2.0",
49
49
  "vitest": "^4.0.0"
50
+ },
51
+ "overrides": {
52
+ "vite": "$vite"
50
53
  }
51
54
  }
@@ -1,16 +0,0 @@
1
- # Editor configuration, see https://editorconfig.org
2
- root = true
3
-
4
- [*]
5
- charset = utf-8
6
- indent_style = space
7
- indent_size = 2
8
- insert_final_newline = true
9
- trim_trailing_whitespace = true
10
-
11
- [*.ts]
12
- quote_type = single
13
-
14
- [*.md]
15
- max_line_length = off
16
- trim_trailing_whitespace = false
@@ -1,4 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
3
- "recommendations": ["angular.ng-template", "analogjs.vscode-analog"]
4
- }
@@ -1,19 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
3
- "version": "0.2.0",
4
- "configurations": [
5
- {
6
- "name": "ng serve",
7
- "type": "chrome",
8
- "request": "launch",
9
- "preLaunchTask": "npm: start",
10
- "url": "http://localhost:5173/"
11
- },
12
- {
13
- "name": "ng test",
14
- "type": "chrome",
15
- "request": "launch",
16
- "preLaunchTask": "npm: test"
17
- }
18
- ]
19
- }
@@ -1,42 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558
3
- "version": "2.0.0",
4
- "tasks": [
5
- {
6
- "type": "npm",
7
- "script": "start",
8
- "isBackground": true,
9
- "problemMatcher": {
10
- "owner": "typescript",
11
- "pattern": "$tsc",
12
- "background": {
13
- "activeOnStart": true,
14
- "beginsPattern": {
15
- "regexp": "(.*?)"
16
- },
17
- "endsPattern": {
18
- "regexp": "bundle generation complete"
19
- }
20
- }
21
- }
22
- },
23
- {
24
- "type": "npm",
25
- "script": "test",
26
- "isBackground": true,
27
- "problemMatcher": {
28
- "owner": "typescript",
29
- "pattern": "$tsc",
30
- "background": {
31
- "activeOnStart": true,
32
- "beginsPattern": {
33
- "regexp": "(.*?)"
34
- },
35
- "endsPattern": {
36
- "regexp": "bundle generation complete"
37
- }
38
- }
39
- }
40
- }
41
- ]
42
- }
File without changes
@@ -1,16 +0,0 @@
1
- # Editor configuration, see https://editorconfig.org
2
- root = true
3
-
4
- [*]
5
- charset = utf-8
6
- indent_style = space
7
- indent_size = 2
8
- insert_final_newline = true
9
- trim_trailing_whitespace = true
10
-
11
- [*.ts]
12
- quote_type = single
13
-
14
- [*.md]
15
- max_line_length = off
16
- trim_trailing_whitespace = false
@@ -1,4 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
3
- "recommendations": ["angular.ng-template", "analogjs.vscode-analog"]
4
- }
@@ -1,19 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
3
- "version": "0.2.0",
4
- "configurations": [
5
- {
6
- "name": "ng serve",
7
- "type": "chrome",
8
- "request": "launch",
9
- "preLaunchTask": "npm: start",
10
- "url": "http://localhost:5173/"
11
- },
12
- {
13
- "name": "ng test",
14
- "type": "chrome",
15
- "request": "launch",
16
- "preLaunchTask": "npm: test"
17
- }
18
- ]
19
- }
@@ -1,42 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558
3
- "version": "2.0.0",
4
- "tasks": [
5
- {
6
- "type": "npm",
7
- "script": "start",
8
- "isBackground": true,
9
- "problemMatcher": {
10
- "owner": "typescript",
11
- "pattern": "$tsc",
12
- "background": {
13
- "activeOnStart": true,
14
- "beginsPattern": {
15
- "regexp": "(.*?)"
16
- },
17
- "endsPattern": {
18
- "regexp": "bundle generation complete"
19
- }
20
- }
21
- }
22
- },
23
- {
24
- "type": "npm",
25
- "script": "test",
26
- "isBackground": true,
27
- "problemMatcher": {
28
- "owner": "typescript",
29
- "pattern": "$tsc",
30
- "background": {
31
- "activeOnStart": true,
32
- "beginsPattern": {
33
- "regexp": "(.*?)"
34
- },
35
- "endsPattern": {
36
- "regexp": "bundle generation complete"
37
- }
38
- }
39
- }
40
- }
41
- ]
42
- }
File without changes
@@ -1,16 +0,0 @@
1
- # Editor configuration, see https://editorconfig.org
2
- root = true
3
-
4
- [*]
5
- charset = utf-8
6
- indent_style = space
7
- indent_size = 2
8
- insert_final_newline = true
9
- trim_trailing_whitespace = true
10
-
11
- [*.ts]
12
- quote_type = single
13
-
14
- [*.md]
15
- max_line_length = off
16
- trim_trailing_whitespace = false
@@ -1,4 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
3
- "recommendations": ["angular.ng-template", "analogjs.vscode-analog"]
4
- }
@@ -1,19 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
3
- "version": "0.2.0",
4
- "configurations": [
5
- {
6
- "name": "ng serve",
7
- "type": "chrome",
8
- "request": "launch",
9
- "preLaunchTask": "npm: start",
10
- "url": "http://localhost:5173/"
11
- },
12
- {
13
- "name": "ng test",
14
- "type": "chrome",
15
- "request": "launch",
16
- "preLaunchTask": "npm: test"
17
- }
18
- ]
19
- }
@@ -1,42 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558
3
- "version": "2.0.0",
4
- "tasks": [
5
- {
6
- "type": "npm",
7
- "script": "start",
8
- "isBackground": true,
9
- "problemMatcher": {
10
- "owner": "typescript",
11
- "pattern": "$tsc",
12
- "background": {
13
- "activeOnStart": true,
14
- "beginsPattern": {
15
- "regexp": "(.*?)"
16
- },
17
- "endsPattern": {
18
- "regexp": "bundle generation complete"
19
- }
20
- }
21
- }
22
- },
23
- {
24
- "type": "npm",
25
- "script": "test",
26
- "isBackground": true,
27
- "problemMatcher": {
28
- "owner": "typescript",
29
- "pattern": "$tsc",
30
- "background": {
31
- "activeOnStart": true,
32
- "beginsPattern": {
33
- "regexp": "(.*?)"
34
- },
35
- "endsPattern": {
36
- "regexp": "bundle generation complete"
37
- }
38
- }
39
- }
40
- }
41
- ]
42
- }
File without changes
@@ -1,16 +0,0 @@
1
- # Editor configuration, see https://editorconfig.org
2
- root = true
3
-
4
- [*]
5
- charset = utf-8
6
- indent_style = space
7
- indent_size = 2
8
- insert_final_newline = true
9
- trim_trailing_whitespace = true
10
-
11
- [*.ts]
12
- quote_type = single
13
-
14
- [*.md]
15
- max_line_length = off
16
- trim_trailing_whitespace = false
@@ -1,4 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
3
- "recommendations": ["angular.ng-template", "analogjs.vscode-analog", "vitest.explorer"]
4
- }
@@ -1,19 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
3
- "version": "0.2.0",
4
- "configurations": [
5
- {
6
- "name": "ng serve",
7
- "type": "chrome",
8
- "request": "launch",
9
- "preLaunchTask": "npm: start",
10
- "url": "http://localhost:5173/"
11
- },
12
- {
13
- "name": "ng test",
14
- "type": "chrome",
15
- "request": "launch",
16
- "preLaunchTask": "npm: test"
17
- }
18
- ]
19
- }
@@ -1,42 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558
3
- "version": "2.0.0",
4
- "tasks": [
5
- {
6
- "type": "npm",
7
- "script": "start",
8
- "isBackground": true,
9
- "problemMatcher": {
10
- "owner": "typescript",
11
- "pattern": "$tsc",
12
- "background": {
13
- "activeOnStart": true,
14
- "beginsPattern": {
15
- "regexp": "(.*?)"
16
- },
17
- "endsPattern": {
18
- "regexp": "bundle generation complete"
19
- }
20
- }
21
- }
22
- },
23
- {
24
- "type": "npm",
25
- "script": "test",
26
- "isBackground": true,
27
- "problemMatcher": {
28
- "owner": "typescript",
29
- "pattern": "$tsc",
30
- "background": {
31
- "activeOnStart": true,
32
- "beginsPattern": {
33
- "regexp": "(.*?)"
34
- },
35
- "endsPattern": {
36
- "regexp": "bundle generation complete"
37
- }
38
- }
39
- }
40
- }
41
- ]
42
- }
File without changes
@@ -1,16 +0,0 @@
1
- # Editor configuration, see https://editorconfig.org
2
- root = true
3
-
4
- [*]
5
- charset = utf-8
6
- indent_style = space
7
- indent_size = 2
8
- insert_final_newline = true
9
- trim_trailing_whitespace = true
10
-
11
- [*.ts]
12
- quote_type = single
13
-
14
- [*.md]
15
- max_line_length = off
16
- trim_trailing_whitespace = false
@@ -1,4 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
3
- "recommendations": ["angular.ng-template", "analogjs.vscode-analog", "vitest.explorer"]
4
- }
@@ -1,19 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
3
- "version": "0.2.0",
4
- "configurations": [
5
- {
6
- "name": "ng serve",
7
- "type": "chrome",
8
- "request": "launch",
9
- "preLaunchTask": "npm: start",
10
- "url": "http://localhost:5173/"
11
- },
12
- {
13
- "name": "ng test",
14
- "type": "chrome",
15
- "request": "launch",
16
- "preLaunchTask": "npm: test"
17
- }
18
- ]
19
- }
@@ -1,42 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558
3
- "version": "2.0.0",
4
- "tasks": [
5
- {
6
- "type": "npm",
7
- "script": "start",
8
- "isBackground": true,
9
- "problemMatcher": {
10
- "owner": "typescript",
11
- "pattern": "$tsc",
12
- "background": {
13
- "activeOnStart": true,
14
- "beginsPattern": {
15
- "regexp": "(.*?)"
16
- },
17
- "endsPattern": {
18
- "regexp": "bundle generation complete"
19
- }
20
- }
21
- }
22
- },
23
- {
24
- "type": "npm",
25
- "script": "test",
26
- "isBackground": true,
27
- "problemMatcher": {
28
- "owner": "typescript",
29
- "pattern": "$tsc",
30
- "background": {
31
- "activeOnStart": true,
32
- "beginsPattern": {
33
- "regexp": "(.*?)"
34
- },
35
- "endsPattern": {
36
- "regexp": "bundle generation complete"
37
- }
38
- }
39
- }
40
- }
41
- ]
42
- }
File without changes
@@ -1,16 +0,0 @@
1
- # Editor configuration, see https://editorconfig.org
2
- root = true
3
-
4
- [*]
5
- charset = utf-8
6
- indent_style = space
7
- indent_size = 2
8
- insert_final_newline = true
9
- trim_trailing_whitespace = true
10
-
11
- [*.ts]
12
- quote_type = single
13
-
14
- [*.md]
15
- max_line_length = off
16
- trim_trailing_whitespace = false
@@ -1,4 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
3
- "recommendations": ["angular.ng-template", "analogjs.vscode-analog", "vitest.explorer"]
4
- }
@@ -1,19 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
3
- "version": "0.2.0",
4
- "configurations": [
5
- {
6
- "name": "ng serve",
7
- "type": "chrome",
8
- "request": "launch",
9
- "preLaunchTask": "npm: start",
10
- "url": "http://localhost:5173/"
11
- },
12
- {
13
- "name": "ng test",
14
- "type": "chrome",
15
- "request": "launch",
16
- "preLaunchTask": "npm: test"
17
- }
18
- ]
19
- }
@@ -1,42 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558
3
- "version": "2.0.0",
4
- "tasks": [
5
- {
6
- "type": "npm",
7
- "script": "start",
8
- "isBackground": true,
9
- "problemMatcher": {
10
- "owner": "typescript",
11
- "pattern": "$tsc",
12
- "background": {
13
- "activeOnStart": true,
14
- "beginsPattern": {
15
- "regexp": "(.*?)"
16
- },
17
- "endsPattern": {
18
- "regexp": "bundle generation complete"
19
- }
20
- }
21
- }
22
- },
23
- {
24
- "type": "npm",
25
- "script": "test",
26
- "isBackground": true,
27
- "problemMatcher": {
28
- "owner": "typescript",
29
- "pattern": "$tsc",
30
- "background": {
31
- "activeOnStart": true,
32
- "beginsPattern": {
33
- "regexp": "(.*?)"
34
- },
35
- "endsPattern": {
36
- "regexp": "bundle generation complete"
37
- }
38
- }
39
- }
40
- }
41
- ]
42
- }
File without changes
@@ -1,16 +0,0 @@
1
- # Editor configuration, see https://editorconfig.org
2
- root = true
3
-
4
- [*]
5
- charset = utf-8
6
- indent_style = space
7
- indent_size = 2
8
- insert_final_newline = true
9
- trim_trailing_whitespace = true
10
-
11
- [*.ts]
12
- quote_type = single
13
-
14
- [*.md]
15
- max_line_length = off
16
- trim_trailing_whitespace = false
@@ -1,4 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=827846
3
- "recommendations": ["angular.ng-template", "analogjs.vscode-analog", "vitest.explorer"]
4
- }
@@ -1,13 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
3
- "version": "0.2.0",
4
- "configurations": [
5
- {
6
- "name": "ng serve",
7
- "type": "chrome",
8
- "request": "launch",
9
- "preLaunchTask": "npm: start",
10
- "url": "http://localhost:5173/"
11
- }
12
- ]
13
- }
@@ -1,24 +0,0 @@
1
- {
2
- // For more information, visit: https://go.microsoft.com/fwlink/?LinkId=733558
3
- "version": "2.0.0",
4
- "tasks": [
5
- {
6
- "type": "npm",
7
- "script": "start",
8
- "isBackground": true,
9
- "problemMatcher": {
10
- "owner": "typescript",
11
- "pattern": "$tsc",
12
- "background": {
13
- "activeOnStart": true,
14
- "beginsPattern": {
15
- "regexp": "(.*?)"
16
- },
17
- "endsPattern": {
18
- "regexp": "bundle generation complete"
19
- }
20
- }
21
- }
22
- }
23
- ]
24
- }
File without changes