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

Added static type checker tool: Flow #82

Open
wants to merge 1 commit into
base: f24
Choose a base branch
from
Open

Added static type checker tool: Flow #82

wants to merge 1 commit into from

Conversation

aalman3
Copy link

@aalman3 aalman3 commented Oct 24, 2024

Added two files:
flow_test.babelrc
.flowconfig

Code Used to add Flow:
npm install --save-dev @babel/core @babel/cli @babel/preset-flow babel-plugin-syntax-hermes-parser --installing flow
npm install --save-dev flow-bin --Adding a devDependency on the flow-bin npm package
npm run flow init --running Flow for the first time

"flow": "flow" --Add a "flow" script to package.json
Screen Shot 2024-10-27 at 6 29 05 PM

How to run Flow:
npm run flow --used to run Flow checker

Output of Flow Checker:
Screen Shot 2024-10-24 at 1 26 26 PM

@aalman3 aalman3 requested a review from rkensouh October 24, 2024 10:40
@aalman3 aalman3 self-assigned this Oct 24, 2024
@aalman3 aalman3 changed the title flow-test Added static type checker tool: Flow Oct 24, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 11497635070

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 82.367%

Totals Coverage Status
Change from base Build 11496083902: 0.0%
Covered Lines: 22368
Relevant Lines: 25711

💛 - Coveralls

Copy link

@rkensouh rkensouh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add more details to the PR?

@aalman3
Copy link
Author

aalman3 commented Oct 27, 2024

Added More info about Flow Static Tool

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.

3 participants