Files
feedstr.live/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs
T
2023-11-25 18:12:47 -05:00

10 lines
194 B
JavaScript

module.exports = function extractParserOptionsPlugin() {
return {
parserOverride(code, opts) {
return opts;
}
};
};
//# sourceMappingURL=extract-parser-options-plugin.cjs.map