Home
last modified time | relevance | path

Searched refs:packageView (Results 1 – 2 of 2) sorted by relevance

/expo/tools/src/vendoring/
H A Dindex.ts56 const packageView = packageViews.shift(); constant
58 if (!packageView) {
64 const latestVersion = packageView['dist-tags'].latest;
/expo/tools/src/
H A DPackages.ts90 packageView?: Npm.PackageViewType | null;
251 if (this.packageView !== undefined) {
252 return this.packageView;