When using the node library, it seems the addFlowHeader option is ignored.
For example when running this code, no flow headers (// @flow) are inserted.
compiler.compileDefinitionString(code, { addFlowHeader: true } );
Is this intended or a bug? If bug, i could create a PR to fix it, let me know.
When using the node library, it seems the
addFlowHeaderoption is ignored.For example when running this code, no flow headers (
// @flow) are inserted.Is this intended or a bug? If bug, i could create a PR to fix it, let me know.