@rnx-kit/cli 0.12.2 → 0.12.5
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/CHANGELOG.md +19 -0
- package/coverage/clover.xml +224 -188
- package/coverage/coverage-final.json +3 -3
- package/coverage/lcov-report/index.html +27 -27
- package/coverage/lcov-report/src/bundle/index.html +1 -1
- package/coverage/lcov-report/src/bundle/kit-config.ts.html +1 -1
- package/coverage/lcov-report/src/bundle/metro.ts.html +1 -1
- package/coverage/lcov-report/src/bundle/overrides.ts.html +1 -1
- package/coverage/lcov-report/src/copy-assets.ts.html +480 -111
- package/coverage/lcov-report/src/index.html +30 -30
- package/coverage/lcov-report/src/metro-config.ts.html +40 -22
- package/coverage/lcov-report/src/typescript/index.html +13 -13
- package/coverage/lcov-report/src/typescript/project-cache.ts.html +97 -16
- package/coverage/lcov.info +399 -335
- package/lib/copy-assets.d.ts +10 -1
- package/lib/copy-assets.d.ts.map +1 -1
- package/lib/copy-assets.js +111 -32
- package/lib/copy-assets.js.map +1 -1
- package/lib/metro-config.d.ts.map +1 -1
- package/lib/metro-config.js +17 -8
- package/lib/metro-config.js.map +1 -1
- package/lib/start.d.ts.map +1 -1
- package/lib/start.js +27 -8
- package/lib/start.js.map +1 -1
- package/lib/test.js +3 -6
- package/lib/test.js.map +1 -1
- package/lib/typescript/project-cache.d.ts +1 -1
- package/lib/typescript/project-cache.d.ts.map +1 -1
- package/lib/typescript/project-cache.js +26 -4
- package/lib/typescript/project-cache.js.map +1 -1
- package/package.json +1 -1
- package/src/copy-assets.ts +169 -46
- package/src/metro-config.ts +17 -11
- package/src/start.ts +48 -8
- package/src/test.ts +3 -3
- package/src/typescript/project-cache.ts +35 -8
- package/test/__mocks__/child_process.js +5 -0
- package/test/__mocks__/fs-extra.js +2 -0
- package/test/__mocks__/fs.js +19 -0
- package/test/copy-assets/assembleAarBundle.test.ts +306 -0
- package/test/{copy-assets.test.ts → copy-assets/copyAssets.test.ts} +3 -13
- package/test/copy-assets/helpers.ts +13 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# Change Log - @rnx-kit/cli
|
|
2
2
|
|
|
3
|
+
## 0.12.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 20e4518: When doing typescript validation during bundling, ignore non-TS projects rather than failing.
|
|
8
|
+
|
|
9
|
+
## 0.12.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- b864d94: Add support for `@react-native-community/cli` 7.0.3
|
|
14
|
+
|
|
15
|
+
## 0.12.3
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 9921b7a: test: don't require `package.json` directly as it may not be exported
|
|
20
|
+
- 9921b7a: copy-assets: Allow assembling arbitrary modules
|
|
21
|
+
|
|
3
22
|
## 0.12.2
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/coverage/clover.xml
CHANGED
|
@@ -1,135 +1,162 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1652383266494" clover="3.2.0">
|
|
3
|
+
<project timestamp="1652383266494" name="All files">
|
|
4
|
+
<metrics statements="295" coveredstatements="143" conditionals="179" coveredconditionals="85" methods="44" coveredmethods="22" elements="518" coveredelements="250" complexity="0" loc="295" ncloc="295" packages="3" files="6" classes="6"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="205" coveredstatements="107" conditionals="127" coveredconditionals="59" methods="27" coveredmethods="15"/>
|
|
7
7
|
<file name="copy-assets.ts" path="/home/runner/work/rnx-kit/rnx-kit/packages/cli/src/copy-assets.ts">
|
|
8
|
-
<metrics statements="
|
|
9
|
-
<line num="
|
|
10
|
-
<line num="
|
|
11
|
-
<line num="
|
|
12
|
-
<line num="
|
|
13
|
-
<line num="
|
|
14
|
-
<line num="
|
|
15
|
-
<line num="
|
|
16
|
-
<line num="
|
|
17
|
-
<line num="
|
|
18
|
-
<line num="
|
|
19
|
-
<line num="
|
|
20
|
-
<line num="
|
|
21
|
-
<line num="
|
|
22
|
-
<line num="
|
|
23
|
-
<line num="
|
|
24
|
-
<line num="
|
|
25
|
-
<line num="
|
|
26
|
-
<line num="
|
|
27
|
-
<line num="
|
|
28
|
-
<line num="
|
|
29
|
-
<line num="
|
|
30
|
-
<line num="
|
|
31
|
-
<line num="
|
|
32
|
-
<line num="
|
|
33
|
-
<line num="
|
|
34
|
-
<line num="
|
|
35
|
-
<line num="
|
|
36
|
-
<line num="
|
|
37
|
-
<line num="
|
|
38
|
-
<line num="
|
|
39
|
-
<line num="
|
|
40
|
-
<line num="
|
|
41
|
-
<line num="
|
|
42
|
-
<line num="
|
|
43
|
-
<line num="
|
|
44
|
-
<line num="
|
|
45
|
-
<line num="
|
|
46
|
-
<line num="
|
|
47
|
-
<line num="
|
|
48
|
-
<line num="
|
|
49
|
-
<line num="
|
|
50
|
-
<line num="
|
|
51
|
-
<line num="
|
|
52
|
-
<line num="
|
|
53
|
-
<line num="
|
|
54
|
-
<line num="
|
|
55
|
-
<line num="
|
|
56
|
-
<line num="
|
|
57
|
-
<line num="
|
|
58
|
-
<line num="
|
|
59
|
-
<line num="
|
|
60
|
-
<line num="
|
|
61
|
-
<line num="
|
|
62
|
-
<line num="
|
|
63
|
-
<line num="
|
|
64
|
-
<line num="
|
|
65
|
-
<line num="
|
|
66
|
-
<line num="
|
|
67
|
-
<line num="
|
|
68
|
-
<line num="
|
|
69
|
-
<line num="
|
|
70
|
-
<line num="
|
|
71
|
-
<line num="
|
|
72
|
-
<line num="
|
|
73
|
-
<line num="
|
|
74
|
-
<line num="
|
|
75
|
-
<line num="
|
|
76
|
-
<line num="
|
|
77
|
-
<line num="
|
|
78
|
-
<line num="
|
|
79
|
-
<line num="
|
|
80
|
-
<line num="
|
|
81
|
-
<line num="
|
|
82
|
-
<line num="
|
|
83
|
-
<line num="
|
|
84
|
-
<line num="
|
|
85
|
-
<line num="
|
|
86
|
-
<line num="
|
|
87
|
-
<line num="
|
|
88
|
-
<line num="
|
|
89
|
-
<line num="
|
|
90
|
-
<line num="
|
|
91
|
-
<line num="
|
|
92
|
-
<line num="
|
|
93
|
-
<line num="
|
|
94
|
-
<line num="
|
|
95
|
-
<line num="
|
|
96
|
-
<line num="
|
|
97
|
-
<line num="
|
|
98
|
-
<line num="
|
|
99
|
-
<line num="
|
|
100
|
-
<line num="
|
|
101
|
-
<line num="
|
|
102
|
-
<line num="
|
|
103
|
-
<line num="
|
|
104
|
-
<line num="362" count="0" type="stmt"/>
|
|
105
|
-
<line num="363" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
106
|
-
<line num="364" count="0" type="stmt"/>
|
|
107
|
-
<line num="367" count="0" type="stmt"/>
|
|
108
|
-
<line num="368" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
109
|
-
<line num="369" count="0" type="stmt"/>
|
|
110
|
-
<line num="370" count="0" type="stmt"/>
|
|
111
|
-
<line num="373" count="0" type="stmt"/>
|
|
112
|
-
<line num="374" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
113
|
-
<line num="375" count="0" type="stmt"/>
|
|
114
|
-
<line num="376" count="0" type="stmt"/>
|
|
115
|
-
<line num="378" count="0" type="stmt"/>
|
|
116
|
-
<line num="379" count="0" type="stmt"/>
|
|
117
|
-
<line num="383" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
8
|
+
<metrics statements="148" coveredstatements="80" conditionals="95" coveredconditionals="45" methods="17" coveredmethods="13"/>
|
|
9
|
+
<line num="59" count="2" type="stmt"/>
|
|
10
|
+
<line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
11
|
+
<line num="70" count="0" type="stmt"/>
|
|
12
|
+
<line num="71" count="0" type="stmt"/>
|
|
13
|
+
<line num="76" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
14
|
+
<line num="77" count="3" type="stmt"/>
|
|
15
|
+
<line num="79" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
16
|
+
<line num="80" count="0" type="stmt"/>
|
|
17
|
+
<line num="82" count="1" type="stmt"/>
|
|
18
|
+
<line num="86" count="4" type="stmt"/>
|
|
19
|
+
<line num="92" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
20
|
+
<line num="96" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
21
|
+
<line num="100" count="9" type="stmt"/>
|
|
22
|
+
<line num="101" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
23
|
+
<line num="102" count="1" type="stmt"/>
|
|
24
|
+
<line num="105" count="8" type="stmt"/>
|
|
25
|
+
<line num="106" count="8" type="stmt"/>
|
|
26
|
+
<line num="114" count="5" type="stmt"/>
|
|
27
|
+
<line num="115" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
28
|
+
<line num="116" count="1" type="stmt"/>
|
|
29
|
+
<line num="119" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
30
|
+
<line num="120" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
31
|
+
<line num="122" count="4" type="cond" truecount="1" falsecount="2"/>
|
|
32
|
+
<line num="124" count="0" type="stmt"/>
|
|
33
|
+
<line num="137" count="0" type="stmt"/>
|
|
34
|
+
<line num="150" count="4" type="stmt"/>
|
|
35
|
+
<line num="151" count="4" type="stmt"/>
|
|
36
|
+
<line num="181" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
37
|
+
<line num="182" count="1" type="stmt"/>
|
|
38
|
+
<line num="185" count="6" type="stmt"/>
|
|
39
|
+
<line num="186" count="6" type="stmt"/>
|
|
40
|
+
<line num="189" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
41
|
+
<line num="190" count="1" type="stmt"/>
|
|
42
|
+
<line num="191" count="1" type="stmt"/>
|
|
43
|
+
<line num="194" count="5" type="stmt"/>
|
|
44
|
+
<line num="199" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
45
|
+
<line num="200" count="1" type="stmt"/>
|
|
46
|
+
<line num="201" count="1" type="stmt"/>
|
|
47
|
+
<line num="204" count="3" type="stmt"/>
|
|
48
|
+
<line num="205" count="3" type="stmt"/>
|
|
49
|
+
<line num="212" count="3" type="stmt"/>
|
|
50
|
+
<line num="213" count="3" type="stmt"/>
|
|
51
|
+
<line num="215" count="3" type="stmt"/>
|
|
52
|
+
<line num="217" count="3" type="stmt"/>
|
|
53
|
+
<line num="218" count="3" type="stmt"/>
|
|
54
|
+
<line num="220" count="3" type="stmt"/>
|
|
55
|
+
<line num="221" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
56
|
+
<line num="222" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
57
|
+
<line num="223" count="0" type="stmt"/>
|
|
58
|
+
<line num="224" count="0" type="stmt"/>
|
|
59
|
+
<line num="229" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
60
|
+
<line num="230" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
61
|
+
<line num="231" count="0" type="stmt"/>
|
|
62
|
+
<line num="232" count="0" type="stmt"/>
|
|
63
|
+
<line num="233" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
64
|
+
<line num="234" count="0" type="stmt"/>
|
|
65
|
+
<line num="241" count="1" type="stmt"/>
|
|
66
|
+
<line num="243" count="2" type="stmt"/>
|
|
67
|
+
<line num="244" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
68
|
+
<line num="245" count="0" type="stmt"/>
|
|
69
|
+
<line num="248" count="2" type="stmt"/>
|
|
70
|
+
<line num="256" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
71
|
+
<line num="258" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
72
|
+
<line num="261" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
73
|
+
<line num="264" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
74
|
+
<line num="266" count="2" type="stmt"/>
|
|
75
|
+
<line num="271" count="2" type="stmt"/>
|
|
76
|
+
<line num="303" count="2" type="stmt"/>
|
|
77
|
+
<line num="305" count="2" type="stmt"/>
|
|
78
|
+
<line num="311" count="2" type="stmt"/>
|
|
79
|
+
<line num="312" count="2" type="stmt"/>
|
|
80
|
+
<line num="313" count="2" type="stmt"/>
|
|
81
|
+
<line num="317" count="2" type="stmt"/>
|
|
82
|
+
<line num="320" count="2" type="stmt"/>
|
|
83
|
+
<line num="323" count="3" type="stmt"/>
|
|
84
|
+
<line num="327" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
85
|
+
<line num="328" count="8" type="stmt"/>
|
|
86
|
+
<line num="331" count="2" type="stmt"/>
|
|
87
|
+
<line num="332" count="2" type="stmt"/>
|
|
88
|
+
<line num="334" count="2" type="stmt"/>
|
|
89
|
+
<line num="335" count="2" type="stmt"/>
|
|
90
|
+
<line num="344" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
91
|
+
<line num="345" count="3" type="stmt"/>
|
|
92
|
+
<line num="348" count="1" type="stmt"/>
|
|
93
|
+
<line num="349" count="1" type="stmt"/>
|
|
94
|
+
<line num="351" count="1" type="stmt"/>
|
|
95
|
+
<line num="352" count="1" type="stmt"/>
|
|
96
|
+
<line num="362" count="5" type="stmt"/>
|
|
97
|
+
<line num="367" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
98
|
+
<line num="368" count="4" type="stmt"/>
|
|
99
|
+
<line num="371" count="5" type="stmt"/>
|
|
100
|
+
<line num="378" count="1" type="stmt"/>
|
|
101
|
+
<line num="379" count="1" type="stmt"/>
|
|
102
|
+
<line num="380" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
103
|
+
<line num="381" count="1" type="stmt"/>
|
|
118
104
|
<line num="384" count="0" type="stmt"/>
|
|
119
105
|
<line num="385" count="0" type="stmt"/>
|
|
120
|
-
<line num="386" count="0" type="stmt"/>
|
|
121
106
|
<line num="387" count="0" type="stmt"/>
|
|
122
|
-
<line num="
|
|
107
|
+
<line num="388" count="0" type="stmt"/>
|
|
108
|
+
<line num="389" count="0" type="stmt"/>
|
|
109
|
+
<line num="392" count="0" type="stmt"/>
|
|
110
|
+
<line num="393" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
111
|
+
<line num="394" count="0" type="stmt"/>
|
|
112
|
+
<line num="395" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
123
113
|
<line num="396" count="0" type="stmt"/>
|
|
124
|
-
<line num="397" count="0" type="stmt"/>
|
|
125
114
|
<line num="400" count="0" type="stmt"/>
|
|
126
|
-
<line num="
|
|
115
|
+
<line num="405" count="0" type="stmt"/>
|
|
116
|
+
<line num="406" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
117
|
+
<line num="407" count="0" type="stmt"/>
|
|
118
|
+
<line num="408" count="0" type="stmt"/>
|
|
127
119
|
<line num="409" count="0" type="stmt"/>
|
|
128
|
-
<line num="410" count="0" type="
|
|
120
|
+
<line num="410" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
129
121
|
<line num="411" count="0" type="stmt"/>
|
|
122
|
+
<line num="416" count="0" type="stmt"/>
|
|
123
|
+
<line num="473" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
124
|
+
<line num="474" count="0" type="stmt"/>
|
|
125
|
+
<line num="477" count="0" type="stmt"/>
|
|
126
|
+
<line num="478" count="0" type="stmt"/>
|
|
127
|
+
<line num="479" count="0" type="stmt"/>
|
|
128
|
+
<line num="480" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
129
|
+
<line num="481" count="0" type="stmt"/>
|
|
130
|
+
<line num="484" count="0" type="stmt"/>
|
|
131
|
+
<line num="485" count="0" type="stmt"/>
|
|
132
|
+
<line num="486" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
133
|
+
<line num="487" count="0" type="stmt"/>
|
|
134
|
+
<line num="490" count="0" type="stmt"/>
|
|
135
|
+
<line num="491" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
136
|
+
<line num="492" count="0" type="stmt"/>
|
|
137
|
+
<line num="493" count="0" type="stmt"/>
|
|
138
|
+
<line num="496" count="0" type="stmt"/>
|
|
139
|
+
<line num="497" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
140
|
+
<line num="498" count="0" type="stmt"/>
|
|
141
|
+
<line num="499" count="0" type="stmt"/>
|
|
142
|
+
<line num="501" count="0" type="stmt"/>
|
|
143
|
+
<line num="502" count="0" type="stmt"/>
|
|
144
|
+
<line num="506" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
145
|
+
<line num="507" count="0" type="stmt"/>
|
|
146
|
+
<line num="508" count="0" type="stmt"/>
|
|
147
|
+
<line num="509" count="0" type="stmt"/>
|
|
148
|
+
<line num="510" count="0" type="stmt"/>
|
|
149
|
+
<line num="515" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
150
|
+
<line num="519" count="0" type="stmt"/>
|
|
151
|
+
<line num="520" count="0" type="stmt"/>
|
|
152
|
+
<line num="523" count="0" type="stmt"/>
|
|
153
|
+
<line num="527" count="2" type="stmt"/>
|
|
154
|
+
<line num="532" count="0" type="stmt"/>
|
|
155
|
+
<line num="533" count="0" type="stmt"/>
|
|
156
|
+
<line num="534" count="0" type="stmt"/>
|
|
130
157
|
</file>
|
|
131
158
|
<file name="metro-config.ts" path="/home/runner/work/rnx-kit/rnx-kit/packages/cli/src/metro-config.ts">
|
|
132
|
-
<metrics statements="
|
|
159
|
+
<metrics statements="57" coveredstatements="27" conditionals="32" coveredconditionals="14" methods="10" coveredmethods="2"/>
|
|
133
160
|
<line num="34" count="6" type="stmt"/>
|
|
134
161
|
<line num="36" count="6" type="stmt"/>
|
|
135
162
|
<line num="37" count="6" type="stmt"/>
|
|
@@ -143,46 +170,50 @@
|
|
|
143
170
|
<line num="56" count="0" type="stmt"/>
|
|
144
171
|
<line num="58" count="0" type="stmt"/>
|
|
145
172
|
<line num="61" count="0" type="stmt"/>
|
|
146
|
-
<line num="66" count="0" type="stmt"/>
|
|
147
173
|
<line num="67" count="0" type="stmt"/>
|
|
148
174
|
<line num="68" count="0" type="stmt"/>
|
|
149
|
-
<line num="
|
|
150
|
-
<line num="
|
|
175
|
+
<line num="69" count="0" type="stmt"/>
|
|
176
|
+
<line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
177
|
+
<line num="72" count="0" type="stmt"/>
|
|
178
|
+
<line num="73" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
151
179
|
<line num="74" count="0" type="stmt"/>
|
|
152
|
-
<line num="
|
|
153
|
-
<line num="78" count="0" type="stmt"/>
|
|
180
|
+
<line num="75" count="0" type="stmt"/>
|
|
154
181
|
<line num="79" count="0" type="stmt"/>
|
|
155
182
|
<line num="80" count="0" type="stmt"/>
|
|
183
|
+
<line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
184
|
+
<line num="83" count="0" type="stmt"/>
|
|
156
185
|
<line num="84" count="0" type="stmt"/>
|
|
157
186
|
<line num="85" count="0" type="stmt"/>
|
|
158
|
-
<line num="
|
|
159
|
-
<line num="
|
|
160
|
-
<line num="
|
|
187
|
+
<line num="90" count="0" type="stmt"/>
|
|
188
|
+
<line num="91" count="0" type="stmt"/>
|
|
189
|
+
<line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
161
190
|
<line num="93" count="0" type="stmt"/>
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="
|
|
164
|
-
<line num="
|
|
165
|
-
<line num="
|
|
166
|
-
<line num="
|
|
167
|
-
<line num="
|
|
168
|
-
<line num="
|
|
169
|
-
<line num="
|
|
170
|
-
<line num="
|
|
171
|
-
<line num="
|
|
172
|
-
<line num="133" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
173
|
-
<line num="134" count="2" type="stmt"/>
|
|
191
|
+
<line num="97" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
192
|
+
<line num="99" count="0" type="stmt"/>
|
|
193
|
+
<line num="104" count="6" type="stmt"/>
|
|
194
|
+
<line num="107" count="2" type="stmt"/>
|
|
195
|
+
<line num="129" count="6" type="stmt"/>
|
|
196
|
+
<line num="131" count="6" type="stmt"/>
|
|
197
|
+
<line num="132" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
198
|
+
<line num="133" count="1" type="stmt"/>
|
|
199
|
+
<line num="134" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
200
|
+
<line num="135" count="2" type="stmt"/>
|
|
174
201
|
<line num="137" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
175
202
|
<line num="138" count="1" type="stmt"/>
|
|
176
|
-
<line num="139" count="
|
|
177
|
-
<line num="140" count="
|
|
178
|
-
<line num="
|
|
179
|
-
<line num="
|
|
180
|
-
<line num="
|
|
181
|
-
<line num="
|
|
182
|
-
<line num="
|
|
183
|
-
<line num="161" count="
|
|
184
|
-
<line num="162" count="6" type="stmt"/>
|
|
203
|
+
<line num="139" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
204
|
+
<line num="140" count="2" type="stmt"/>
|
|
205
|
+
<line num="143" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
206
|
+
<line num="144" count="1" type="stmt"/>
|
|
207
|
+
<line num="145" count="1" type="stmt"/>
|
|
208
|
+
<line num="146" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
209
|
+
<line num="157" count="4" type="stmt"/>
|
|
210
|
+
<line num="161" count="1" type="stmt"/>
|
|
185
211
|
<line num="164" count="6" type="stmt"/>
|
|
212
|
+
<line num="165" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
213
|
+
<line num="166" count="0" type="stmt"/>
|
|
214
|
+
<line num="167" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
215
|
+
<line num="168" count="6" type="stmt"/>
|
|
216
|
+
<line num="170" count="6" type="stmt"/>
|
|
186
217
|
</file>
|
|
187
218
|
</package>
|
|
188
219
|
<package name="src.bundle">
|
|
@@ -239,53 +270,58 @@
|
|
|
239
270
|
</file>
|
|
240
271
|
</package>
|
|
241
272
|
<package name="src.typescript">
|
|
242
|
-
<metrics statements="
|
|
273
|
+
<metrics statements="49" coveredstatements="4" conditionals="18" coveredconditionals="0" methods="10" coveredmethods="1"/>
|
|
243
274
|
<file name="project-cache.ts" path="/home/runner/work/rnx-kit/rnx-kit/packages/cli/src/typescript/project-cache.ts">
|
|
244
|
-
<metrics statements="
|
|
245
|
-
<line num="
|
|
246
|
-
<line num="
|
|
247
|
-
<line num="
|
|
248
|
-
<line num="
|
|
249
|
-
<line num="
|
|
250
|
-
<line num="
|
|
251
|
-
<line num="
|
|
252
|
-
<line num="
|
|
253
|
-
<line num="
|
|
254
|
-
<line num="84" count="0" type="stmt"/>
|
|
275
|
+
<metrics statements="49" coveredstatements="4" conditionals="18" coveredconditionals="0" methods="10" coveredmethods="1"/>
|
|
276
|
+
<line num="63" count="6" type="stmt"/>
|
|
277
|
+
<line num="64" count="6" type="stmt"/>
|
|
278
|
+
<line num="70" count="6" type="stmt"/>
|
|
279
|
+
<line num="74" count="0" type="stmt"/>
|
|
280
|
+
<line num="75" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
281
|
+
<line num="76" count="0" type="stmt"/>
|
|
282
|
+
<line num="81" count="0" type="stmt"/>
|
|
283
|
+
<line num="82" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
284
|
+
<line num="83" count="0" type="stmt"/>
|
|
255
285
|
<line num="88" count="0" type="stmt"/>
|
|
256
|
-
<line num="90" count="0" type="stmt"/>
|
|
257
|
-
<line num="91" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
258
286
|
<line num="92" count="0" type="stmt"/>
|
|
259
287
|
<line num="93" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
260
|
-
<line num="
|
|
261
|
-
<line num="
|
|
262
|
-
<line num="
|
|
263
|
-
<line num="99" count="0" type="stmt"/>
|
|
288
|
+
<line num="102" count="0" type="stmt"/>
|
|
289
|
+
<line num="105" count="0" type="stmt"/>
|
|
290
|
+
<line num="106" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
264
291
|
<line num="107" count="0" type="stmt"/>
|
|
265
|
-
<line num="
|
|
266
|
-
<line num="
|
|
267
|
-
<line num="
|
|
268
|
-
<line num="
|
|
292
|
+
<line num="108" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
293
|
+
<line num="109" count="0" type="stmt"/>
|
|
294
|
+
<line num="110" count="0" type="stmt"/>
|
|
295
|
+
<line num="111" count="0" type="stmt"/>
|
|
296
|
+
<line num="114" count="0" type="stmt"/>
|
|
297
|
+
<line num="122" count="0" type="stmt"/>
|
|
298
|
+
<line num="123" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
269
299
|
<line num="125" count="0" type="stmt"/>
|
|
270
|
-
<line num="
|
|
271
|
-
<line num="127" count="0" type="stmt"/>
|
|
272
|
-
<line num="128" count="0" type="stmt"/>
|
|
300
|
+
<line num="137" count="0" type="stmt"/>
|
|
273
301
|
<line num="138" count="0" type="stmt"/>
|
|
302
|
+
<line num="142" count="0" type="stmt"/>
|
|
303
|
+
<line num="143" count="0" type="stmt"/>
|
|
304
|
+
<line num="144" count="0" type="stmt"/>
|
|
274
305
|
<line num="145" count="0" type="stmt"/>
|
|
275
|
-
<line num="
|
|
276
|
-
<line num="
|
|
277
|
-
<line num="
|
|
278
|
-
<line num="
|
|
279
|
-
<line num="
|
|
280
|
-
<line num="
|
|
281
|
-
<line num="
|
|
282
|
-
<line num="
|
|
283
|
-
<line num="
|
|
284
|
-
<line num="
|
|
285
|
-
<line num="
|
|
286
|
-
<line num="
|
|
287
|
-
<line num="
|
|
288
|
-
<line num="
|
|
306
|
+
<line num="146" count="0" type="stmt"/>
|
|
307
|
+
<line num="147" count="0" type="stmt"/>
|
|
308
|
+
<line num="157" count="0" type="stmt"/>
|
|
309
|
+
<line num="164" count="0" type="stmt"/>
|
|
310
|
+
<line num="174" count="0" type="stmt"/>
|
|
311
|
+
<line num="175" count="0" type="stmt"/>
|
|
312
|
+
<line num="177" count="0" type="stmt"/>
|
|
313
|
+
<line num="181" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
314
|
+
<line num="182" count="0" type="stmt"/>
|
|
315
|
+
<line num="188" count="0" type="stmt"/>
|
|
316
|
+
<line num="189" count="0" type="stmt"/>
|
|
317
|
+
<line num="190" count="0" type="stmt"/>
|
|
318
|
+
<line num="194" count="0" type="stmt"/>
|
|
319
|
+
<line num="195" count="0" type="stmt"/>
|
|
320
|
+
<line num="196" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
321
|
+
<line num="197" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
322
|
+
<line num="198" count="0" type="stmt"/>
|
|
323
|
+
<line num="200" count="0" type="stmt"/>
|
|
324
|
+
<line num="205" count="6" type="stmt"/>
|
|
289
325
|
</file>
|
|
290
326
|
</package>
|
|
291
327
|
</project>
|