-
Notifications
You must be signed in to change notification settings - Fork 4
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
Publish flowtype-protoc-gen on npm #5
Comments
For now, I don't want to convert to yarn or remove typescript code paths until we've got a stable release out. The original package had a build system in place that used npm, since it works and bazel is set up already - I'd prefer not to change it (instead prioritizing new features). |
Sure. agree with the priority. I move For yarn and the build system: it depends on the consumer after it is published on npm. See #8 |
Maybe I'm not familiar enough with yarn. My understanding was that an npm package published with or without yarn will behave the same for the end user installing over npm because they are installing a "built" distribution of the package. All of the devDependencies are ignored, and we don't have many dependencies
(the poly fill might actually be able to be removed) |
This is now published in prerelease on npm |
Suggestion: We can use beta version first for testing.
To Do List
flow=true
config flag, generate flow type by defaultAny more thoughts?
The text was updated successfully, but these errors were encountered: