UNPKG

babel-plugin-syntax-flow

Version:

Allow parsing of the flow syntax

13 lines (10 loc) 246 B
"use strict"; exports.__esModule = true; exports.default = function () { return { manipulateOptions: function manipulateOptions(opts, parserOpts) { parserOpts.plugins.push("flow"); } }; }; module.exports = exports["default"];