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 support for parsing Flow, applied to RN modules by default #17

Merged
merged 4 commits into from
Feb 8, 2024

Conversation

ambar
Copy link
Owner

@ambar ambar commented Feb 8, 2024

Closes #3

Added two options:

  • bundleSize.flowPattern: The regexp pattern to match files containing the Flow type
  • bundleSize.loader: Override the loader in Bundle Size (eg: .js: jsx will force .js files to be treated as JSX), see esbuild#loader for more details

@coveralls
Copy link

coveralls commented Feb 8, 2024

Pull Request Test Coverage Report for Build 4bfd664c51c7e1f4a8ca5fcf95118f34b1927e46

  • 0 of 12 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+1.5%) to 90.887%

Totals Coverage Status
Change from base Build 28baa009444f7d6cb1b030fb702358fbde12ead5: 1.5%
Covered Lines: 286
Relevant Lines: 299

💛 - Coveralls

@ambar ambar merged commit 428a219 into main Feb 8, 2024
2 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.

Hello, please try to add support for React Native and expo imports if possible!
2 participants