MCPcopy Index your code
hub / github.com/react/react / getPublicPackages

Function getPublicPackages

scripts/release/utils.js:140–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138};
139
140const getPublicPackages = isExperimental => {
141 const packageNames = Object.keys(stablePackages);
142 if (isExperimental) {
143 packageNames.push(...experimentalPackages);
144 }
145 return packageNames;
146};
147
148const handleError = error => {
149 logUpdate.clear();

Callers 3

runFunction · 0.85
updateVersionsForNextFunction · 0.85
runFunction · 0.85

Calls 2

keysMethod · 0.80
pushMethod · 0.65

Tested by

no test coverage detected