[{"/Users/wuhao/Desktop/demos/cs_vsofpm/src/pages/docs.jsx":"1","/Users/wuhao/Desktop/demos/cs_vsofpm/src/layouts/index.jsx":"2","/Users/wuhao/Desktop/demos/cs_vsofpm/src/pages/index.jsx":"3"},{"size":122,"mtime":1680055095553,"results":"4","hashOfConfig":"5"},{"size":426,"mtime":1680059196673,"results":"6","hashOfConfig":"5"},{"size":314,"mtime":1680055095554,"results":"7","hashOfConfig":"5"},{"filePath":"8","messages":"9","suppressedMessages":"10","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"11"},"1yfz6ux",{"filePath":"12","messages":"13","suppressedMessages":"14","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"15"},{"filePath":"16","messages":"17","suppressedMessages":"18","errorCount":1,"fatalErrorCount":1,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0,"source":"19"},"/Users/wuhao/Desktop/demos/cs_vsofpm/src/pages/docs.jsx",["20"],[],"const DocsPage = () => {\n  return (\n    <div>\n      <p>This is umi docs.</p>\n    </div>\n  );\n};\n\nexport default DocsPage;\n","/Users/wuhao/Desktop/demos/cs_vsofpm/src/layouts/index.jsx",["21"],[],"import { Link, Outlet } from \"umi\";\nimport styles from \"./index.less\";\n\nexport default function Layout() {\n  return (\n    <div className={styles.navs}>\n      <ul>\n        <li>\n          <Link to=\"/\">Home</Link>\n        </li>\n        <li>\n          <Link to=\"/docs\">Docs </Link>\n        </li>\n        <li>\n          <a href=\"https://github.com/umijs/umi\">Github</a>\n        </li>\n      </ul>\n      <Outlet />\n    </div>\n  );\n}\n","/Users/wuhao/Desktop/demos/cs_vsofpm/src/pages/index.jsx",["22"],[],"import yayJpg from '../assets/yay.jpg';\n\nexport default function HomePage() {\n  return (\n    <div>\n      <h2>Yay! Welcome to umi!</h2>\n      <p>\n        <img src={yayJpg} width=\"388\" />\n      </p>\n      <p>\n        To get started, edit <code>pages/index.tsx</code> and save to reload.\n      </p>\n    </div>\n  );\n}\n",{"ruleId":null,"fatal":true,"severity":2,"message":"23"},{"ruleId":null,"fatal":true,"severity":2,"message":"23"},{"ruleId":null,"fatal":true,"severity":2,"message":"23"},"Parsing error: require() of ES Module /Users/wuhao/Desktop/demos/cs_vsofpm/node_modules/eslint/node_modules/eslint-scope/lib/definition.js from /Users/wuhao/Desktop/demos/cs_vsofpm/node_modules/babel-eslint/lib/require-from-eslint.js not supported.\nInstead change the require of definition.js in /Users/wuhao/Desktop/demos/cs_vsofpm/node_modules/babel-eslint/lib/require-from-eslint.js to a dynamic import() which is available in all CommonJS modules."]