first
This commit is contained in:
9
node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs
generated
vendored
Normal file
9
node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
module.exports = function extractParserOptionsPlugin() {
|
||||
return {
|
||||
parserOverride(code, opts) {
|
||||
return opts;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
//# sourceMappingURL=extract-parser-options-plugin.cjs.map
|
Reference in New Issue
Block a user