aswi2020vldc-gitlab/templetes/node_modules/babel-plugin-syntax-flow/lib/index.js @ 143404cb
1 |
"use strict"; |
---|---|
2 |
|
3 |
exports.__esModule = true; |
4 |
|
5 |
exports.default = function () { |
6 |
return { |
7 |
manipulateOptions: function manipulateOptions(opts, parserOpts) { |
8 |
parserOpts.plugins.push("flow"); |
9 |
}
|
10 |
};
|
11 |
};
|
12 |
|
13 |
module.exports = exports["default"]; |