-
Notifications
You must be signed in to change notification settings - Fork 33
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
data/Language/Flow.yaml: Add Flow definition #91
base: master
Are you sure you want to change the base?
Conversation
@gitmate-bot rebase |
Hey! I'm GitMate.io! This pull request is being rebased automatically. Please DO NOT push while rebase is in progress or your changes would be lost permanently |
Automated rebase with GitMate.io was successful! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this language has no keywords?
no boolean or null literals?
|
coAST is about creating models to describe stuff. Not about omitting information. |
Duly noted. |
I have no intention of giving more feedback at this stage, as you have not yet attempted to model the language. |
Will do, thanks. |
f85f65a
to
6a22f54
Compare
Comment on 6a22f54, file data/Language/VisualBasic.yaml, line 5. line too long (82 > 80 characters) (line-length) Origin: YAMLLintBear, Section: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. nice stuff
This is not related to this PR. Moreover, this has been fixed already. |
Needs rebase :) |
6a22f54
to
46e1372
Compare
Rebased. How does it look now? |
46e1372
to
e974125
Compare
@li-boxuan, done as asked :D |
Netlify is failing due to other reason now :) |
e974125
to
c851544
Compare
My bad. Resolved, @li-boxuan. |
c851544
to
f3244d0
Compare
Rebased, too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
f3244d0
to
1d03d9b
Compare
I was about to point out what @li-boxuan did, but it looks good now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could use a logo. https://commons.wikimedia.org/wiki/File:Flow_Static_Typechecker_for_JavaScript.svg
1d03d9b
to
8884fa0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 💯 👍
This adds definition of Flow, a static type checker for JS. Closes coala#51
This adds definition of Flow, a static type checker for JS.
Closes #51