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: tree shake #99

Merged
merged 14 commits into from
Apr 10, 2023
Merged

feat: tree shake #99

merged 14 commits into from
Apr 10, 2023

Conversation

wre232114
Copy link
Member

close #64

@wre232114 wre232114 added this to the v0.6.0 milestone Mar 19, 2023
@wre232114 wre232114 self-assigned this Mar 19, 2023
@changeset-bot
Copy link

changeset-bot bot commented Mar 19, 2023

🦋 Changeset detected

Latest commit: ca3eb22

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

This PR includes changesets to release 4 packages
Name Type
@farmfe/core Minor
@farmfe-examples/script-entry Patch
@farmfe/js-plugin-sass Major
@farmfe/js-plugin-vue Major

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

@wre232114 wre232114 changed the title chore: stash code feat: tree shake Mar 19, 2023
@wre232114 wre232114 marked this pull request as draft March 19, 2023 13:06
@codecov
Copy link

codecov bot commented Mar 19, 2023

Codecov Report

Merging #99 (d0679cf) into main (eda9d6e) will increase coverage by 28.66%.
The diff coverage is 92.78%.

❗ Current head d0679cf differs from pull request most recent head ca3eb22. Consider uploading reports for the commit ca3eb22 to get more accurate results

@@             Coverage Diff             @@
##             main      #99       +/-   ##
===========================================
+ Coverage   50.39%   79.05%   +28.66%     
===========================================
  Files          87      103       +16     
  Lines        4602     6359     +1757     
===========================================
+ Hits         2319     5027     +2708     
+ Misses       2283     1332      -951     
Impacted Files Coverage Δ
crates/core/src/config/mod.rs 65.95% <ø> (ø)
crates/plugin_css/src/lib.rs 47.45% <ø> (+47.45%) ⬆️
crates/plugin_html/src/lib.rs 79.05% <ø> (+64.18%) ⬆️
crates/plugin_resolve/src/lib.rs 92.00% <ø> (+92.00%) ⬆️
crates/compiler/src/build/mod.rs 87.42% <36.36%> (+87.42%) ⬆️
crates/plugin_runtime/src/lib.rs 84.02% <42.85%> (+84.02%) ⬆️
rust-plugins/sass/src/lib.rs 58.82% <58.82%> (ø)
crates/core/src/module/mod.rs 76.47% <78.57%> (+1.66%) ⬆️
crates/plugin_tree_shake/src/lib.rs 78.78% <78.78%> (ø)
...src/statement_graph/analyze_imports_and_exports.rs 80.64% <80.64%> (ø)
... and 21 more

... and 31 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@wre232114 wre232114 force-pushed the feat/tree-shake branch 5 times, most recently from 0d66b57 to 815e6d3 Compare March 28, 2023 14:43
@wre232114 wre232114 force-pushed the feat/tree-shake branch 2 times, most recently from 9770c42 to 6a168f4 Compare April 5, 2023 11:32
@wre232114 wre232114 marked this pull request as ready for review April 8, 2023 09:51
@wre232114 wre232114 force-pushed the feat/tree-shake branch 2 times, most recently from 262a2c8 to 4eb033e Compare April 10, 2023 15:30
@wre232114 wre232114 merged commit 9838407 into main Apr 10, 2023
@wre232114 wre232114 deleted the feat/tree-shake branch April 10, 2023 23:39
@github-actions github-actions bot mentioned this pull request Feb 6, 2024
This was referenced Mar 11, 2024
@github-actions github-actions bot mentioned this pull request Apr 2, 2024
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.

Feat(v0.6.0): Tree shake
1 participant