Skip to content

Added static type checker tool: Flow #82

Open
aalman3 wants to merge 1 commit into
f24from
Flow-testing
Open

Added static type checker tool: Flow #82
aalman3 wants to merge 1 commit into
f24from
Flow-testing

Conversation

@aalman3
Copy link
Copy Markdown

@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
Copy Markdown

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
Copy Markdown

@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
Copy Markdown
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