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

chore: update cross-domain-utils to typescript version #107

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

westeezy
Copy link
Contributor

@westeezy westeezy commented Mar 8, 2023

No description provided.

@westeezy westeezy requested a review from a team as a code owner March 8, 2023 15:01
@@ -7,7 +7,7 @@ import {
assertSameDomain,
type SameDomainWindowType,
type CrossDomainWindowType,
} from "@krakenjs/cross-domain-utils/src";
} from "@krakenjs/cross-domain-utils/dist/esm";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is really awesome to see! I really like how dist/esm provides the vanilla JS code for other deps to use while still supporting the existing tree shaking/dead code elimination strategy.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 40.62%. Comparing base (de56fb9) to head (1cc15d9).
Report is 12 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #107   +/-   ##
=======================================
  Coverage   40.62%   40.62%           
=======================================
  Files          13       13           
  Lines        1290     1290           
=======================================
  Hits          524      524           
  Misses        766      766           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

3 participants