UNPKG

1.4 kBSource Map (JSON)View Raw
1{"version":3,"sources":["../../src/commands/index.ts"],"names":["projectCommands","metroCommands","link","unlink","install","uninstall","upgrade","info","config","profileHermes","detachedCommands","init","doctor"],"mappings":";;;;;;;AACA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;;AACA;AAAA;;AAAA;AAAA;AAAA;;AAAA;AAAA;;;;AAEO,MAAMA,eAAe,GAAG,CAC7B,GAAGC,0BAD0B,EAE7BC,aAF6B,EAG7BC,eAH6B,EAI7BC,gBAJ6B,EAK7BC,kBAL6B,EAM7BC,gBAN6B,EAO7BC,aAP6B,EAQ7BC,eAR6B,EAS7BC,oBAT6B,CAAxB;;AAYA,MAAMC,gBAAgB,GAAG,CAACC,aAAD,EAAOC,eAAP,CAAzB","sourcesContent":["import {Command, DetachedCommand} from '@react-native-community/cli-types';\nimport {commands as metroCommands} from '@react-native-community/cli-plugin-metro';\nimport link from './link/link';\nimport unlink from './link/unlink';\nimport install from './install/install';\nimport uninstall from './install/uninstall';\nimport upgrade from './upgrade/upgrade';\nimport info from './info/info';\nimport config from './config/config';\nimport init from './init';\nimport doctor from './doctor';\nimport profileHermes from '@react-native-community/cli-hermes';\n\nexport const projectCommands = [\n ...metroCommands,\n link,\n unlink,\n install,\n uninstall,\n upgrade,\n info,\n config,\n profileHermes,\n] as Command[];\n\nexport const detachedCommands = [init, doctor] as DetachedCommand[];\n"]}
\No newline at end of file