@istanbuljs/load-nyc-config provides a utility function to load NYC (JavaScript coverage tool) configuration, which can be used by other programs to compute the effective configuration. It does not consider command-line arguments, and supports options like selecting an nyc config file and locating it relative to a working directory.
Project status
- Maintenance status: Version history is quiet since v1.1.0 in 2020-05-20, but the GitHub source shows an upstream push on 2026-04-09, suggesting some ongoing activity even though no newer published updates are shown in the provided data.
- Update cadence: Published updates appear to have been about monthly in late 2019 (alpha to 1.0.0, then to 1.0.0) and then shifted to multi-year inactivity in releases (next documented version is 2020-05-20, with no further version entries afterward).
AI summary generated
Recent updates
v1.1.0
No release notes were provided by the publisher for v1.1.0. Based on the actual code changes between v1.0.0 and v1.1.0, this release adds ESM-aware config loading for .js files in package "type":"module" projects, and introduces a new isLoading() helper used to coordinate with source transformation hooks during config load.
BreakingFeaturesv1.0.0
This release is essentially a packaging and publication change moving from v1.0.0-alpha.2 to v1.0.0. The code diff shows no runtime logic changes, only metadata updates (funding/ignore files), README content, and a devDependency version bump.
v1.0.0-alpha.2
This release is labeled v1.0.0-alpha.2, but the publisher did not provide any release notes. As a result, there is no documented information about new features, bug fixes, breaking changes, security updates, or migration steps in the provided data.