Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export CJS and MJS packages from the same build #32

Merged
merged 5 commits into from
Mar 10, 2022

Conversation

angelaraya
Copy link
Contributor

The content looks good and consistent, however I'm not setting the desired effect on the service implementation. Will hold off this while resolving what's going on in there.

@elf-pavlik I'd appreciate if you can double check this in the mean time.

@codecov-commenter
Copy link

codecov-commenter commented Mar 9, 2022

Codecov Report

Merging #32 (dbf3112) into main (43e7512) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #32   +/-   ##
=======================================
  Coverage   99.89%   99.89%           
=======================================
  Files          45       45           
  Lines         970      970           
  Branches      109      109           
=======================================
  Hits          969      969           
  Misses          1        1           
Flag Coverage Δ
application 100.00% <ø> (ø)
authorization-agent 100.00% <ø> (ø)
data-model 100.00% <ø> (ø)
namespaces 100.00% <ø> (ø)
test-utils 100.00% <ø> (ø)
utils 98.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ges/data-model/src/crud/access-consent-registry.ts 100.00% <ø> (ø)
packages/data-model/src/crud/agent-registry.ts 100.00% <ø> (ø)
packages/data-model/src/crud/registry-set.ts 100.00% <ø> (ø)
...ackages/data-model/src/immutable/access-consent.ts 100.00% <ø> (ø)
packages/data-model/src/immutable/access-grant.ts 100.00% <ø> (ø)
packages/data-model/src/immutable/data-consent.ts 100.00% <ø> (ø)
packages/data-model/src/immutable/data-grant.ts 100.00% <ø> (ø)
packages/data-model/src/readable/access-grant.ts 100.00% <ø> (ø)
...ata-model/src/readable/application-registration.ts 100.00% <ø> (ø)
packages/data-model/src/readable/data-consent.ts 100.00% <ø> (ø)
... and 3 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 43e7512...dbf3112. Read the comment docs.

Angel Araya and others added 4 commits March 10, 2022 12:15
When using the parent index file to import a sibling file the CJS loader
fails to resolve the class before it's needed by the implementation or
extending classes. This does not affect ES modules.
@angelaraya angelaraya marked this pull request as ready for review March 10, 2022 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants