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

feat: add new globalShims option #145

Merged
merged 8 commits into from Dec 26, 2023
Merged

feat: add new globalShims option #145

merged 8 commits into from Dec 26, 2023

Conversation

JounQin
Copy link
Member

@JounQin JounQin commented Dec 25, 2023

close #144

@JounQin JounQin added enhancement New feature or request feature labels Dec 25, 2023
@JounQin JounQin self-assigned this Dec 25, 2023
Copy link

changeset-bot bot commented Dec 25, 2023

🦋 Changeset detected

Latest commit: e9e0095

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
synckit Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link

codesandbox-ci bot commented Dec 25, 2023

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Copy link
Contributor

github-actions bot commented Dec 25, 2023

📊 Package size report   29%↑

File Before After
lib/index.cjs 10.2 kB 34%↑13.7 kB
lib/index.d.ts 1.5 kB 29%↑1.9 kB
lib/index.js 9.8 kB 38%↑13.5 kB
lib/index.js.map 9.4 kB 41%↑13.3 kB
lib/types.d.ts 888 B 15%↑1.0 kB
package.json 3.4 kB 1%↑3.5 kB
README.md 7.9 kB 14%↑9.0 kB
Total (Includes all files) 44.3 kB 29%↑57.1 kB
Tarball size 12.0 kB 24%↑14.9 kB
Unchanged files
File Size
lib/types.js 44 B
lib/types.js.map 102 B
LICENSE 1.1 kB

🤖 This report was automatically generated by pkg-size-action

src/index.ts Fixed Show fixed Hide fixed
Copy link

codecov bot commented Dec 25, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (4053178) 100.00% compared to head (e9e0095) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #145   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            2         1    -1     
  Lines          137       207   +70     
  Branches        62       103   +41     
=========================================
+ Hits           137       207   +70     

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

@JounQin JounQin merged commit b2affa0 into main Dec 26, 2023
32 checks passed
@JounQin JounQin deleted the feat/globals branch December 26, 2023 03:07
@JounQin JounQin mentioned this pull request Dec 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feat] shared globals support
1 participant