Projekt

Obecné

Profil

Stáhnout (246 Bajtů) Statistiky
| Větev: | Revize:
1 3a515b92 cagy
"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"];