projax 3.3.54 → 3.3.56
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/coverage/core-bridge.ts.html +5 -2
- package/coverage/index.html +31 -31
- package/coverage/lcov-report/core-bridge.ts.html +5 -2
- package/coverage/lcov-report/index.html +31 -31
- package/coverage/lcov-report/port-extractor.ts.html +289 -289
- package/coverage/lcov-report/port-scanner.ts.html +1 -1
- package/coverage/lcov-report/port-utils.ts.html +1 -1
- package/coverage/lcov-report/script-runner.ts.html +1 -1
- package/coverage/lcov-report/test-parser.ts.html +163 -163
- package/coverage/lcov.info +344 -344
- package/coverage/port-extractor.ts.html +289 -289
- package/coverage/port-scanner.ts.html +1 -1
- package/coverage/port-utils.ts.html +1 -1
- package/coverage/script-runner.ts.html +1 -1
- package/coverage/test-parser.ts.html +163 -163
- package/dist/__tests__/core-bridge.test.d.ts +1 -0
- package/dist/__tests__/core-bridge.test.js +135 -0
- package/dist/__tests__/port-extractor.test.d.ts +1 -0
- package/dist/__tests__/port-extractor.test.js +407 -0
- package/dist/__tests__/test-parser.test.d.ts +1 -0
- package/dist/__tests__/test-parser.test.js +276 -0
- package/dist/api/__tests__/routes.test.js +10 -0
- package/dist/api/__tests__/routes.test.js.map +1 -1
- package/dist/api/core-bridge.d.ts.map +1 -1
- package/dist/api/core-bridge.js +20 -11
- package/dist/api/core-bridge.js.map +1 -1
- package/dist/core-bridge.d.ts +1 -1
- package/dist/core-bridge.js +2 -2
- package/dist/electron/renderer/assets/index-Cj4QON0s.js +66 -0
- package/dist/electron/renderer/index.html +1 -1
- package/dist/index.js +1 -1
- package/jest.config.js +4 -4
- package/package.json +1 -1
|
@@ -286,7 +286,7 @@ export function shouldRescanPorts(projectId: number): boolean {
|
|
|
286
286
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
287
287
|
Code coverage generated by
|
|
288
288
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
289
|
-
at 2026-01-
|
|
289
|
+
at 2026-01-08T07:29:04.471Z
|
|
290
290
|
</div>
|
|
291
291
|
<script src="prettify.js"></script>
|
|
292
292
|
<script>
|
|
@@ -655,7 +655,7 @@ export function extractPortFromError(error: string): number | null {
|
|
|
655
655
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
656
656
|
Code coverage generated by
|
|
657
657
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
658
|
-
at 2026-01-
|
|
658
|
+
at 2026-01-08T07:29:04.471Z
|
|
659
659
|
</div>
|
|
660
660
|
<script src="prettify.js"></script>
|
|
661
661
|
<script>
|
|
@@ -3331,7 +3331,7 @@ async function <span class="fstat-no" title="function not covered" >checkAndPars
|
|
|
3331
3331
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
3332
3332
|
Code coverage generated by
|
|
3333
3333
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
3334
|
-
at 2026-01-
|
|
3334
|
+
at 2026-01-08T07:29:04.471Z
|
|
3335
3335
|
</div>
|
|
3336
3336
|
<script src="prettify.js"></script>
|
|
3337
3337
|
<script>
|