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

Removed babel config; exporting flow declaration #749

Merged

Conversation

CatChen
Copy link
Owner

@CatChen CatChen commented Nov 24, 2024

No description provided.

Copy link
Owner Author

CatChen commented Nov 24, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

what-the-diff bot commented Nov 24, 2024

PR Summary

  • Removal of the .babelrc configuration file
    The team removed a configuration file used for a tool named Babel. This change might be because the team no longer needs this tool or found an alternative, thus simplifying the project setup.

  • Introduction of a default export for the Storage class in index.js.flow
    The Storage class, essential for managing data in the application, has been made readily available for use by exporting it as the default. This change can improve the way other parts of the software use this class, making the code more straightforward and simple to understand.

@CatChen CatChen self-assigned this Nov 24, 2024
Copy link

codecov bot commented Nov 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.07%. Comparing base (b2497af) to head (8483d90).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #749   +/-   ##
=======================================
  Coverage   98.07%   98.07%           
=======================================
  Files           1        1           
  Lines          52       52           
  Branches       10       10           
=======================================
  Hits           51       51           
  Misses          1        1           

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


🚨 Try these New Features:

@CatChen CatChen marked this pull request as ready for review November 24, 2024 06:38
Base automatically changed from 11-23-removed_unused_workflow_dispatch_trigger to main November 24, 2024 06:40
@github-actions github-actions bot merged commit 78dd2d2 into main Nov 24, 2024
16 checks passed
@github-actions github-actions bot deleted the 11-23-removed_babel_config_exporting_flow_declaration branch November 24, 2024 06:42
Copy link
Contributor

This Pull Request is closed by a GitHub Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant