-
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
[Won't Merge] Proof Of Concept: JSON Types #13
base: master
Are you sure you want to change the base?
Conversation
This reverts commit cbfc2b2.
How this knows what type to serialize and deserialize? |
This reverts commit cbfc2b2.
@goodmind I'm just trying something here. Updated the description. |
why do we wanna duplicate the scripts here? |
@@ -54,6 +55,12 @@ withAllStdIn((inputBuff: Buffer) => { | |||
codeGenResponse.addFile(thisFileFlow); | |||
} | |||
|
|||
// Generate Json Flowtype Files | |||
const thisFileFlow = new CodeGeneratorResponse.File(); |
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.
Add a flag here?
If user uses pbjs, it would be nice if 'google-protobuf' can be removed from the dependency in package.json for the pbjs use cases. |
This won't be merged. This is an experiment to see how easy it would be to add additional build targets (like Protobuf.js compatible types)