astring-flow

Flow AST types for Astring

MIT License

Downloads
16
Stars
0

astring-flow

Flow AST types for Astring

var astring = require('astring');
var flowGenerator = require('astring-flow');
var code = astring(astWithTypes, {
    generator: flowGenerator
});

This is an early release. Use with caution. There will be changes (to be communicated via semver).

Until some of my changes and fixes to Astring make it upstream, this repo is built against my fork of Astring.