@teambit/watcher 1.0.257 → 1.0.259

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.
@@ -14,870 +14,897 @@
14
14
  },
15
15
  "exports": [
16
16
  {
17
- "__schema": "TypeSchema",
17
+ "__schema": "ExportSchema",
18
18
  "location": {
19
- "filePath": "watcher.ts",
20
- "line": 51,
21
- "character": 1
19
+ "filePath": "index.ts",
20
+ "line": 3,
21
+ "character": 15
22
22
  },
23
- "signature": "type WatchOptions = {\n msgs?: EventMessages | undefined;\n initiator?: CompilationInitiator | undefined;\n verbose?: boolean | undefined;\n spawnTSServer?: boolean | undefined;\n checkTypes?: CheckTypes | undefined;\n preCompile?: boolean | undefined;\n compile?: boolean | undefined;\n import?: boolean | undefined;\n}",
24
23
  "name": "WatchOptions",
25
- "type": {
26
- "__schema": "TypeLiteralSchema",
24
+ "exportNode": {
25
+ "__schema": "TypeSchema",
27
26
  "location": {
28
27
  "filePath": "watcher.ts",
29
28
  "line": 51,
30
- "character": 28
29
+ "character": 1
31
30
  },
32
- "members": [
33
- {
34
- "__schema": "VariableLikeSchema",
35
- "location": {
36
- "filePath": "watcher.ts",
37
- "line": 52,
38
- "character": 3
39
- },
40
- "signature": "(property) msgs?: EventMessages | undefined",
41
- "name": "msgs",
42
- "type": {
43
- "__schema": "TypeRefSchema",
31
+ "signature": "type WatchOptions = {\n msgs?: EventMessages | undefined;\n initiator?: CompilationInitiator | undefined;\n verbose?: boolean | undefined;\n spawnTSServer?: boolean | undefined;\n checkTypes?: CheckTypes | undefined;\n preCompile?: boolean | undefined;\n compile?: boolean | undefined;\n import?: boolean | undefined;\n}",
32
+ "name": "WatchOptions",
33
+ "type": {
34
+ "__schema": "TypeLiteralSchema",
35
+ "location": {
36
+ "filePath": "watcher.ts",
37
+ "line": 51,
38
+ "character": 28
39
+ },
40
+ "members": [
41
+ {
42
+ "__schema": "VariableLikeSchema",
44
43
  "location": {
45
44
  "filePath": "watcher.ts",
46
45
  "line": 52,
47
- "character": 10
46
+ "character": 3
48
47
  },
49
- "name": "EventMessages",
50
- "internalFilePath": "watcher.ts"
51
- },
52
- "isOptional": true
53
- },
54
- {
55
- "__schema": "VariableLikeSchema",
56
- "location": {
57
- "filePath": "watcher.ts",
58
- "line": 53,
59
- "character": 3
48
+ "signature": "(property) msgs?: EventMessages | undefined",
49
+ "name": "msgs",
50
+ "type": {
51
+ "__schema": "TypeRefSchema",
52
+ "location": {
53
+ "filePath": "watcher.ts",
54
+ "line": 52,
55
+ "character": 10
56
+ },
57
+ "name": "EventMessages",
58
+ "internalFilePath": "watcher.ts"
59
+ },
60
+ "isOptional": true
60
61
  },
61
- "signature": "(property) initiator?: CompilationInitiator | undefined",
62
- "name": "initiator",
63
- "type": {
64
- "__schema": "TypeRefSchema",
62
+ {
63
+ "__schema": "VariableLikeSchema",
65
64
  "location": {
66
65
  "filePath": "watcher.ts",
67
66
  "line": 53,
68
- "character": 15
67
+ "character": 3
69
68
  },
70
- "name": "CompilationInitiator",
71
- "componentId": {
72
- "scope": "teambit.compilation",
73
- "name": "compiler"
74
- }
75
- },
76
- "isOptional": true
77
- },
78
- {
79
- "__schema": "VariableLikeSchema",
80
- "location": {
81
- "filePath": "watcher.ts",
82
- "line": 54,
83
- "character": 3
69
+ "signature": "(property) initiator?: CompilationInitiator | undefined",
70
+ "name": "initiator",
71
+ "type": {
72
+ "__schema": "TypeRefSchema",
73
+ "location": {
74
+ "filePath": "watcher.ts",
75
+ "line": 53,
76
+ "character": 15
77
+ },
78
+ "name": "CompilationInitiator",
79
+ "componentId": {
80
+ "scope": "teambit.compilation",
81
+ "name": "compiler"
82
+ }
83
+ },
84
+ "isOptional": true
84
85
  },
85
- "signature": "(property) verbose?: boolean | undefined",
86
- "name": "verbose",
87
- "type": {
88
- "__schema": "KeywordTypeSchema",
86
+ {
87
+ "__schema": "VariableLikeSchema",
89
88
  "location": {
90
89
  "filePath": "watcher.ts",
91
90
  "line": 54,
92
- "character": 13
91
+ "character": 3
93
92
  },
94
- "name": "boolean"
95
- },
96
- "isOptional": true
97
- },
98
- {
99
- "__schema": "VariableLikeSchema",
100
- "location": {
101
- "filePath": "watcher.ts",
102
- "line": 55,
103
- "character": 3
93
+ "signature": "(property) verbose?: boolean | undefined",
94
+ "name": "verbose",
95
+ "type": {
96
+ "__schema": "KeywordTypeSchema",
97
+ "location": {
98
+ "filePath": "watcher.ts",
99
+ "line": 54,
100
+ "character": 13
101
+ },
102
+ "name": "boolean"
103
+ },
104
+ "isOptional": true
104
105
  },
105
- "signature": "(property) spawnTSServer?: boolean | undefined",
106
- "name": "spawnTSServer",
107
- "type": {
108
- "__schema": "KeywordTypeSchema",
106
+ {
107
+ "__schema": "VariableLikeSchema",
109
108
  "location": {
110
109
  "filePath": "watcher.ts",
111
110
  "line": 55,
112
- "character": 19
111
+ "character": 3
113
112
  },
114
- "name": "boolean"
115
- },
116
- "isOptional": true
117
- },
118
- {
119
- "__schema": "VariableLikeSchema",
120
- "location": {
121
- "filePath": "watcher.ts",
122
- "line": 56,
123
- "character": 3
113
+ "signature": "(property) spawnTSServer?: boolean | undefined",
114
+ "name": "spawnTSServer",
115
+ "type": {
116
+ "__schema": "KeywordTypeSchema",
117
+ "location": {
118
+ "filePath": "watcher.ts",
119
+ "line": 55,
120
+ "character": 19
121
+ },
122
+ "name": "boolean"
123
+ },
124
+ "isOptional": true
124
125
  },
125
- "signature": "(property) checkTypes?: CheckTypes | undefined",
126
- "name": "checkTypes",
127
- "type": {
128
- "__schema": "TypeRefSchema",
126
+ {
127
+ "__schema": "VariableLikeSchema",
129
128
  "location": {
130
129
  "filePath": "watcher.ts",
131
130
  "line": 56,
132
- "character": 16
131
+ "character": 3
133
132
  },
134
- "name": "CheckTypes"
135
- },
136
- "isOptional": true
137
- },
138
- {
139
- "__schema": "VariableLikeSchema",
140
- "location": {
141
- "filePath": "watcher.ts",
142
- "line": 57,
143
- "character": 3
133
+ "signature": "(property) checkTypes?: CheckTypes | undefined",
134
+ "name": "checkTypes",
135
+ "type": {
136
+ "__schema": "TypeRefSchema",
137
+ "location": {
138
+ "filePath": "watcher.ts",
139
+ "line": 56,
140
+ "character": 16
141
+ },
142
+ "name": "CheckTypes"
143
+ },
144
+ "isOptional": true
144
145
  },
145
- "signature": "(property) preCompile?: boolean | undefined",
146
- "name": "preCompile",
147
- "type": {
148
- "__schema": "KeywordTypeSchema",
146
+ {
147
+ "__schema": "VariableLikeSchema",
149
148
  "location": {
150
149
  "filePath": "watcher.ts",
151
150
  "line": 57,
152
- "character": 16
151
+ "character": 3
153
152
  },
154
- "name": "boolean"
155
- },
156
- "isOptional": true
157
- },
158
- {
159
- "__schema": "VariableLikeSchema",
160
- "location": {
161
- "filePath": "watcher.ts",
162
- "line": 58,
163
- "character": 3
153
+ "signature": "(property) preCompile?: boolean | undefined",
154
+ "name": "preCompile",
155
+ "type": {
156
+ "__schema": "KeywordTypeSchema",
157
+ "location": {
158
+ "filePath": "watcher.ts",
159
+ "line": 57,
160
+ "character": 16
161
+ },
162
+ "name": "boolean"
163
+ },
164
+ "isOptional": true
164
165
  },
165
- "signature": "(property) compile?: boolean | undefined",
166
- "name": "compile",
167
- "type": {
168
- "__schema": "KeywordTypeSchema",
166
+ {
167
+ "__schema": "VariableLikeSchema",
169
168
  "location": {
170
169
  "filePath": "watcher.ts",
171
170
  "line": 58,
172
- "character": 13
171
+ "character": 3
173
172
  },
174
- "name": "boolean"
175
- },
176
- "isOptional": true
177
- },
178
- {
179
- "__schema": "VariableLikeSchema",
180
- "location": {
181
- "filePath": "watcher.ts",
182
- "line": 59,
183
- "character": 3
173
+ "signature": "(property) compile?: boolean | undefined",
174
+ "name": "compile",
175
+ "type": {
176
+ "__schema": "KeywordTypeSchema",
177
+ "location": {
178
+ "filePath": "watcher.ts",
179
+ "line": 58,
180
+ "character": 13
181
+ },
182
+ "name": "boolean"
183
+ },
184
+ "isOptional": true
184
185
  },
185
- "signature": "(property) import?: boolean | undefined",
186
- "name": "import",
187
- "type": {
188
- "__schema": "KeywordTypeSchema",
186
+ {
187
+ "__schema": "VariableLikeSchema",
189
188
  "location": {
190
189
  "filePath": "watcher.ts",
191
190
  "line": 59,
192
- "character": 12
191
+ "character": 3
193
192
  },
194
- "name": "boolean"
195
- },
196
- "isOptional": true
197
- }
198
- ]
193
+ "signature": "(property) import?: boolean | undefined",
194
+ "name": "import",
195
+ "type": {
196
+ "__schema": "KeywordTypeSchema",
197
+ "location": {
198
+ "filePath": "watcher.ts",
199
+ "line": 59,
200
+ "character": 12
201
+ },
202
+ "name": "boolean"
203
+ },
204
+ "isOptional": true
205
+ }
206
+ ]
207
+ }
199
208
  }
200
209
  },
201
210
  {
202
- "__schema": "EnumSchema",
211
+ "__schema": "ExportSchema",
203
212
  "location": {
204
- "filePath": "check-types.ts",
205
- "line": 1,
206
- "character": 1
213
+ "filePath": "index.ts",
214
+ "line": 4,
215
+ "character": 10
207
216
  },
208
- "signature": "enum CheckTypes",
209
217
  "name": "CheckTypes",
210
- "members": [
211
- {
212
- "__schema": "EnumMemberSchema",
213
- "location": {
214
- "filePath": "check-types.ts",
215
- "line": 2,
216
- "character": 3
217
- },
218
- "signature": "(enum member) CheckTypes.None = 0",
219
- "name": "None"
218
+ "exportNode": {
219
+ "__schema": "EnumSchema",
220
+ "location": {
221
+ "filePath": "check-types.ts",
222
+ "line": 1,
223
+ "character": 1
220
224
  },
221
- {
222
- "__schema": "EnumMemberSchema",
223
- "location": {
224
- "filePath": "check-types.ts",
225
- "line": 3,
226
- "character": 3
225
+ "signature": "enum CheckTypes",
226
+ "name": "CheckTypes",
227
+ "members": [
228
+ {
229
+ "__schema": "EnumMemberSchema",
230
+ "location": {
231
+ "filePath": "check-types.ts",
232
+ "line": 2,
233
+ "character": 3
234
+ },
235
+ "signature": "(enum member) CheckTypes.None = 0",
236
+ "name": "None"
227
237
  },
228
- "signature": "(enum member) CheckTypes.EntireProject = 1",
229
- "name": "EntireProject"
230
- },
231
- {
232
- "__schema": "EnumMemberSchema",
233
- "location": {
234
- "filePath": "check-types.ts",
235
- "line": 4,
236
- "character": 3
238
+ {
239
+ "__schema": "EnumMemberSchema",
240
+ "location": {
241
+ "filePath": "check-types.ts",
242
+ "line": 3,
243
+ "character": 3
244
+ },
245
+ "signature": "(enum member) CheckTypes.EntireProject = 1",
246
+ "name": "EntireProject"
237
247
  },
238
- "signature": "(enum member) CheckTypes.ChangedFile = 2",
239
- "name": "ChangedFile"
240
- }
241
- ]
248
+ {
249
+ "__schema": "EnumMemberSchema",
250
+ "location": {
251
+ "filePath": "check-types.ts",
252
+ "line": 4,
253
+ "character": 3
254
+ },
255
+ "signature": "(enum member) CheckTypes.ChangedFile = 2",
256
+ "name": "ChangedFile"
257
+ }
258
+ ]
259
+ }
242
260
  },
243
261
  {
244
- "__schema": "ClassSchema",
262
+ "__schema": "ExportSchema",
245
263
  "location": {
246
- "filePath": "watcher.main.runtime.ts",
247
- "line": 18,
248
- "character": 1
264
+ "filePath": "index.ts",
265
+ "line": 5,
266
+ "character": 15
249
267
  },
250
- "signature": "class WatcherMain",
251
268
  "name": "WatcherMain",
252
- "members": [
253
- {
254
- "__schema": "ConstructorSchema",
255
- "location": {
256
- "filePath": "watcher.main.runtime.ts",
257
- "line": 19,
258
- "character": 3
259
- },
260
- "signature": "constructor WatcherMain(workspace: Workspace, scope: ScopeMain, pubsub: PubsubMain, onPreWatchSlot: OnPreWatchSlot, ipcEvents: IpcEventsMain, logger: Logger, globalConfig: GlobalConfigMain): WatcherMain",
261
- "name": "constructor",
262
- "params": [
263
- {
264
- "__schema": "ParameterSchema",
265
- "location": {
266
- "filePath": "watcher.main.runtime.ts",
267
- "line": 20,
268
- "character": 5
269
- },
270
- "name": "workspace",
271
- "type": {
272
- "__schema": "TypeRefSchema",
273
- "location": {
274
- "filePath": "watcher.main.runtime.ts",
275
- "line": 20,
276
- "character": 24
277
- },
278
- "name": "Workspace",
279
- "componentId": {
280
- "scope": "teambit.workspace",
281
- "name": "workspace"
282
- }
283
- },
284
- "isOptional": false,
285
- "isSpread": false
269
+ "exportNode": {
270
+ "__schema": "ClassSchema",
271
+ "location": {
272
+ "filePath": "watcher.main.runtime.ts",
273
+ "line": 18,
274
+ "character": 1
275
+ },
276
+ "signature": "class WatcherMain",
277
+ "name": "WatcherMain",
278
+ "members": [
279
+ {
280
+ "__schema": "ConstructorSchema",
281
+ "location": {
282
+ "filePath": "watcher.main.runtime.ts",
283
+ "line": 19,
284
+ "character": 3
286
285
  },
287
- {
288
- "__schema": "ParameterSchema",
289
- "location": {
290
- "filePath": "watcher.main.runtime.ts",
291
- "line": 21,
292
- "character": 5
286
+ "signature": "constructor WatcherMain(workspace: Workspace, scope: ScopeMain, pubsub: PubsubMain, onPreWatchSlot: OnPreWatchSlot, ipcEvents: IpcEventsMain, logger: Logger, globalConfig: GlobalConfigMain): WatcherMain",
287
+ "name": "constructor",
288
+ "params": [
289
+ {
290
+ "__schema": "ParameterSchema",
291
+ "location": {
292
+ "filePath": "watcher.main.runtime.ts",
293
+ "line": 20,
294
+ "character": 5
295
+ },
296
+ "name": "workspace",
297
+ "type": {
298
+ "__schema": "TypeRefSchema",
299
+ "location": {
300
+ "filePath": "watcher.main.runtime.ts",
301
+ "line": 20,
302
+ "character": 24
303
+ },
304
+ "name": "Workspace",
305
+ "componentId": {
306
+ "scope": "teambit.workspace",
307
+ "name": "workspace"
308
+ }
309
+ },
310
+ "isOptional": false,
311
+ "isSpread": false
293
312
  },
294
- "name": "scope",
295
- "type": {
296
- "__schema": "TypeRefSchema",
313
+ {
314
+ "__schema": "ParameterSchema",
297
315
  "location": {
298
316
  "filePath": "watcher.main.runtime.ts",
299
317
  "line": 21,
300
- "character": 20
318
+ "character": 5
301
319
  },
302
- "name": "ScopeMain",
303
- "componentId": {
304
- "scope": "teambit.scope",
305
- "name": "scope"
306
- }
307
- },
308
- "isOptional": false,
309
- "isSpread": false
310
- },
311
- {
312
- "__schema": "ParameterSchema",
313
- "location": {
314
- "filePath": "watcher.main.runtime.ts",
315
- "line": 22,
316
- "character": 5
320
+ "name": "scope",
321
+ "type": {
322
+ "__schema": "TypeRefSchema",
323
+ "location": {
324
+ "filePath": "watcher.main.runtime.ts",
325
+ "line": 21,
326
+ "character": 20
327
+ },
328
+ "name": "ScopeMain",
329
+ "componentId": {
330
+ "scope": "teambit.scope",
331
+ "name": "scope"
332
+ }
333
+ },
334
+ "isOptional": false,
335
+ "isSpread": false
317
336
  },
318
- "name": "pubsub",
319
- "type": {
320
- "__schema": "TypeRefSchema",
337
+ {
338
+ "__schema": "ParameterSchema",
321
339
  "location": {
322
340
  "filePath": "watcher.main.runtime.ts",
323
341
  "line": 22,
324
- "character": 21
342
+ "character": 5
325
343
  },
326
- "name": "PubsubMain",
327
- "componentId": {
328
- "scope": "teambit.harmony",
329
- "name": "pubsub"
330
- }
331
- },
332
- "isOptional": false,
333
- "isSpread": false
334
- },
335
- {
336
- "__schema": "ParameterSchema",
337
- "location": {
338
- "filePath": "watcher.main.runtime.ts",
339
- "line": 23,
340
- "character": 5
344
+ "name": "pubsub",
345
+ "type": {
346
+ "__schema": "TypeRefSchema",
347
+ "location": {
348
+ "filePath": "watcher.main.runtime.ts",
349
+ "line": 22,
350
+ "character": 21
351
+ },
352
+ "name": "PubsubMain",
353
+ "componentId": {
354
+ "scope": "teambit.harmony",
355
+ "name": "pubsub"
356
+ }
357
+ },
358
+ "isOptional": false,
359
+ "isSpread": false
341
360
  },
342
- "name": "onPreWatchSlot",
343
- "type": {
344
- "__schema": "TypeRefSchema",
361
+ {
362
+ "__schema": "ParameterSchema",
345
363
  "location": {
346
364
  "filePath": "watcher.main.runtime.ts",
347
365
  "line": 23,
348
- "character": 29
366
+ "character": 5
349
367
  },
350
- "name": "OnPreWatchSlot",
351
- "internalFilePath": "watcher.main.runtime.ts"
352
- },
353
- "isOptional": false,
354
- "isSpread": false
355
- },
356
- {
357
- "__schema": "ParameterSchema",
358
- "location": {
359
- "filePath": "watcher.main.runtime.ts",
360
- "line": 24,
361
- "character": 5
368
+ "name": "onPreWatchSlot",
369
+ "type": {
370
+ "__schema": "TypeRefSchema",
371
+ "location": {
372
+ "filePath": "watcher.main.runtime.ts",
373
+ "line": 23,
374
+ "character": 29
375
+ },
376
+ "name": "OnPreWatchSlot",
377
+ "internalFilePath": "watcher.main.runtime.ts"
378
+ },
379
+ "isOptional": false,
380
+ "isSpread": false
362
381
  },
363
- "name": "ipcEvents",
364
- "type": {
365
- "__schema": "TypeRefSchema",
382
+ {
383
+ "__schema": "ParameterSchema",
366
384
  "location": {
367
385
  "filePath": "watcher.main.runtime.ts",
368
386
  "line": 24,
369
- "character": 25
387
+ "character": 5
370
388
  },
371
- "name": "IpcEventsMain",
372
- "componentId": {
373
- "scope": "teambit.harmony",
374
- "name": "ipc-events"
375
- }
376
- },
377
- "isOptional": false,
378
- "isSpread": false
379
- },
380
- {
381
- "__schema": "ParameterSchema",
382
- "location": {
383
- "filePath": "watcher.main.runtime.ts",
384
- "line": 25,
385
- "character": 5
389
+ "name": "ipcEvents",
390
+ "type": {
391
+ "__schema": "TypeRefSchema",
392
+ "location": {
393
+ "filePath": "watcher.main.runtime.ts",
394
+ "line": 24,
395
+ "character": 25
396
+ },
397
+ "name": "IpcEventsMain",
398
+ "componentId": {
399
+ "scope": "teambit.harmony",
400
+ "name": "ipc-events"
401
+ }
402
+ },
403
+ "isOptional": false,
404
+ "isSpread": false
386
405
  },
387
- "name": "logger",
388
- "type": {
389
- "__schema": "TypeRefSchema",
406
+ {
407
+ "__schema": "ParameterSchema",
390
408
  "location": {
391
409
  "filePath": "watcher.main.runtime.ts",
392
410
  "line": 25,
393
- "character": 22
411
+ "character": 5
394
412
  },
395
- "name": "Logger",
396
- "componentId": {
397
- "scope": "teambit.harmony",
398
- "name": "logger"
399
- }
400
- },
401
- "isOptional": false,
402
- "isSpread": false
403
- },
404
- {
405
- "__schema": "ParameterSchema",
406
- "location": {
407
- "filePath": "watcher.main.runtime.ts",
408
- "line": 26,
409
- "character": 5
413
+ "name": "logger",
414
+ "type": {
415
+ "__schema": "TypeRefSchema",
416
+ "location": {
417
+ "filePath": "watcher.main.runtime.ts",
418
+ "line": 25,
419
+ "character": 22
420
+ },
421
+ "name": "Logger",
422
+ "componentId": {
423
+ "scope": "teambit.harmony",
424
+ "name": "logger"
425
+ }
426
+ },
427
+ "isOptional": false,
428
+ "isSpread": false
410
429
  },
411
- "name": "globalConfig",
412
- "type": {
413
- "__schema": "TypeRefSchema",
430
+ {
431
+ "__schema": "ParameterSchema",
414
432
  "location": {
415
433
  "filePath": "watcher.main.runtime.ts",
416
434
  "line": 26,
417
- "character": 28
435
+ "character": 5
418
436
  },
419
- "name": "GlobalConfigMain",
420
- "componentId": {
421
- "scope": "teambit.harmony",
422
- "name": "global-config"
423
- }
437
+ "name": "globalConfig",
438
+ "type": {
439
+ "__schema": "TypeRefSchema",
440
+ "location": {
441
+ "filePath": "watcher.main.runtime.ts",
442
+ "line": 26,
443
+ "character": 28
444
+ },
445
+ "name": "GlobalConfigMain",
446
+ "componentId": {
447
+ "scope": "teambit.harmony",
448
+ "name": "global-config"
449
+ }
450
+ },
451
+ "isOptional": false,
452
+ "isSpread": false
453
+ }
454
+ ],
455
+ "returnType": {
456
+ "__schema": "ThisTypeSchema",
457
+ "location": {
458
+ "filePath": "watcher.main.runtime.ts",
459
+ "line": 18,
460
+ "character": 1
424
461
  },
425
- "isOptional": false,
426
- "isSpread": false
427
- }
428
- ],
429
- "returnType": {
430
- "__schema": "ThisTypeSchema",
462
+ "name": "WatcherMain"
463
+ },
464
+ "modifiers": []
465
+ },
466
+ {
467
+ "__schema": "FunctionLikeSchema",
431
468
  "location": {
432
469
  "filePath": "watcher.main.runtime.ts",
433
- "line": 18,
434
- "character": 1
470
+ "line": 29,
471
+ "character": 3
435
472
  },
436
- "name": "WatcherMain"
437
- },
438
- "modifiers": []
439
- },
440
- {
441
- "__schema": "FunctionLikeSchema",
442
- "location": {
443
- "filePath": "watcher.main.runtime.ts",
444
- "line": 29,
445
- "character": 3
446
- },
447
- "signature": "(method) WatcherMain.watch(opts: WatchOptions): Promise<void>",
448
- "name": "watch",
449
- "params": [
450
- {
451
- "__schema": "ParameterSchema",
452
- "location": {
453
- "filePath": "watcher.main.runtime.ts",
454
- "line": 29,
455
- "character": 15
456
- },
457
- "name": "opts",
458
- "type": {
459
- "__schema": "TypeRefSchema",
473
+ "signature": "(method) WatcherMain.watch(opts: WatchOptions): Promise<void>",
474
+ "name": "watch",
475
+ "params": [
476
+ {
477
+ "__schema": "ParameterSchema",
460
478
  "location": {
461
479
  "filePath": "watcher.main.runtime.ts",
462
480
  "line": 29,
463
- "character": 21
481
+ "character": 15
464
482
  },
465
- "name": "WatchOptions"
483
+ "name": "opts",
484
+ "type": {
485
+ "__schema": "TypeRefSchema",
486
+ "location": {
487
+ "filePath": "watcher.main.runtime.ts",
488
+ "line": 29,
489
+ "character": 21
490
+ },
491
+ "name": "WatchOptions"
492
+ },
493
+ "isOptional": false,
494
+ "isSpread": false
495
+ }
496
+ ],
497
+ "returnType": {
498
+ "__schema": "InferenceTypeSchema",
499
+ "location": {
500
+ "filePath": "watcher.main.runtime.ts",
501
+ "line": 29,
502
+ "character": 3
466
503
  },
467
- "isOptional": false,
468
- "isSpread": false
469
- }
470
- ],
471
- "returnType": {
472
- "__schema": "InferenceTypeSchema",
473
- "location": {
474
- "filePath": "watcher.main.runtime.ts",
475
- "line": 29,
476
- "character": 3
504
+ "type": "Promise<void>"
477
505
  },
478
- "type": "Promise<void>"
479
- },
480
- "modifiers": [
481
- "async"
482
- ]
483
- },
484
- {
485
- "__schema": "FunctionLikeSchema",
486
- "location": {
487
- "filePath": "watcher.main.runtime.ts",
488
- "line": 35,
489
- "character": 3
506
+ "modifiers": [
507
+ "async"
508
+ ]
490
509
  },
491
- "signature": "(method) WatcherMain.watchScopeInternalFiles(): Promise<void>",
492
- "name": "watchScopeInternalFiles",
493
- "params": [],
494
- "returnType": {
495
- "__schema": "InferenceTypeSchema",
510
+ {
511
+ "__schema": "FunctionLikeSchema",
496
512
  "location": {
497
513
  "filePath": "watcher.main.runtime.ts",
498
514
  "line": 35,
499
515
  "character": 3
500
516
  },
501
- "type": "Promise<void>"
502
- },
503
- "modifiers": [
504
- "async"
505
- ]
506
- },
507
- {
508
- "__schema": "FunctionLikeSchema",
509
- "location": {
510
- "filePath": "watcher.main.runtime.ts",
511
- "line": 39,
512
- "character": 3
513
- },
514
- "signature": "(method) WatcherMain.triggerOnPreWatch(componentIds: ComponentID[], watchOpts: WatchOptions): Promise<void>",
515
- "name": "triggerOnPreWatch",
516
- "params": [
517
- {
518
- "__schema": "ParameterSchema",
517
+ "signature": "(method) WatcherMain.watchScopeInternalFiles(): Promise<void>",
518
+ "name": "watchScopeInternalFiles",
519
+ "params": [],
520
+ "returnType": {
521
+ "__schema": "InferenceTypeSchema",
519
522
  "location": {
520
523
  "filePath": "watcher.main.runtime.ts",
521
- "line": 39,
522
- "character": 27
524
+ "line": 35,
525
+ "character": 3
523
526
  },
524
- "name": "componentIds",
525
- "type": {
526
- "__schema": "TypeArraySchema",
527
+ "type": "Promise<void>"
528
+ },
529
+ "modifiers": [
530
+ "async"
531
+ ]
532
+ },
533
+ {
534
+ "__schema": "FunctionLikeSchema",
535
+ "location": {
536
+ "filePath": "watcher.main.runtime.ts",
537
+ "line": 39,
538
+ "character": 3
539
+ },
540
+ "signature": "(method) WatcherMain.triggerOnPreWatch(componentIds: ComponentID[], watchOpts: WatchOptions): Promise<void>",
541
+ "name": "triggerOnPreWatch",
542
+ "params": [
543
+ {
544
+ "__schema": "ParameterSchema",
527
545
  "location": {
528
546
  "filePath": "watcher.main.runtime.ts",
529
547
  "line": 39,
530
- "character": 41
548
+ "character": 27
531
549
  },
550
+ "name": "componentIds",
532
551
  "type": {
533
- "__schema": "TypeRefSchema",
552
+ "__schema": "TypeArraySchema",
534
553
  "location": {
535
554
  "filePath": "watcher.main.runtime.ts",
536
555
  "line": 39,
537
556
  "character": 41
538
557
  },
539
- "name": "ComponentID",
540
- "componentId": {
541
- "scope": "teambit.component",
542
- "name": "component-id",
543
- "version": "1.2.0"
558
+ "type": {
559
+ "__schema": "TypeRefSchema",
560
+ "location": {
561
+ "filePath": "watcher.main.runtime.ts",
562
+ "line": 39,
563
+ "character": 41
564
+ },
565
+ "name": "ComponentID",
566
+ "componentId": {
567
+ "scope": "teambit.component",
568
+ "name": "component-id",
569
+ "version": "1.2.0"
570
+ }
544
571
  }
545
- }
546
- },
547
- "isOptional": false,
548
- "isSpread": false
549
- },
550
- {
551
- "__schema": "ParameterSchema",
552
- "location": {
553
- "filePath": "watcher.main.runtime.ts",
554
- "line": 39,
555
- "character": 56
572
+ },
573
+ "isOptional": false,
574
+ "isSpread": false
556
575
  },
557
- "name": "watchOpts",
558
- "type": {
559
- "__schema": "TypeRefSchema",
576
+ {
577
+ "__schema": "ParameterSchema",
560
578
  "location": {
561
579
  "filePath": "watcher.main.runtime.ts",
562
580
  "line": 39,
563
- "character": 67
581
+ "character": 56
564
582
  },
565
- "name": "WatchOptions"
583
+ "name": "watchOpts",
584
+ "type": {
585
+ "__schema": "TypeRefSchema",
586
+ "location": {
587
+ "filePath": "watcher.main.runtime.ts",
588
+ "line": 39,
589
+ "character": 67
590
+ },
591
+ "name": "WatchOptions"
592
+ },
593
+ "isOptional": false,
594
+ "isSpread": false
595
+ }
596
+ ],
597
+ "returnType": {
598
+ "__schema": "InferenceTypeSchema",
599
+ "location": {
600
+ "filePath": "watcher.main.runtime.ts",
601
+ "line": 39,
602
+ "character": 3
566
603
  },
567
- "isOptional": false,
568
- "isSpread": false
569
- }
570
- ],
571
- "returnType": {
572
- "__schema": "InferenceTypeSchema",
604
+ "type": "Promise<void>"
605
+ },
606
+ "modifiers": [
607
+ "async"
608
+ ]
609
+ },
610
+ {
611
+ "__schema": "FunctionLikeSchema",
573
612
  "location": {
574
613
  "filePath": "watcher.main.runtime.ts",
575
- "line": 39,
614
+ "line": 46,
576
615
  "character": 3
577
616
  },
578
- "type": "Promise<void>"
579
- },
580
- "modifiers": [
581
- "async"
582
- ]
583
- },
584
- {
585
- "__schema": "FunctionLikeSchema",
586
- "location": {
587
- "filePath": "watcher.main.runtime.ts",
588
- "line": 46,
589
- "character": 3
590
- },
591
- "signature": "(method) WatcherMain.registerOnPreWatch(onPreWatchFunc: OnPreWatch): this",
592
- "name": "registerOnPreWatch",
593
- "params": [
594
- {
595
- "__schema": "ParameterSchema",
596
- "location": {
597
- "filePath": "watcher.main.runtime.ts",
598
- "line": 46,
599
- "character": 22
600
- },
601
- "name": "onPreWatchFunc",
602
- "type": {
603
- "__schema": "TypeRefSchema",
617
+ "signature": "(method) WatcherMain.registerOnPreWatch(onPreWatchFunc: OnPreWatch): this",
618
+ "name": "registerOnPreWatch",
619
+ "params": [
620
+ {
621
+ "__schema": "ParameterSchema",
604
622
  "location": {
605
623
  "filePath": "watcher.main.runtime.ts",
606
624
  "line": 46,
607
- "character": 38
625
+ "character": 22
608
626
  },
609
- "name": "OnPreWatch",
610
- "internalFilePath": "watcher.main.runtime.ts"
627
+ "name": "onPreWatchFunc",
628
+ "type": {
629
+ "__schema": "TypeRefSchema",
630
+ "location": {
631
+ "filePath": "watcher.main.runtime.ts",
632
+ "line": 46,
633
+ "character": 38
634
+ },
635
+ "name": "OnPreWatch",
636
+ "internalFilePath": "watcher.main.runtime.ts"
637
+ },
638
+ "isOptional": false,
639
+ "isSpread": false
640
+ }
641
+ ],
642
+ "returnType": {
643
+ "__schema": "TypeRefSchema",
644
+ "location": {
645
+ "filePath": "watcher.main.runtime.ts",
646
+ "line": 46,
647
+ "character": 3
611
648
  },
612
- "isOptional": false,
613
- "isSpread": false
614
- }
615
- ],
616
- "returnType": {
617
- "__schema": "TypeRefSchema",
618
- "location": {
619
- "filePath": "watcher.main.runtime.ts",
620
- "line": 46,
621
- "character": 3
649
+ "name": "WatcherMain"
622
650
  },
623
- "name": "WatcherMain"
624
- },
625
- "modifiers": []
626
- },
627
- {
628
- "__schema": "VariableLikeSchema",
629
- "location": {
630
- "filePath": "watcher.main.runtime.ts",
631
- "line": 51,
632
- "character": 3
651
+ "modifiers": []
633
652
  },
634
- "signature": "(property) WatcherMain.slots: ((registerFn: () => string) => SlotRegistry<OnPreWatch>)[]",
635
- "name": "slots",
636
- "type": {
637
- "__schema": "InferenceTypeSchema",
653
+ {
654
+ "__schema": "VariableLikeSchema",
638
655
  "location": {
639
656
  "filePath": "watcher.main.runtime.ts",
640
657
  "line": 51,
641
658
  "character": 3
642
659
  },
643
- "type": "((registerFn: () => string) => SlotRegistry<OnPreWatch>)[]"
644
- },
645
- "isOptional": true,
646
- "defaultValue": "[Slot.withType<OnPreWatch>()]"
647
- },
648
- {
649
- "__schema": "VariableLikeSchema",
650
- "location": {
651
- "filePath": "watcher.main.runtime.ts",
652
- "line": 52,
653
- "character": 3
660
+ "signature": "(property) WatcherMain.slots: ((registerFn: () => string) => SlotRegistry<OnPreWatch>)[]",
661
+ "name": "slots",
662
+ "type": {
663
+ "__schema": "InferenceTypeSchema",
664
+ "location": {
665
+ "filePath": "watcher.main.runtime.ts",
666
+ "line": 51,
667
+ "character": 3
668
+ },
669
+ "type": "((registerFn: () => string) => SlotRegistry<OnPreWatch>)[]"
670
+ },
671
+ "isOptional": true,
672
+ "defaultValue": "[Slot.withType<OnPreWatch>()]"
654
673
  },
655
- "signature": "(property) WatcherMain.dependencies: Aspect[]",
656
- "name": "dependencies",
657
- "type": {
658
- "__schema": "InferenceTypeSchema",
674
+ {
675
+ "__schema": "VariableLikeSchema",
659
676
  "location": {
660
677
  "filePath": "watcher.main.runtime.ts",
661
678
  "line": 52,
662
679
  "character": 3
663
680
  },
664
- "type": "Aspect[]"
665
- },
666
- "isOptional": true,
667
- "defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n ScopeAspect,\n PubsubAspect,\n LoggerAspect,\n IpcEventsAspect,\n GlobalConfigAspect,\n ]"
668
- },
669
- {
670
- "__schema": "VariableLikeSchema",
671
- "location": {
672
- "filePath": "watcher.main.runtime.ts",
673
- "line": 61,
674
- "character": 3
681
+ "signature": "(property) WatcherMain.dependencies: Aspect[]",
682
+ "name": "dependencies",
683
+ "type": {
684
+ "__schema": "InferenceTypeSchema",
685
+ "location": {
686
+ "filePath": "watcher.main.runtime.ts",
687
+ "line": 52,
688
+ "character": 3
689
+ },
690
+ "type": "Aspect[]"
691
+ },
692
+ "isOptional": true,
693
+ "defaultValue": "[\n CLIAspect,\n WorkspaceAspect,\n ScopeAspect,\n PubsubAspect,\n LoggerAspect,\n IpcEventsAspect,\n GlobalConfigAspect,\n ]"
675
694
  },
676
- "signature": "(property) WatcherMain.runtime: RuntimeDefinition",
677
- "name": "runtime",
678
- "type": {
679
- "__schema": "InferenceTypeSchema",
695
+ {
696
+ "__schema": "VariableLikeSchema",
680
697
  "location": {
681
698
  "filePath": "watcher.main.runtime.ts",
682
699
  "line": 61,
683
700
  "character": 3
684
701
  },
685
- "type": "RuntimeDefinition"
686
- },
687
- "isOptional": true,
688
- "defaultValue": "MainRuntime"
689
- },
690
- {
691
- "__schema": "FunctionLikeSchema",
692
- "location": {
693
- "filePath": "watcher.main.runtime.ts",
694
- "line": 63,
695
- "character": 3
696
- },
697
- "signature": "(method) WatcherMain.provider([cli, workspace, scope, pubsub, loggerMain, ipcEvents, globalConfig]: [\n CLIMain,\n Workspace,\n ScopeMain,\n PubsubMain,\n LoggerMain,\n IpcEventsMain,\n GlobalConfigMain\n], _: any, [onPreWatchSlot]: [OnPreWatchSlot]): Promise<WatcherMain>",
698
- "name": "provider",
699
- "params": [
700
- {
701
- "__schema": "ParameterSchema",
702
+ "signature": "(property) WatcherMain.runtime: RuntimeDefinition",
703
+ "name": "runtime",
704
+ "type": {
705
+ "__schema": "InferenceTypeSchema",
702
706
  "location": {
703
707
  "filePath": "watcher.main.runtime.ts",
704
- "line": 64,
705
- "character": 5
708
+ "line": 61,
709
+ "character": 3
706
710
  },
707
- "name": "[ cli, workspace, scope, pubsub, loggerMain, ipcEvents, globalConfig ]",
708
- "type": {
709
- "__schema": "TupleTypeSchema",
711
+ "type": "RuntimeDefinition"
712
+ },
713
+ "isOptional": true,
714
+ "defaultValue": "MainRuntime"
715
+ },
716
+ {
717
+ "__schema": "FunctionLikeSchema",
718
+ "location": {
719
+ "filePath": "watcher.main.runtime.ts",
720
+ "line": 63,
721
+ "character": 3
722
+ },
723
+ "signature": "(method) WatcherMain.provider([cli, workspace, scope, pubsub, loggerMain, ipcEvents, globalConfig]: [\n CLIMain,\n Workspace,\n ScopeMain,\n PubsubMain,\n LoggerMain,\n IpcEventsMain,\n GlobalConfigMain\n], _: any, [onPreWatchSlot]: [OnPreWatchSlot]): Promise<WatcherMain>",
724
+ "name": "provider",
725
+ "params": [
726
+ {
727
+ "__schema": "ParameterSchema",
710
728
  "location": {
711
729
  "filePath": "watcher.main.runtime.ts",
712
730
  "line": 64,
713
- "character": 75
731
+ "character": 5
714
732
  },
715
- "elements": [
716
- {
717
- "__schema": "TypeRefSchema",
718
- "location": {
719
- "filePath": "watcher.main.runtime.ts",
720
- "line": 65,
721
- "character": 7
722
- },
723
- "name": "CLIMain",
724
- "componentId": {
725
- "scope": "teambit.harmony",
726
- "name": "cli"
727
- }
733
+ "name": "[ cli, workspace, scope, pubsub, loggerMain, ipcEvents, globalConfig ]",
734
+ "type": {
735
+ "__schema": "TupleTypeSchema",
736
+ "location": {
737
+ "filePath": "watcher.main.runtime.ts",
738
+ "line": 64,
739
+ "character": 75
728
740
  },
729
- {
730
- "__schema": "TypeRefSchema",
731
- "location": {
732
- "filePath": "watcher.main.runtime.ts",
733
- "line": 66,
734
- "character": 7
741
+ "elements": [
742
+ {
743
+ "__schema": "TypeRefSchema",
744
+ "location": {
745
+ "filePath": "watcher.main.runtime.ts",
746
+ "line": 65,
747
+ "character": 7
748
+ },
749
+ "name": "CLIMain",
750
+ "componentId": {
751
+ "scope": "teambit.harmony",
752
+ "name": "cli"
753
+ }
735
754
  },
736
- "name": "Workspace",
737
- "componentId": {
738
- "scope": "teambit.workspace",
739
- "name": "workspace"
740
- }
741
- },
742
- {
743
- "__schema": "TypeRefSchema",
744
- "location": {
745
- "filePath": "watcher.main.runtime.ts",
746
- "line": 67,
747
- "character": 7
755
+ {
756
+ "__schema": "TypeRefSchema",
757
+ "location": {
758
+ "filePath": "watcher.main.runtime.ts",
759
+ "line": 66,
760
+ "character": 7
761
+ },
762
+ "name": "Workspace",
763
+ "componentId": {
764
+ "scope": "teambit.workspace",
765
+ "name": "workspace"
766
+ }
748
767
  },
749
- "name": "ScopeMain",
750
- "componentId": {
751
- "scope": "teambit.scope",
752
- "name": "scope"
753
- }
754
- },
755
- {
756
- "__schema": "TypeRefSchema",
757
- "location": {
758
- "filePath": "watcher.main.runtime.ts",
759
- "line": 68,
760
- "character": 7
768
+ {
769
+ "__schema": "TypeRefSchema",
770
+ "location": {
771
+ "filePath": "watcher.main.runtime.ts",
772
+ "line": 67,
773
+ "character": 7
774
+ },
775
+ "name": "ScopeMain",
776
+ "componentId": {
777
+ "scope": "teambit.scope",
778
+ "name": "scope"
779
+ }
761
780
  },
762
- "name": "PubsubMain",
763
- "componentId": {
764
- "scope": "teambit.harmony",
765
- "name": "pubsub"
766
- }
767
- },
768
- {
769
- "__schema": "TypeRefSchema",
770
- "location": {
771
- "filePath": "watcher.main.runtime.ts",
772
- "line": 69,
773
- "character": 7
781
+ {
782
+ "__schema": "TypeRefSchema",
783
+ "location": {
784
+ "filePath": "watcher.main.runtime.ts",
785
+ "line": 68,
786
+ "character": 7
787
+ },
788
+ "name": "PubsubMain",
789
+ "componentId": {
790
+ "scope": "teambit.harmony",
791
+ "name": "pubsub"
792
+ }
774
793
  },
775
- "name": "LoggerMain",
776
- "componentId": {
777
- "scope": "teambit.harmony",
778
- "name": "logger"
779
- }
780
- },
781
- {
782
- "__schema": "TypeRefSchema",
783
- "location": {
784
- "filePath": "watcher.main.runtime.ts",
785
- "line": 70,
786
- "character": 7
794
+ {
795
+ "__schema": "TypeRefSchema",
796
+ "location": {
797
+ "filePath": "watcher.main.runtime.ts",
798
+ "line": 69,
799
+ "character": 7
800
+ },
801
+ "name": "LoggerMain",
802
+ "componentId": {
803
+ "scope": "teambit.harmony",
804
+ "name": "logger"
805
+ }
787
806
  },
788
- "name": "IpcEventsMain",
789
- "componentId": {
790
- "scope": "teambit.harmony",
791
- "name": "ipc-events"
792
- }
793
- },
794
- {
795
- "__schema": "TypeRefSchema",
796
- "location": {
797
- "filePath": "watcher.main.runtime.ts",
798
- "line": 71,
799
- "character": 7
807
+ {
808
+ "__schema": "TypeRefSchema",
809
+ "location": {
810
+ "filePath": "watcher.main.runtime.ts",
811
+ "line": 70,
812
+ "character": 7
813
+ },
814
+ "name": "IpcEventsMain",
815
+ "componentId": {
816
+ "scope": "teambit.harmony",
817
+ "name": "ipc-events"
818
+ }
800
819
  },
801
- "name": "GlobalConfigMain",
802
- "componentId": {
803
- "scope": "teambit.harmony",
804
- "name": "global-config"
820
+ {
821
+ "__schema": "TypeRefSchema",
822
+ "location": {
823
+ "filePath": "watcher.main.runtime.ts",
824
+ "line": 71,
825
+ "character": 7
826
+ },
827
+ "name": "GlobalConfigMain",
828
+ "componentId": {
829
+ "scope": "teambit.harmony",
830
+ "name": "global-config"
831
+ }
805
832
  }
806
- }
807
- ]
808
- },
809
- "isOptional": false,
810
- "isSpread": false
811
- },
812
- {
813
- "__schema": "ParameterSchema",
814
- "location": {
815
- "filePath": "watcher.main.runtime.ts",
816
- "line": 73,
817
- "character": 5
833
+ ]
834
+ },
835
+ "isOptional": false,
836
+ "isSpread": false
818
837
  },
819
- "name": "_",
820
- "type": {
821
- "__schema": "InferenceTypeSchema",
838
+ {
839
+ "__schema": "ParameterSchema",
822
840
  "location": {
823
841
  "filePath": "watcher.main.runtime.ts",
824
842
  "line": 73,
825
843
  "character": 5
826
844
  },
827
- "type": "any"
828
- },
829
- "isOptional": false,
830
- "isSpread": false
831
- },
832
- {
833
- "__schema": "ParameterSchema",
834
- "location": {
835
- "filePath": "watcher.main.runtime.ts",
836
- "line": 74,
837
- "character": 5
845
+ "name": "_",
846
+ "type": {
847
+ "__schema": "InferenceTypeSchema",
848
+ "location": {
849
+ "filePath": "watcher.main.runtime.ts",
850
+ "line": 73,
851
+ "character": 5
852
+ },
853
+ "type": "any"
854
+ },
855
+ "isOptional": false,
856
+ "isSpread": false
838
857
  },
839
- "name": "[ onPreWatchSlot ]",
840
- "type": {
841
- "__schema": "TupleTypeSchema",
858
+ {
859
+ "__schema": "ParameterSchema",
842
860
  "location": {
843
861
  "filePath": "watcher.main.runtime.ts",
844
862
  "line": 74,
845
- "character": 23
863
+ "character": 5
846
864
  },
847
- "elements": [
848
- {
849
- "__schema": "TypeRefSchema",
850
- "location": {
851
- "filePath": "watcher.main.runtime.ts",
852
- "line": 74,
853
- "character": 24
854
- },
855
- "name": "OnPreWatchSlot",
856
- "internalFilePath": "watcher.main.runtime.ts"
857
- }
858
- ]
865
+ "name": "[ onPreWatchSlot ]",
866
+ "type": {
867
+ "__schema": "TupleTypeSchema",
868
+ "location": {
869
+ "filePath": "watcher.main.runtime.ts",
870
+ "line": 74,
871
+ "character": 23
872
+ },
873
+ "elements": [
874
+ {
875
+ "__schema": "TypeRefSchema",
876
+ "location": {
877
+ "filePath": "watcher.main.runtime.ts",
878
+ "line": 74,
879
+ "character": 24
880
+ },
881
+ "name": "OnPreWatchSlot",
882
+ "internalFilePath": "watcher.main.runtime.ts"
883
+ }
884
+ ]
885
+ },
886
+ "isOptional": false,
887
+ "isSpread": false
888
+ }
889
+ ],
890
+ "returnType": {
891
+ "__schema": "InferenceTypeSchema",
892
+ "location": {
893
+ "filePath": "watcher.main.runtime.ts",
894
+ "line": 63,
895
+ "character": 3
859
896
  },
860
- "isOptional": false,
861
- "isSpread": false
862
- }
863
- ],
864
- "returnType": {
865
- "__schema": "InferenceTypeSchema",
866
- "location": {
867
- "filePath": "watcher.main.runtime.ts",
868
- "line": 63,
869
- "character": 3
897
+ "type": "Promise<WatcherMain>"
870
898
  },
871
- "type": "Promise<WatcherMain>"
872
- },
873
- "modifiers": [
874
- "static",
875
- "async"
876
- ]
877
- }
878
- ],
879
- "extendsNodes": [],
880
- "implementNodes": []
899
+ "modifiers": [
900
+ "static",
901
+ "async"
902
+ ]
903
+ }
904
+ ],
905
+ "extendsNodes": [],
906
+ "implementNodes": []
907
+ }
881
908
  },
882
909
  {
883
910
  "__schema": "UnImplementedSchema",
@@ -890,30 +917,39 @@
890
917
  "type": "Identifier"
891
918
  },
892
919
  {
893
- "__schema": "VariableLikeSchema",
920
+ "__schema": "ExportSchema",
894
921
  "location": {
895
- "filePath": "watcher.aspect.ts",
896
- "line": 3,
897
- "character": 14
922
+ "filePath": "index.ts",
923
+ "line": 7,
924
+ "character": 10
898
925
  },
899
- "signature": "const WatcherAspect: Aspect",
900
926
  "name": "WatcherAspect",
901
- "type": {
902
- "__schema": "TypeRefSchema",
927
+ "exportNode": {
928
+ "__schema": "VariableLikeSchema",
903
929
  "location": {
904
930
  "filePath": "watcher.aspect.ts",
905
931
  "line": 3,
906
932
  "character": 14
907
933
  },
908
- "name": "Aspect",
909
- "componentId": {
910
- "scope": "teambit.harmony",
911
- "name": "harmony",
912
- "version": "0.4.6"
913
- }
914
- },
915
- "isOptional": false,
916
- "defaultValue": "Aspect.create({\n id: 'teambit.workspace/watcher',\n})"
934
+ "signature": "const WatcherAspect: Aspect",
935
+ "name": "WatcherAspect",
936
+ "type": {
937
+ "__schema": "TypeRefSchema",
938
+ "location": {
939
+ "filePath": "watcher.aspect.ts",
940
+ "line": 3,
941
+ "character": 14
942
+ },
943
+ "name": "Aspect",
944
+ "componentId": {
945
+ "scope": "teambit.harmony",
946
+ "name": "harmony",
947
+ "version": "0.4.6"
948
+ }
949
+ },
950
+ "isOptional": false,
951
+ "defaultValue": "Aspect.create({\n id: 'teambit.workspace/watcher',\n})"
952
+ }
917
953
  }
918
954
  ],
919
955
  "internals": []
@@ -2655,7 +2691,7 @@
2655
2691
  "componentId": {
2656
2692
  "scope": "teambit.workspace",
2657
2693
  "name": "watcher",
2658
- "version": "1.0.257"
2694
+ "version": "1.0.259"
2659
2695
  },
2660
2696
  "taggedModuleExports": []
2661
2697
  }