Sha256: 5cc55167e2da6d2c4ae976b9f77dcc08f6b8593758aceeed5751b6af52eed657
Contents?: true
Size: 550 Bytes
Versions: 13
Compression:
Stored size: 550 Bytes
Contents
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; function _helperPluginUtils() { const data = require("@babel/helper-plugin-utils"); _helperPluginUtils = function () { return data; }; return data; } var _default = (0, _helperPluginUtils().declare)(api => { api.assertVersion(7); return { name: "syntax-optional-catch-binding", manipulateOptions(opts, parserOpts) { parserOpts.plugins.push("optionalCatchBinding"); } }; }); exports.default = _default;
Version data entries
13 entries across 13 versions & 5 rubygems