File tree 1 file changed +18
-3
lines changed
1 file changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,20 @@ comment:
22
22
23
23
component_management :
24
24
individual_components :
25
+ - component_id : js-ast-analyze
26
+ name : js-ast-analyze
27
+ paths :
28
+ - packages/js-ast-analyze/**
29
+
25
30
- component_id : js-ast-build
26
31
name : js-ast-build
27
32
paths :
28
33
- packages/js-ast-build/**
29
34
30
- - component_id : ts -ast-build
31
- name : ts -ast-build
35
+ - component_id : svelte -ast-analyze
36
+ name : svelte -ast-analyze
32
37
paths :
33
- - packages/ts -ast-build /**
38
+ - packages/svelte -ast-analyze /**
34
39
35
40
- component_id : svelte-ast-build
36
41
name : svelte-ast-build
@@ -41,3 +46,13 @@ component_management:
41
46
name : svelte-ast-print
42
47
paths :
43
48
- packages/svelte-ast-print/**
49
+
50
+ - component_id : ts-ast-analyze
51
+ name : ts-ast-analyze
52
+ paths :
53
+ - packages/ts-ast-analyze/**
54
+
55
+ - component_id : ts-ast-build
56
+ name : ts-ast-build
57
+ paths :
58
+ - packages/ts-ast-build/**
You can’t perform that action at this time.
0 commit comments