@theahaco/ts-config 0.0.0-semantically-released → 1.2.0

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.
package/README.md CHANGED
@@ -21,7 +21,7 @@ to think about them. Heavily inspired by
21
21
  These are a set of defaults and everything can be overridden as needed per
22
22
  project.
23
23
 
24
- ```
24
+ ```sh
25
25
  npm install @theahaco/ts-config
26
26
  ```
27
27
 
@@ -30,7 +30,7 @@ npm install @theahaco/ts-config
30
30
  Create a `tsconfig.json` file in the project root and
31
31
  [extend this config file](https://www.typescriptlang.org/tsconfig/#extends):
32
32
 
33
- ```json
33
+ ```js
34
34
  {
35
35
  "extends": ["@theahaco/ts-config/typescript"],
36
36
  "include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"],
@@ -42,7 +42,7 @@ Create a `tsconfig.json` file in the project root and
42
42
 
43
43
  Create a `reset.d.ts` file:
44
44
 
45
- ```ts
45
+ ```js
46
46
  import "@theahaco/ts-config/reset.d.ts"
47
47
  ```
48
48
 
@@ -53,7 +53,7 @@ If you're creating a library, you'll want the configuration to be more strict to
53
53
  be consumable in as many setups as possible. You can extend a different config
54
54
  instead:
55
55
 
56
- ```json
56
+ ```js
57
57
  extends: ["@theahaco/ts-config/typescript.lib"],
58
58
  ```
59
59
 
@@ -76,8 +76,13 @@ export default [
76
76
 
77
77
  Add a line in `package.json` to point to this config file:
78
78
 
79
- ```json
79
+ ```js
80
80
  "prettier": "@theahaco/ts-config/prettier",
81
81
  ```
82
82
 
83
83
  You can add a `.prettierignore` file to your project root if needed.
84
+
85
+ ## Roadmap
86
+
87
+ - [ ] Test configuration and coverage?
88
+ - [ ] Standardized release actions?
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@theahaco/ts-config",
4
- "version": "0.0.0-semantically-released",
4
+ "version": "1.2.0",
5
5
  "description": "Standardized configs for The Aha Co TS/JS projects",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",
@@ -66,7 +66,7 @@
66
66
  "eslint-plugin-react": "^7.37.5",
67
67
  "eslint-plugin-react-hooks": "^7.0.0",
68
68
  "eslint-plugin-testing-library": "^7.6.1",
69
- "globals": "^16.3.0",
69
+ "globals": "^17.0.0",
70
70
  "tslib": "^2.8.1",
71
71
  "typescript-eslint": "^8.38.0"
72
72
  },
package/.log/tsserver.log DELETED
@@ -1,295 +0,0 @@
1
- Info 0 [15:22:46.520] Starting TS Server
2
- Info 1 [15:22:46.521] Version: 5.9.3
3
- Info 2 [15:22:46.521] Arguments: /usr/local/bin/node /Users/zach/code/aha-co-config/node_modules/typescript/lib/tsserver.js --logFile /Users/zach/code/aha-co-config/.log/tsserver.log --logVerbosity info --cancellationPipeName /private/var/folders/kj/7j5kc5nx1_n4yfpdg0h_p1qc0000gn/T/523dcdd216387eb6ae926bb36fe455e5/tscancellation*
4
- Info 3 [15:22:46.521] Platform: darwin NodeVersion: v22.20.0 CaseSensitive: false
5
- Info 4 [15:22:46.521] ServerMode: undefined hasUnknownServerMode: undefined
6
- Info 5 [15:22:46.523] currentDirectory:: /Users/zach/code/aha-co-config useCaseSensitiveFileNames:: false
7
- Info 6 [15:22:46.523] libs Location:: /Users/zach/code/aha-co-config/node_modules/typescript/lib
8
- Info 7 [15:22:46.523] globalTypingsCacheLocation:: /Users/zach/Library/Caches/typescript/5.9
9
- Info 8 [15:22:46.526] Format host information updated
10
- Info 9 [15:22:46.532] getConfigFileNameForFile:: File: /Users/zach/code/aha-co-config/index.d.ts ProjectRootPath: /Users/zach/code/aha-co-config:: Result: /Users/zach/code/aha-co-config/tsconfig.json
11
- Info 10 [15:22:46.532] Creating ConfiguredProject: /Users/zach/code/aha-co-config/tsconfig.json, currentDirectory: /Users/zach/code/aha-co-config
12
- Info 11 [15:22:46.542] Config: /Users/zach/code/aha-co-config/tsconfig.json : {
13
- "rootNames": [
14
- "/Users/zach/code/aha-co-config/eslint.config.d.ts",
15
- "/Users/zach/code/aha-co-config/index.d.ts",
16
- "/Users/zach/code/aha-co-config/prettier.d.ts",
17
- "/Users/zach/code/aha-co-config/reset.d.ts"
18
- ],
19
- "options": {
20
- "module": 101,
21
- "target": 7,
22
- "strict": true,
23
- "verbatimModuleSyntax": true,
24
- "declaration": true,
25
- "sourceMap": true,
26
- "declarationMap": true,
27
- "outDir": "/Users/zach/code/aha-co-config/dist",
28
- "configFilePath": "/Users/zach/code/aha-co-config/tsconfig.json"
29
- }
30
- }
31
- Info 12 [15:22:46.545] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
32
- Info 13 [15:22:46.944] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 1 projectProgramVersion: 0 structureChanged: true structureIsReused:: Not Elapsed: 398.94770800000003ms
33
- Info 14 [15:22:46.944] Project '/Users/zach/code/aha-co-config/tsconfig.json' (Configured)
34
- Info 15 [15:22:46.944] Files (84)
35
-
36
- Info 16 [15:22:46.944] -----------------------------------------------
37
- Info 17 [15:22:46.954] AutoImportProviderProject: found 110 root files in 10 dependencies 0 referenced projects in 9.216625000000022 ms
38
- Info 18 [15:22:46.955] Creating AutoImportProviderProject: /dev/null/autoImportProviderProject1*, currentDirectory: /Users/zach/code/aha-co-config
39
- Info 19 [15:22:46.961] Starting updateGraphWorker: Project: /dev/null/autoImportProviderProject1*
40
- Info 20 [15:22:47.159] Finishing updateGraphWorker: Project: /dev/null/autoImportProviderProject1* projectStateVersion: 1 projectProgramVersion: 0 structureChanged: true structureIsReused:: Not Elapsed: 198.32741700000003ms
41
- Info 21 [15:22:47.159] Project '/dev/null/autoImportProviderProject1*' (AutoImportProvider)
42
- Info 22 [15:22:47.159] Files (266)
43
-
44
- Info 23 [15:22:47.159] -----------------------------------------------
45
- Info 24 [15:22:52.845] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
46
- Info 25 [15:22:52.856] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 2 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 11.41400000000067ms
47
- Info 26 [15:22:52.857] Different program with same set of files
48
- Info 27 [15:22:52.951] getCompletionData: Get current token: 0.009750000000167347
49
- Info 28 [15:22:52.951] getCompletionData: Is inside comment: 0.12308299999949668
50
- Info 29 [15:22:54.439] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
51
- Info 30 [15:22:54.452] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 3 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 12.866291999999703ms
52
- Info 31 [15:22:54.452] Different program with same set of files
53
- Info 32 [15:22:56.063] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
54
- Info 33 [15:22:56.078] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 4 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 14.547416999999768ms
55
- Info 34 [15:22:56.078] Different program with same set of files
56
- Info 35 [15:22:56.161] getCompletionData: Get current token: 0.009125000000494765
57
- Info 36 [15:22:56.161] getCompletionData: Is inside comment: 0.026707999999416643
58
- Info 37 [15:22:56.161] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
59
- Info 38 [15:22:56.169] getCompletionData: Get current token: 0.006166999999550171
60
- Info 39 [15:22:56.169] getCompletionData: Is inside comment: 0.0238340000014432
61
- Info 40 [15:22:56.169] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
62
- Info 41 [15:22:56.173] getCompletionData: Get current token: 0.006167000001369161
63
- Info 42 [15:22:56.173] getCompletionData: Is inside comment: 0.02674999999908323
64
- Info 43 [15:22:56.173] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
65
- Info 44 [15:22:56.177] getCompletionData: Get current token: 0.0157920000001468
66
- Info 45 [15:22:56.177] getCompletionData: Is inside comment: 0.02845800000068266
67
- Info 46 [15:22:56.177] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
68
- Info 47 [15:22:56.382] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
69
- Info 48 [15:22:56.395] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 5 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 13.018541999999798ms
70
- Info 49 [15:22:56.395] Different program with same set of files
71
- Info 50 [15:22:56.483] getCompletionData: Get current token: 0.009374999999636202
72
- Info 51 [15:22:56.483] getCompletionData: Is inside comment: 0.02904099999977916
73
- Info 52 [15:22:56.483] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
74
- Info 53 [15:22:56.490] getCompletionData: Get current token: 0.008667000000059488
75
- Info 54 [15:22:56.490] getCompletionData: Is inside comment: 0.026041999999506515
76
- Info 55 [15:22:56.490] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
77
- Info 56 [15:22:56.494] getCompletionData: Get current token: 0.007832999999664025
78
- Info 57 [15:22:56.494] getCompletionData: Is inside comment: 0.024166999999579275
79
- Info 58 [15:22:56.495] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
80
- Info 59 [15:22:56.502] getCompletionData: Get current token: 0.008832999999867752
81
- Info 60 [15:22:56.502] getCompletionData: Is inside comment: 0.023166999999375548
82
- Info 61 [15:22:56.502] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
83
- Info 62 [15:22:57.105] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
84
- Info 63 [15:22:57.118] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 6 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 12.323166000000128ms
85
- Info 64 [15:22:57.118] Different program with same set of files
86
- Info 65 [15:23:31.111] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
87
- Info 66 [15:23:31.151] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 7 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 38.854999999995925ms
88
- Info 67 [15:23:31.151] Different program with same set of files
89
- Info 68 [15:23:38.510] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
90
- Info 69 [15:23:38.529] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 8 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 18.122666999996ms
91
- Info 70 [15:23:38.529] Different program with same set of files
92
- Info 71 [15:23:41.536] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
93
- Info 72 [15:23:41.546] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 9 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 10.030833999997412ms
94
- Info 73 [15:23:41.546] Different program with same set of files
95
- Info 74 [15:23:41.873] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
96
- Info 75 [15:23:41.885] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 10 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 11.24725000000035ms
97
- Info 76 [15:23:41.885] Different program with same set of files
98
- Info 77 [15:23:42.112] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
99
- Info 78 [15:23:42.124] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 11 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 11.568624999999884ms
100
- Info 79 [15:23:42.124] Different program with same set of files
101
- Info 80 [15:23:46.474] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
102
- Info 81 [15:23:46.484] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 12 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 9.286791000005906ms
103
- Info 82 [15:23:46.484] Different program with same set of files
104
- Info 83 [15:23:46.920] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
105
- Info 84 [15:23:46.931] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 13 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 11.309207999998762ms
106
- Info 85 [15:23:46.931] Different program with same set of files
107
- Info 86 [15:23:47.269] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
108
- Info 87 [15:23:47.278] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 14 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 8.60320800000045ms
109
- Info 88 [15:23:47.278] Different program with same set of files
110
- Info 89 [15:23:47.974] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
111
- Info 90 [15:23:47.986] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 15 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 11.670875000003434ms
112
- Info 91 [15:23:47.986] Different program with same set of files
113
- Info 92 [15:23:48.732] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
114
- Info 93 [15:23:48.743] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 16 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 10.749958000000333ms
115
- Info 94 [15:23:48.743] Different program with same set of files
116
- Info 95 [15:23:48.836] getCompletionData: Get current token: 0.004457999995793216
117
- Info 96 [15:23:48.836] getCompletionData: Is inside comment: 0.015957999996317085
118
- Info 97 [15:23:48.836] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
119
- Info 98 [15:23:48.843] getCompletionData: Get current token: 0.0037500000034924597
120
- Info 99 [15:23:48.843] getCompletionData: Is inside comment: 0.013416999994660728
121
- Info 100 [15:23:48.843] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
122
- Info 101 [15:23:48.846] getCompletionData: Get current token: 0.003541999998560641
123
- Info 102 [15:23:48.846] getCompletionData: Is inside comment: 0.012583000003360212
124
- Info 103 [15:23:48.846] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
125
- Info 104 [15:23:48.852] getCompletionData: Get current token: 0.003250000001571607
126
- Info 105 [15:23:48.852] getCompletionData: Is inside comment: 0.011458000000857282
127
- Info 106 [15:23:48.852] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
128
- Info 107 [15:23:49.441] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
129
- Info 108 [15:23:49.449] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 17 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 8.520916000001307ms
130
- Info 109 [15:23:49.450] Different program with same set of files
131
- Info 110 [15:23:49.997] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
132
- Info 111 [15:23:50.007] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 18 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 9.836208000000624ms
133
- Info 112 [15:23:50.008] Different program with same set of files
134
- Info 113 [15:23:50.096] getCompletionData: Get current token: 0.006458000003476627
135
- Info 114 [15:23:50.096] getCompletionData: Is inside comment: 0.02204199999687262
136
- Info 115 [15:23:50.096] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
137
- Info 116 [15:23:50.102] getCompletionData: Get current token: 0.006207999998878222
138
- Info 117 [15:23:50.102] getCompletionData: Is inside comment: 0.02237500000046566
139
- Info 118 [15:23:50.102] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
140
- Info 119 [15:23:50.106] getCompletionData: Get current token: 0.005292000001645647
141
- Info 120 [15:23:50.107] getCompletionData: Is inside comment: 0.019083999999566004
142
- Info 121 [15:23:50.107] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
143
- Info 122 [15:23:50.110] getCompletionData: Get current token: 0.005292000001645647
144
- Info 123 [15:23:50.111] getCompletionData: Is inside comment: 0.01929099999688333
145
- Info 124 [15:23:50.111] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
146
- Info 125 [15:23:51.519] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
147
- Info 126 [15:23:51.525] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 19 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 5.935708999997587ms
148
- Info 127 [15:23:51.525] Different program with same set of files
149
- Info 128 [15:23:52.251] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
150
- Info 129 [15:23:52.264] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 20 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 12.354584000000614ms
151
- Info 130 [15:23:52.264] Different program with same set of files
152
- Info 131 [15:23:52.471] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
153
- Info 132 [15:23:52.479] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 21 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 7.87729100001161ms
154
- Info 133 [15:23:52.479] Different program with same set of files
155
- Info 134 [15:23:52.792] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
156
- Info 135 [15:23:52.805] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 22 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 12.923666000002413ms
157
- Info 136 [15:23:52.806] Different program with same set of files
158
- Info 137 [15:23:53.089] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
159
- Info 138 [15:23:53.099] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 23 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 9.199542000002111ms
160
- Info 139 [15:23:53.099] Different program with same set of files
161
- Info 140 [15:23:53.190] getCompletionData: Get current token: 0.007458000007318333
162
- Info 141 [15:23:53.190] getCompletionData: Is inside comment: 0.03175000000919681
163
- Info 142 [15:23:53.190] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
164
- Info 143 [15:23:53.197] getCompletionData: Get current token: 0.006208999999216758
165
- Info 144 [15:23:53.197] getCompletionData: Is inside comment: 0.026959000009810552
166
- Info 145 [15:23:53.197] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
167
- Info 146 [15:23:53.203] getCompletionData: Get current token: 0.006041000000550412
168
- Info 147 [15:23:53.203] getCompletionData: Is inside comment: 0.026333000001613982
169
- Info 148 [15:23:53.203] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
170
- Info 149 [15:23:53.207] getCompletionData: Get current token: 0.004459000003407709
171
- Info 150 [15:23:53.207] getCompletionData: Is inside comment: 0.04695899999933317
172
- Info 151 [15:23:53.207] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
173
- Info 152 [15:23:53.929] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
174
- Info 153 [15:23:53.931] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 24 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 2.3606659999932162ms
175
- Info 154 [15:23:53.931] Different program with same set of files
176
- Info 155 [15:23:54.439] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
177
- Info 156 [15:23:54.449] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 25 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 9.186916000006022ms
178
- Info 157 [15:23:54.449] Different program with same set of files
179
- Info 158 [15:24:01.899] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
180
- Info 159 [15:24:01.918] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 26 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 17.65312499999709ms
181
- Info 160 [15:24:01.918] Different program with same set of files
182
- Info 161 [15:24:02.773] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
183
- Info 162 [15:24:02.783] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 27 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 9.170834000004106ms
184
- Info 163 [15:24:02.783] Different program with same set of files
185
- Info 164 [15:24:04.794] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
186
- Info 165 [15:24:04.802] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 28 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 8.111292000001413ms
187
- Info 166 [15:24:04.802] Different program with same set of files
188
- Info 167 [15:24:04.813] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
189
- Info 168 [15:24:04.816] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 29 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 3.042457999996259ms
190
- Info 169 [15:24:04.816] Different program with same set of files
191
- Info 170 [15:24:07.307] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
192
- Info 171 [15:24:07.318] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 30 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 10.42020799999591ms
193
- Info 172 [15:24:07.318] Different program with same set of files
194
- Info 173 [15:24:07.602] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
195
- Info 174 [15:24:07.609] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 31 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 6.5748339999991ms
196
- Info 175 [15:24:07.609] Different program with same set of files
197
- Info 176 [15:24:08.031] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
198
- Info 177 [15:24:08.042] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 32 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 9.974667000002228ms
199
- Info 178 [15:24:08.042] Different program with same set of files
200
- Info 179 [15:24:13.222] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
201
- Info 180 [15:24:13.232] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 33 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 9.860874999998487ms
202
- Info 181 [15:24:13.232] Different program with same set of files
203
- Info 182 [15:24:13.456] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
204
- Info 183 [15:24:13.462] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 34 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 4.743958000006387ms
205
- Info 184 [15:24:13.462] Different program with same set of files
206
- Info 185 [15:24:14.762] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
207
- Info 186 [15:24:14.765] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 35 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 3.6396249999961583ms
208
- Info 187 [15:24:14.765] Different program with same set of files
209
- Info 188 [15:24:15.288] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
210
- Info 189 [15:24:15.296] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 36 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 7.26524999999674ms
211
- Info 190 [15:24:15.296] Different program with same set of files
212
- Info 191 [15:24:15.593] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
213
- Info 192 [15:24:15.601] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 37 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 7.582292000006419ms
214
- Info 193 [15:24:15.601] Different program with same set of files
215
- Info 194 [15:24:16.181] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
216
- Info 195 [15:24:16.189] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 38 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 7.835584000000381ms
217
- Info 196 [15:24:16.190] Different program with same set of files
218
- Info 197 [15:24:17.370] DirectoryWatcher:: Triggered with /Users/zach/code/aha-co-config/.git/index.lock :: WatchInfo: /Users/zach/code/aha-co-config 1 undefined Config: /Users/zach/code/aha-co-config/tsconfig.json WatchType: Wild card directory
219
- Info 198 [15:24:17.371] Project: /Users/zach/code/aha-co-config/tsconfig.json Detected ignored path: /Users/zach/code/aha-co-config/.git/index.lock
220
- Info 199 [15:24:17.371] Elapsed:: 0.5048749999987194ms DirectoryWatcher:: Triggered with /Users/zach/code/aha-co-config/.git/index.lock :: WatchInfo: /Users/zach/code/aha-co-config 1 undefined Config: /Users/zach/code/aha-co-config/tsconfig.json WatchType: Wild card directory
221
- Info 200 [15:24:26.465] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
222
- Info 201 [15:24:26.482] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 39 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 16.274499999999534ms
223
- Info 202 [15:24:26.482] Different program with same set of files
224
- Info 203 [15:24:26.563] getCompletionData: Get current token: 0.0048749999987194315
225
- Info 204 [15:24:26.563] getCompletionData: Is inside comment: 0.027041999986977316
226
- Info 205 [15:24:26.563] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
227
- Info 206 [15:24:26.569] getCompletionData: Get current token: 0.00433300000440795
228
- Info 207 [15:24:26.569] getCompletionData: Is inside comment: 0.03208300001278985
229
- Info 208 [15:24:26.569] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
230
- Info 209 [15:24:26.573] getCompletionData: Get current token: 0.0035420000058365986
231
- Info 210 [15:24:26.573] getCompletionData: Is inside comment: 0.020208000001730397
232
- Info 211 [15:24:26.573] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
233
- Info 212 [15:24:26.577] getCompletionData: Get current token: 0.003499999991618097
234
- Info 213 [15:24:26.577] getCompletionData: Is inside comment: 0.02004099999612663
235
- Info 214 [15:24:26.577] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
236
- Info 215 [15:24:28.772] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
237
- Info 216 [15:24:28.783] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 40 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 10.284957999989274ms
238
- Info 217 [15:24:28.783] Different program with same set of files
239
- Info 218 [15:25:23.123] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
240
- Info 219 [15:25:23.147] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 41 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 23.04608400000143ms
241
- Info 220 [15:25:23.147] Different program with same set of files
242
- Info 221 [15:25:27.299] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
243
- Info 222 [15:25:27.315] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 42 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 16.08116699999664ms
244
- Info 223 [15:25:27.316] Different program with same set of files
245
- Info 224 [15:25:27.541] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
246
- Info 225 [15:25:27.556] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 43 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 14.502000000007683ms
247
- Info 226 [15:25:27.556] Different program with same set of files
248
- Info 227 [15:25:27.643] getCompletionData: Get current token: 0.004875000013271347
249
- Info 228 [15:25:27.643] getCompletionData: Is inside comment: 0.026458999986061826
250
- Info 229 [15:25:27.643] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
251
- Info 230 [15:25:27.648] getCompletionData: Get current token: 0.004458999988855794
252
- Info 231 [15:25:27.649] getCompletionData: Is inside comment: 0.025292000005720183
253
- Info 232 [15:25:27.649] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
254
- Info 233 [15:25:27.654] getCompletionData: Get current token: 0.0033750000002328306
255
- Info 234 [15:25:27.654] getCompletionData: Is inside comment: 0.020334000000730157
256
- Info 235 [15:25:27.654] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
257
- Info 236 [15:25:27.658] getCompletionData: Get current token: 0.0032919999794103205
258
- Info 237 [15:25:27.658] getCompletionData: Is inside comment: 0.01999999998952262
259
- Info 238 [15:25:27.658] Returning an empty list because completion was inside a regular comment or plain text part of a JsDoc comment.
260
- Info 239 [15:25:28.382] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
261
- Info 240 [15:25:28.393] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 44 projectProgramVersion: 1 structureChanged: false structureIsReused:: Completely Elapsed: 10.979042000020854ms
262
- Info 241 [15:25:28.393] Different program with same set of files
263
- Info 242 [15:25:33.507] DirectoryWatcher:: Triggered with /Users/zach/code/aha-co-config/.git/index.lock :: WatchInfo: /Users/zach/code/aha-co-config 1 undefined Config: /Users/zach/code/aha-co-config/tsconfig.json WatchType: Wild card directory
264
- Info 243 [15:25:33.508] Project: /Users/zach/code/aha-co-config/tsconfig.json Detected ignored path: /Users/zach/code/aha-co-config/.git/index.lock
265
- Info 244 [15:25:33.508] Elapsed:: 0.2692920000117738ms DirectoryWatcher:: Triggered with /Users/zach/code/aha-co-config/.git/index.lock :: WatchInfo: /Users/zach/code/aha-co-config 1 undefined Config: /Users/zach/code/aha-co-config/tsconfig.json WatchType: Wild card directory
266
- Info 245 [15:26:28.885] DirectoryWatcher:: Triggered with /Users/zach/code/aha-co-config/.git/index.lock :: WatchInfo: /Users/zach/code/aha-co-config 1 undefined Config: /Users/zach/code/aha-co-config/tsconfig.json WatchType: Wild card directory
267
- Info 246 [15:26:28.886] Project: /Users/zach/code/aha-co-config/tsconfig.json Detected ignored path: /Users/zach/code/aha-co-config/.git/index.lock
268
- Info 247 [15:26:28.886] Elapsed:: 0.802125000016531ms DirectoryWatcher:: Triggered with /Users/zach/code/aha-co-config/.git/index.lock :: WatchInfo: /Users/zach/code/aha-co-config 1 undefined Config: /Users/zach/code/aha-co-config/tsconfig.json WatchType: Wild card directory
269
- Info 248 [15:27:17.960] FileWatcher:: Triggered with /Users/zach/code/aha-co-config/package.json 1:: WatchInfo: /Users/zach/code/aha-co-config/package.json 2000 undefined Project: /Users/zach/code/aha-co-config/tsconfig.json WatchType: File location affecting resolution
270
- Info 249 [15:27:17.962] Elapsed:: 0.8957079999963753ms FileWatcher:: Triggered with /Users/zach/code/aha-co-config/package.json 1:: WatchInfo: /Users/zach/code/aha-co-config/package.json 2000 undefined Project: /Users/zach/code/aha-co-config/tsconfig.json WatchType: File location affecting resolution
271
- Info 250 [15:27:17.962] FileWatcher:: Triggered with /Users/zach/code/aha-co-config/package.json 1:: WatchInfo: /Users/zach/code/aha-co-config/package.json 250 undefined WatchType: package.json file
272
- Info 251 [15:27:17.963] Elapsed:: 0.7984580000047572ms FileWatcher:: Triggered with /Users/zach/code/aha-co-config/package.json 1:: WatchInfo: /Users/zach/code/aha-co-config/package.json 250 undefined WatchType: package.json file
273
- Info 252 [15:27:18.018] DirectoryWatcher:: Triggered with /Users/zach/code/aha-co-config/.git/index.lock :: WatchInfo: /Users/zach/code/aha-co-config 1 undefined Config: /Users/zach/code/aha-co-config/tsconfig.json WatchType: Wild card directory
274
- Info 253 [15:27:18.019] Project: /Users/zach/code/aha-co-config/tsconfig.json Detected ignored path: /Users/zach/code/aha-co-config/.git/index.lock
275
- Info 254 [15:27:18.019] Elapsed:: 0.7499169999500737ms DirectoryWatcher:: Triggered with /Users/zach/code/aha-co-config/.git/index.lock :: WatchInfo: /Users/zach/code/aha-co-config 1 undefined Config: /Users/zach/code/aha-co-config/tsconfig.json WatchType: Wild card directory
276
- Info 255 [15:27:18.120] FileWatcher:: Triggered with /Users/zach/code/aha-co-config/package.json 1:: WatchInfo: /Users/zach/code/aha-co-config/package.json 2000 undefined Project: /Users/zach/code/aha-co-config/tsconfig.json WatchType: File location affecting resolution
277
- Info 256 [15:27:18.121] Elapsed:: 0.1567079999949783ms FileWatcher:: Triggered with /Users/zach/code/aha-co-config/package.json 1:: WatchInfo: /Users/zach/code/aha-co-config/package.json 2000 undefined Project: /Users/zach/code/aha-co-config/tsconfig.json WatchType: File location affecting resolution
278
- Info 257 [15:27:18.121] FileWatcher:: Triggered with /Users/zach/code/aha-co-config/package.json 1:: WatchInfo: /Users/zach/code/aha-co-config/package.json 250 undefined WatchType: package.json file
279
- Info 258 [15:27:18.121] Elapsed:: 0.23387499997625127ms FileWatcher:: Triggered with /Users/zach/code/aha-co-config/package.json 1:: WatchInfo: /Users/zach/code/aha-co-config/package.json 250 undefined WatchType: package.json file
280
- Info 259 [15:27:18.175] DirectoryWatcher:: Triggered with /Users/zach/code/aha-co-config/.git/index.lock :: WatchInfo: /Users/zach/code/aha-co-config 1 undefined Config: /Users/zach/code/aha-co-config/tsconfig.json WatchType: Wild card directory
281
- Info 260 [15:27:18.175] Project: /Users/zach/code/aha-co-config/tsconfig.json Detected ignored path: /Users/zach/code/aha-co-config/.git/index.lock
282
- Info 261 [15:27:18.175] Elapsed:: 0.18562499998370185ms DirectoryWatcher:: Triggered with /Users/zach/code/aha-co-config/.git/index.lock :: WatchInfo: /Users/zach/code/aha-co-config 1 undefined Config: /Users/zach/code/aha-co-config/tsconfig.json WatchType: Wild card directory
283
- Info 262 [15:27:19.376] Starting updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json
284
- Info 263 [15:27:19.406] Finishing updateGraphWorker: Project: /Users/zach/code/aha-co-config/tsconfig.json projectStateVersion: 45 projectProgramVersion: 1 structureChanged: true structureIsReused:: SafeModules Elapsed: 29.41841599997133ms
285
- Info 264 [15:27:19.406] Different program with same set of files
286
- Info 265 [15:27:21.627] Before ensureProjectForOpenFiles:
287
- Info 266 [15:27:21.628] After ensureProjectForOpenFiles:
288
- Info 267 [15:27:21.628] got projects updated in background /Users/zach/code/aha-co-config/index.d.ts
289
- Info 268 [15:27:21.628] Queueing diagnostics update for /Users/zach/code/aha-co-config/index.d.ts
290
- Info 269 [15:27:53.311] DirectoryWatcher:: Triggered with /Users/zach/code/aha-co-config/.git/index.lock :: WatchInfo: /Users/zach/code/aha-co-config 1 undefined Config: /Users/zach/code/aha-co-config/tsconfig.json WatchType: Wild card directory
291
- Info 270 [15:27:53.316] Project: /Users/zach/code/aha-co-config/tsconfig.json Detected ignored path: /Users/zach/code/aha-co-config/.git/index.lock
292
- Info 271 [15:27:53.316] Elapsed:: 0.8259580000303686ms DirectoryWatcher:: Triggered with /Users/zach/code/aha-co-config/.git/index.lock :: WatchInfo: /Users/zach/code/aha-co-config 1 undefined Config: /Users/zach/code/aha-co-config/tsconfig.json WatchType: Wild card directory
293
- Info 272 [15:28:31.484] DirectoryWatcher:: Triggered with /Users/zach/code/aha-co-config/.git/index.lock :: WatchInfo: /Users/zach/code/aha-co-config 1 undefined Config: /Users/zach/code/aha-co-config/tsconfig.json WatchType: Wild card directory
294
- Info 273 [15:28:31.485] Project: /Users/zach/code/aha-co-config/tsconfig.json Detected ignored path: /Users/zach/code/aha-co-config/.git/index.lock
295
- Info 274 [15:28:31.485] Elapsed:: 0.6879169999738224ms DirectoryWatcher:: Triggered with /Users/zach/code/aha-co-config/.git/index.lock :: WatchInfo: /Users/zach/code/aha-co-config 1 undefined Config: /Users/zach/code/aha-co-config/tsconfig.json WatchType: Wild card directory