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