UNPKG

689 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.default = void 0;
7
8var _doctor = _interopRequireDefault(require("./doctor"));
9
10function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
11
12var _default = {
13 func: _doctor.default,
14 name: 'doctor',
15 description: '[EXPERIMENTAL] Diagnose and fix common Node.js, iOS, Android & React Native issues.',
16 options: [{
17 name: '--fix',
18 description: 'Attempt to fix all diagnosed issues.'
19 }, {
20 name: '--contributor',
21 description: 'Add healthchecks required to installations required for contributing to React Native.'
22 }]
23};
24exports.default = _default;
\No newline at end of file