UNPKG

954 BSource Map (JSON)View Raw
1{"version":3,"sources":["../../../src/commands/doctor/index.ts"],"names":["func","doctor","detached","name","description","options"],"mappings":";;;;;;;AAAA;;;;eAEe;AACbA,EAAAA,IAAI,EAAEC,eADO;AAEbC,EAAAA,QAAQ,EAAE,IAFG;AAGbC,EAAAA,IAAI,EAAE,QAHO;AAIbC,EAAAA,WAAW,EACT,qFALW;AAMbC,EAAAA,OAAO,EAAE,CACP;AACEF,IAAAA,IAAI,EAAE,OADR;AAEEC,IAAAA,WAAW,EAAE;AAFf,GADO,EAKP;AACED,IAAAA,IAAI,EAAE,eADR;AAEEC,IAAAA,WAAW,EACT;AAHJ,GALO;AANI,C","sourcesContent":["import doctor from './doctor';\n\nexport default {\n func: doctor,\n detached: true,\n name: 'doctor',\n description:\n '[EXPERIMENTAL] Diagnose and fix common Node.js, iOS, Android & React Native issues.',\n options: [\n {\n name: '--fix',\n description: 'Attempt to fix all diagnosed issues.',\n },\n {\n name: '--contributor',\n description:\n 'Add healthchecks required to installations required for contributing to React Native.',\n },\n ],\n};\n"]}
\No newline at end of file