@rnx-kit/cli 0.11.1 → 0.12.1
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 +23 -0
- package/README.md +83 -6
- package/coverage/clover.xml +128 -4
- package/coverage/coverage-final.json +2 -1
- package/coverage/lcov-report/index.html +20 -20
- 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 +1387 -0
- package/coverage/lcov-report/src/index.html +25 -10
- package/coverage/lcov-report/src/metro-config.ts.html +2 -2
- package/coverage/lcov-report/src/typescript/index.html +1 -1
- package/coverage/lcov-report/src/typescript/project-cache.ts.html +1 -1
- package/coverage/lcov.info +239 -0
- package/lib/clean.d.ts.map +1 -1
- package/lib/clean.js +8 -1
- package/lib/clean.js.map +1 -1
- package/lib/copy-assets.d.ts +112 -0
- package/lib/copy-assets.d.ts.map +1 -0
- package/lib/copy-assets.js +353 -0
- package/lib/copy-assets.js.map +1 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +4 -1
- package/lib/index.js.map +1 -1
- package/lib/metro-config.d.ts +1 -1
- package/lib/metro-config.js +1 -1
- package/package.json +6 -2
- package/react-native.config.js +2 -0
- package/src/clean.ts +10 -1
- package/src/copy-assets.ts +434 -0
- package/src/index.ts +1 -0
- package/src/metro-config.ts +1 -1
- package/test/__mocks__/fs-extra.js +20 -0
- package/test/copy-assets.test.ts +123 -0
|
@@ -367,7 +367,7 @@ export function getKitBundleConfigs(
|
|
|
367
367
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
368
368
|
Code coverage generated by
|
|
369
369
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
370
|
-
at
|
|
370
|
+
at Thu May 05 2022 11:29:23 GMT+0000 (Coordinated Universal Time)
|
|
371
371
|
</div>
|
|
372
372
|
<script src="../../prettify.js"></script>
|
|
373
373
|
<script>
|
|
@@ -343,7 +343,7 @@ export async function <span class="fstat-no" title="function not covered" >metro
|
|
|
343
343
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
344
344
|
Code coverage generated by
|
|
345
345
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
346
|
-
at
|
|
346
|
+
at Thu May 05 2022 11:29:23 GMT+0000 (Coordinated Universal Time)
|
|
347
347
|
</div>
|
|
348
348
|
<script src="../../prettify.js"></script>
|
|
349
349
|
<script>
|
|
@@ -232,7 +232,7 @@ export function applyKitBundleConfigOverrides(
|
|
|
232
232
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
233
233
|
Code coverage generated by
|
|
234
234
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
235
|
-
at
|
|
235
|
+
at Thu May 05 2022 11:29:23 GMT+0000 (Coordinated Universal Time)
|
|
236
236
|
</div>
|
|
237
237
|
<script src="../../prettify.js"></script>
|
|
238
238
|
<script>
|