80f6ded167123a06fd0377d996a9f7178166702102c2b9270893d3f4c4e3926d48c1d6b511d6d0eef730925b7015b206c94dd16bfe6fb80120519ed0a0741c 264 B

12345678910111213
  1. "use strict";
  2. exports.__esModule = true;
  3. exports.default = function () {
  4. return {
  5. manipulateOptions: function manipulateOptions(opts, parserOpts) {
  6. parserOpts.plugins.push("exponentiationOperator");
  7. }
  8. };
  9. };
  10. module.exports = exports["default"];