You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.5 KiB
69 lines
1.5 KiB
"use strict";
|
|
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.detachedCommands = exports.projectCommands = void 0;
|
|
|
|
function _cliClean() {
|
|
const data = require("@react-native-community/cli-clean");
|
|
|
|
_cliClean = function () {
|
|
return data;
|
|
};
|
|
|
|
return data;
|
|
}
|
|
|
|
function _cliDoctor() {
|
|
const data = require("@react-native-community/cli-doctor");
|
|
|
|
_cliDoctor = function () {
|
|
return data;
|
|
};
|
|
|
|
return data;
|
|
}
|
|
|
|
function _cliConfig() {
|
|
const data = require("@react-native-community/cli-config");
|
|
|
|
_cliConfig = function () {
|
|
return data;
|
|
};
|
|
|
|
return data;
|
|
}
|
|
|
|
function _cliPluginMetro() {
|
|
const data = require("@react-native-community/cli-plugin-metro");
|
|
|
|
_cliPluginMetro = function () {
|
|
return data;
|
|
};
|
|
|
|
return data;
|
|
}
|
|
|
|
function _cliHermes() {
|
|
const data = _interopRequireDefault(require("@react-native-community/cli-hermes"));
|
|
|
|
_cliHermes = function () {
|
|
return data;
|
|
};
|
|
|
|
return data;
|
|
}
|
|
|
|
var _upgrade = _interopRequireDefault(require("./upgrade/upgrade"));
|
|
|
|
var _init = _interopRequireDefault(require("./init"));
|
|
|
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
|
|
const projectCommands = [..._cliPluginMetro().commands, ..._cliConfig().commands, _cliClean().commands.clean, _cliDoctor().commands.info, _upgrade.default, _cliHermes().default];
|
|
exports.projectCommands = projectCommands;
|
|
const detachedCommands = [_init.default, _cliDoctor().commands.doctor];
|
|
exports.detachedCommands = detachedCommands;
|
|
|
|
//# sourceMappingURL=index.js.map
|