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

Blog Post: Using 6to5 with JSX/Flow #26

Closed
jamiebuilds opened this issue Jan 9, 2015 · 2 comments
Closed

Blog Post: Using 6to5 with JSX/Flow #26

jamiebuilds opened this issue Jan 9, 2015 · 2 comments
Labels

Comments

@jamiebuilds
Copy link
Contributor

No description provided.

@jamiebuilds jamiebuilds changed the title Using 6to5 with JSX/Flow blog post Blog Post: Using 6to5 with JSX/Flow Jan 12, 2015
@tbassetto
Copy link

I am using browserify and 6to5 (via 6to5ify) to build a React.js app. I am using the JSX syntax as well as Class, const, let, array destructuring, etc.

All was running fine until I tried to add Facebook flow to my setup and suddendly it's a nightmare :) Is this blog post almost ready?

flow is mainly complaining about the use of const:

Unsupported variable declaration: const

What is the state of flow support in 6to5 exactly? 6to5 reads annotations and interprets them during compilation? Then flow check should be run only on the compiled file?

Thanks!

@jamiebuilds
Copy link
Contributor Author

@tbassetto It's better to ask questions like this in the gitter room

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

No branches or pull requests

2 participants