helpful-portugal-42688
07/01/2019, 10:09 PMapache_thrift_node_gen.py
when I override the execute_codegen, I essentially just create the default package.json and the yarn.lock and then just call the super().execute_codegen(target, target_workdir)
, am I missing something here, I was looking at similar py_gen and java_gen in the pants/backend/codegen and they both essentially call the super's exec_codegen and I feel that doing that should take care of the code generation however, I feel like that's too easy to be true.
3. How can I check whether a default package.json and yarn.lock was specified or not, is there a way to get it from the target?
Disclaimer: I'm kinda dim as you probably witnessed earlier.witty-crayon-22786
07/02/2019, 9:26 PMhelpful-portugal-42688
07/02/2019, 11:51 PM