source: frontend/node_modules/@babel/eslint-parser/lib/worker/extract-parser-options-plugin.cjs

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 209 bytes
Line 
1"use strict";
2
3module.exports = function extractParserOptionsPlugin() {
4 return {
5 parserOverride(code, opts) {
6 return opts;
7 }
8 };
9};
10
11//# sourceMappingURL=extract-parser-options-plugin.cjs.map
Note: See TracBrowser for help on using the repository browser.