UNPKG

234 BJavaScriptView Raw
1"use strict";
2
3exports.__esModule = true;
4exports.default = _default;
5
6function _default() {
7 return {
8 manipulateOptions: function manipulateOptions(opts, parserOpts) {
9 parserOpts.plugins.push("doExpressions");
10 }
11 };
12}
\No newline at end of file