ForgeRock
Team
ping-javascript-sdk
Sign in / Sign up
Open main menu
ping-javascript-sdk
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
623
8a8cefea test(treeshake-check): move fixture JS out of dist/ and fix CI failures Fixture JS files are hand-authored test data, not build output. Moving them from dist/index.js to index.js avoids conflicts with the root **/dist gitignore rule, which was silently excluding them from git. In CI the files were missing, causing rollup to treat them as external and return FullyTreeshakeable for enum-only and mixed, failing the HasSideEffects assertions. Also migrates integration tests from `live` to `layer + it.scoped` to align with the rest of the test suite.
by Ryan Bas
R
Succeeded
623
19b69579 test(treeshake-check): move fixture JS out of dist/ and fix CI failures Fixture JS files are hand-authored test data, not build output. Moving them from dist/index.js to index.js avoids conflicts with the root **/dist gitignore rule, which was silently excluding them from git. In CI the files were missing, causing rollup to treat them as external and return FullyTreeshakeable for enum-only and mixed, failing the HasSideEffects assertions. Also migrates integration tests from `live` to `layer + it.scoped` to align with the rest of the test suite.
by Ryan Bas
R
Failed
623
99ffed13 feat(treeshake-check): resolve entry from exports field Adds resolveEntry() which reads the exports field (subpath map, flat conditions, or bare string) before falling back to module/main. Conditions priority: import > module > default. require-only exports correctly return MissingEntryPoint rather than silently using a CJS path.
by Ryan Bas
R
Failed
623
Generating fix
→
3c2fdea3 feat(treeshake-check): resolve entry from exports field Adds resolveEntry() which reads the exports field (subpath map, flat conditions, or bare string) before falling back to module/main. Conditions priority: import > module > default. require-only exports correctly return MissingEntryPoint rather than silently using a CJS path.
by Ryan Bas
R
Previous page
Previous
Next
Next page