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

[Bug] Package sizes are too large #246 #250

Merged
merged 1 commit into from
Mar 18, 2024
Merged

[Bug] Package sizes are too large #246 #250

merged 1 commit into from
Mar 18, 2024

Conversation

nev21
Copy link
Contributor

@nev21 nev21 commented Mar 18, 2024

  • Remove Bundles from npm package
    • changed output location
  • Additional internal code size optimizations
  • Added additional tree-shaking hints
  • Add toJSON to cache instances

@nev21 nev21 added this to the 0.11.0 milestone Mar 18, 2024
@nev21 nev21 requested a review from a team as a code owner March 18, 2024 04:39
@nev21 nev21 force-pushed the nev21/PrepareRelease branch from 753b46d to 3dac8a7 Compare March 18, 2024 05:47
- Remove Bundles from npm package
  - changed output location
- Additional internal code size optimizations
- Added additional tree-shaking hints
- Add toJSON to cache instances
@nev21 nev21 force-pushed the nev21/PrepareRelease branch from 3dac8a7 to 19da1a0 Compare March 18, 2024 05:59
Copy link

codecov bot commented Mar 18, 2024

Codecov Report

Merging #250 (19da1a0) into main (8f43a94) will decrease coverage by 0.01%.
The diff coverage is 99.16%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #250      +/-   ##
==========================================
- Coverage   99.30%   99.30%   -0.01%     
==========================================
  Files          85       83       -2     
  Lines        2316     2303      -13     
  Branches      515      505      -10     
==========================================
- Hits         2300     2287      -13     
  Misses         16       16              
Files Coverage Δ
lib/src/array/append.ts 100.00% <100.00%> (ø)
lib/src/array/indexOf.ts 100.00% <100.00%> (ø)
lib/src/array/slice.ts 100.00% <100.00%> (ø)
lib/src/funcs/fnProxy.ts 100.00% <100.00%> (ø)
lib/src/funcs/funcs.ts 100.00% <100.00%> (ø)
lib/src/helpers/base.ts 100.00% <100.00%> (ø)
lib/src/helpers/cache.ts 100.00% <100.00%> (ø)
lib/src/helpers/customError.ts 100.00% <100.00%> (ø)
lib/src/helpers/diagnostics.ts 100.00% <100.00%> (ø)
lib/src/helpers/encode.ts 100.00% <100.00%> (ø)
... and 16 more

@nev21 nev21 merged commit 8ddb153 into main Mar 18, 2024
7 checks passed
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.

1 participant