DeepEx / node_modules /@babel /eslint-parser /lib /worker /extract-parser-options-plugin.cjs
yogesh rana
hugging face
b0543db
"use strict";
module.exports = function extractParserOptionsPlugin() {
return {
parserOverride(code, opts) {
return opts;
}
};
};
//# sourceMappingURL=extract-parser-options-plugin.cjs.map