@featurevisor/core 2.22.1 → 2.24.0
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 +22 -0
- package/coverage/clover.xml +164 -274
- package/coverage/coverage-final.json +3 -6
- package/coverage/lcov-report/builder/allocator.ts.html +1 -1
- package/coverage/lcov-report/builder/buildDatafile.ts.html +8 -2
- package/coverage/lcov-report/builder/buildScopedConditions.ts.html +1 -1
- package/coverage/lcov-report/builder/buildScopedDatafile.ts.html +1 -1
- package/coverage/lcov-report/builder/buildScopedSegments.ts.html +1 -1
- package/coverage/lcov-report/builder/convertToV1.ts.html +1 -1
- package/coverage/lcov-report/builder/getFeatureRanges.ts.html +1 -1
- package/coverage/lcov-report/builder/hashes.ts.html +1 -1
- package/coverage/lcov-report/builder/index.html +1 -1
- package/coverage/lcov-report/builder/mutateVariables.ts.html +1 -1
- package/coverage/lcov-report/builder/mutator.ts.html +1 -1
- package/coverage/lcov-report/builder/revision.ts.html +1 -1
- package/coverage/lcov-report/builder/traffic.ts.html +1 -1
- package/coverage/lcov-report/config/index.html +1 -1
- package/coverage/lcov-report/config/index.ts.html +1 -1
- package/coverage/lcov-report/config/projectConfig.ts.html +3 -3
- package/coverage/lcov-report/datasource/adapter.ts.html +1 -1
- package/coverage/lcov-report/datasource/datasource.ts.html +2 -2
- package/coverage/lcov-report/datasource/filesystemAdapter.ts.html +3 -3
- package/coverage/lcov-report/datasource/index.html +1 -1
- package/coverage/lcov-report/datasource/index.ts.html +1 -1
- package/coverage/lcov-report/generate-code/index.html +1 -1
- package/coverage/lcov-report/generate-code/typescript.ts.html +1 -1
- package/coverage/lcov-report/index.html +9 -24
- package/coverage/lcov-report/linter/attributeSchema.ts.html +1 -1
- package/coverage/lcov-report/linter/checkCircularDependency.ts.html +1 -1
- package/coverage/lcov-report/linter/checkPercentageExceedingSlot.ts.html +1 -1
- package/coverage/lcov-report/linter/conditionSchema.ts.html +1 -1
- package/coverage/lcov-report/linter/featureSchema.ts.html +1 -1
- package/coverage/lcov-report/linter/groupSchema.ts.html +1 -1
- package/coverage/lcov-report/linter/index.html +1 -1
- package/coverage/lcov-report/linter/lintProject.ts.html +1 -1
- package/coverage/lcov-report/linter/mutationNotation.ts.html +1 -1
- package/coverage/lcov-report/linter/printError.ts.html +1 -1
- package/coverage/lcov-report/linter/schema.ts.html +1 -1
- package/coverage/lcov-report/linter/segmentSchema.ts.html +1 -1
- package/coverage/lcov-report/linter/testSchema.ts.html +1 -1
- package/coverage/lcov-report/list/index.html +1 -1
- package/coverage/lcov-report/list/matrix.ts.html +1 -1
- package/coverage/lcov-report/tester/cliFormat.ts.html +1 -1
- package/coverage/lcov-report/tester/helpers.ts.html +1 -1
- package/coverage/lcov-report/tester/index.html +1 -1
- package/coverage/lcov-report/utils/extractKeys.ts.html +1 -1
- package/coverage/lcov-report/utils/git.ts.html +2 -2
- package/coverage/lcov-report/utils/index.html +1 -1
- package/coverage/lcov-report/utils/index.ts.html +1 -1
- package/coverage/lcov-report/utils/pretty.ts.html +1 -1
- package/coverage/lcov.info +281 -491
- package/lib/builder/buildDatafile.d.ts +1 -0
- package/lib/builder/buildDatafile.js +1 -0
- package/lib/builder/buildDatafile.js.map +1 -1
- package/lib/builder/buildDatafile.spec.js +1 -1
- package/lib/builder/buildDatafile.spec.js.map +1 -1
- package/lib/builder/buildProject.js +13 -0
- package/lib/builder/buildProject.js.map +1 -1
- package/lib/config/projectConfig.d.ts +1 -1
- package/lib/config/projectConfig.js +1 -1
- package/lib/config/projectConfig.js.map +1 -1
- package/lib/datasource/filesystemAdapter.js.map +1 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/index.js.map +1 -1
- package/lib/linter/featureSchema.d.ts +8 -8
- package/package.json +5 -6
- package/src/builder/buildDatafile.spec.ts +1 -1
- package/src/builder/buildDatafile.ts +2 -0
- package/src/builder/buildProject.ts +14 -0
- package/src/config/projectConfig.ts +1 -1
- package/src/datasource/datasource.ts +1 -1
- package/src/datasource/filesystemAdapter.ts +1 -1
- package/src/index.ts +2 -1
- package/src/utils/git.ts +1 -1
- package/coverage/lcov-report/parsers/index.html +0 -146
- package/coverage/lcov-report/parsers/index.ts.html +0 -151
- package/coverage/lcov-report/parsers/json.ts.html +0 -118
- package/coverage/lcov-report/parsers/yml.ts.html +0 -589
- package/lib/parsers/index.d.ts +0 -15
- package/lib/parsers/index.js +0 -15
- package/lib/parsers/index.js.map +0 -1
- package/lib/parsers/json.d.ts +0 -2
- package/lib/parsers/json.js +0 -13
- package/lib/parsers/json.js.map +0 -1
- package/lib/parsers/json.spec.d.ts +0 -1
- package/lib/parsers/json.spec.js +0 -35
- package/lib/parsers/json.spec.js.map +0 -1
- package/lib/parsers/yml.d.ts +0 -2
- package/lib/parsers/yml.js +0 -154
- package/lib/parsers/yml.js.map +0 -1
- package/lib/parsers/yml.spec.d.ts +0 -1
- package/lib/parsers/yml.spec.js +0 -143
- package/lib/parsers/yml.spec.js.map +0 -1
- package/src/parsers/index.ts +0 -22
- package/src/parsers/json.spec.ts +0 -36
- package/src/parsers/json.ts +0 -11
- package/src/parsers/yml.spec.ts +0 -174
- package/src/parsers/yml.ts +0 -168
|
@@ -398,9 +398,9 @@
|
|
|
398
398
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import * as path from "path";
|
|
399
399
|
|
|
400
400
|
import type { Commit, EntityDiff, EntityType } from "@featurevisor/types";
|
|
401
|
+
import { CustomParser } from "@featurevisor/parsers";
|
|
401
402
|
|
|
402
403
|
import { ProjectConfig } from "../config";
|
|
403
|
-
import { CustomParser } from "../parsers";
|
|
404
404
|
|
|
405
405
|
function <span class="fstat-no" title="function not covered" >isWithinDirectory(</span>directoryPath: string, fileDirectoryPath: string): boolean {
|
|
406
406
|
<span class="cstat-no" title="statement not covered" > return (</span>
|
|
@@ -568,7 +568,7 @@ export function <span class="fstat-no" title="function not covered" >getCommit(<
|
|
|
568
568
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
569
569
|
Code coverage generated by
|
|
570
570
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
571
|
-
at 2026-04-
|
|
571
|
+
at 2026-04-16T19:04:15.682Z
|
|
572
572
|
</div>
|
|
573
573
|
<script src="../prettify.js"></script>
|
|
574
574
|
<script>
|
|
@@ -146,7 +146,7 @@
|
|
|
146
146
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
147
147
|
Code coverage generated by
|
|
148
148
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
149
|
-
at 2026-04-
|
|
149
|
+
at 2026-04-16T19:04:15.682Z
|
|
150
150
|
</div>
|
|
151
151
|
<script src="../prettify.js"></script>
|
|
152
152
|
<script>
|
|
@@ -79,7 +79,7 @@ export * from "./pretty";
|
|
|
79
79
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
80
80
|
Code coverage generated by
|
|
81
81
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
82
|
-
at 2026-04-
|
|
82
|
+
at 2026-04-16T19:04:15.682Z
|
|
83
83
|
</div>
|
|
84
84
|
<script src="../prettify.js"></script>
|
|
85
85
|
<script>
|
|
@@ -106,7 +106,7 @@ export function <span class="fstat-no" title="function not covered" >prettyPerce
|
|
|
106
106
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
107
107
|
Code coverage generated by
|
|
108
108
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
109
|
-
at 2026-04-
|
|
109
|
+
at 2026-04-16T19:04:15.682Z
|
|
110
110
|
</div>
|
|
111
111
|
<script src="../prettify.js"></script>
|
|
112
112
|
<script>
|