identifier-js 0.1.3 → 0.1.4
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/.github/workflows/test.yml +1 -1
- package/package.json +1 -1
- package/readme.md +2 -2
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -469,7 +469,7 @@ npm install
|
|
|
469
469
|
npm test
|
|
470
470
|
```
|
|
471
471
|
|
|
472
|
-
The suite uses the `node:test` module built into Node.js and requires no separate test-runner dependency. Its deterministic dispatcher
|
|
472
|
+
The suite uses the `node:test` module built into Node.js and requires no separate test-runner dependency. Its deterministic dispatcher delegates version-layer selection, numbered-fixture traversal, and explicit concern discovery to the `gh-workspace-data v0.5.0` runtime. The materialized `#/public/tests/README.md` documents fixture discovery, version eligibility, ordering, callback configuration, and suite registration.
|
|
473
473
|
|
|
474
474
|
`npm test` exits unsuccessfully when configuration, fixture loading, suite registration, or a test fails. Continuous integration runs the suite on Node.js 24 and 26 across Ubuntu, Windows, and macOS.
|
|
475
475
|
|
|
@@ -500,7 +500,7 @@ Direct invocation also supports an explicit iteration count; `npm run benchmark`
|
|
|
500
500
|
node ./#/public/benchmarks --iterations 250000
|
|
501
501
|
```
|
|
502
502
|
|
|
503
|
-
The materialized `#/public/benchmarks/README.md` documents concern registration, version eligibility, workload controls, measurement semantics, output fields, and guidance for interpreting results from noisy CI runners. Benchmark values are observations rather than correctness assertions.
|
|
503
|
+
The generic coordinator delegates version-layer selection and ordered concern discovery to the `gh-workspace-data v0.5.0` runtime. The materialized `#/public/benchmarks/README.md` documents concern registration, version eligibility, workload controls, measurement semantics, output fields, and guidance for interpreting results from noisy CI runners. Benchmark values are observations rather than correctness assertions.
|
|
504
504
|
|
|
505
505
|
</details>
|
|
506
506
|
|