| /expo/packages/@expo/cli/src/utils/analytics/ |
| H A D | getDevClientProperties.ts | 5 import { memoize } from '../fn'; 7 const getAccountName = memoize((exp: Pick<ExpoConfig, 'owner'>) => { 17 const getDevClientVersion = memoize((projectRoot: string): JSONValue | undefined => { 27 const getProjectType = memoize((projectRoot: string): 'managed' | 'generic' => {
|
| /expo/packages/@expo/cli/src/utils/__tests__/ |
| H A D | fn-test.ts | 1 import { memoize, guardAsync } from '../fn'; 3 describe(memoize, () => { 6 const memoized = memoize(fn);
|
| /expo/packages/@expo/cli/src/start/doctor/ |
| H A D | Prerequisite.ts | 2 import { memoize } from '../../utils/fn'; 16 this._assertAsync = memoize(this.assertImplementation.bind(this)); 25 this._assertAsync = memoize(this.assertImplementation.bind(this));
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | validateApplicationId.ts | 5 import { memoize } from './fn'; 157 export const getBundleIdWarningAsync = memoize(getBundleIdWarningInternalAsync); 202 export const getPackageNameWarningAsync = memoize(getPackageNameWarningInternalAsync);
|
| H A D | FileNotifier.ts | 6 import { memoize } from './fn'; 61 public watchFile = memoize(this.startWatchingFile.bind(this));
|
| H A D | fn.ts | 2 export function memoize<T extends (...args: any[]) => any>(fn: T): T { function
|
| /expo/packages/expo-router/build/head/ |
| H A D | url.js | 11 function memoize(fn) { function 36 const memoSanitizeUrl = memoize(sanitizeUrl);
|
| H A D | url.js.map | 1 …memoize` */\nfunction memoize<T extends (...args: any[]) => any>(fn: T): T {\n const cache: { [ke…
|
| /expo/packages/@expo/cli/src/start/doctor/typescript/ |
| H A D | TypeScriptProjectPrerequisite.ts | 9 import { memoize } from '../../../utils/fn'; 16 const warnDisabled = memoize(() => {
|
| /expo/packages/expo-router/src/head/ |
| H A D | url.tsx | 6 /** `lodash.memoize` */ 7 function memoize<T extends (...args: any[]) => any>(fn: T): T { 41 const memoSanitizeUrl = memoize(sanitizeUrl);
|
| /expo/packages/@expo/cli/src/start/server/ |
| H A D | getStaticRenderFunctions.ts | 18 import { memoize } from '../../utils/fn'; 50 const moveStaticRenderFunction = memoize(async (projectRoot: string, requiredModuleId: string) => {
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/Utils/ |
| H A D | ABI47_0_0RCTConvert+RNSVG.mm | 78 // We should memoize colors but look ups may be just as expensive.
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/Utils/ |
| H A D | ABI49_0_0RCTConvert+RNSVG.mm | 78 // We should memoize colors but look ups may be just as expensive.
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/Utils/ |
| H A D | RCTConvert+RNSVG.mm | 78 // We should memoize colors but look ups may be just as expensive.
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/Utils/ |
| H A D | ABI48_0_0RCTConvert+RNSVG.mm | 78 // We should memoize colors but look ups may be just as expensive.
|
| /expo/docs/ |
| H A D | yarn.lock | 349 "@emotion/memoize" "^0.8.0" 363 "@emotion/memoize" "^0.8.0" 366 "@emotion/weak-memoize" "^0.3.0" 374 "@emotion/memoize" "^0.8.0" 393 "@emotion/memoize@^0.8.0": 395 …resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.8.0.tgz#f580f9beb67176fa57aae7… 409 "@emotion/weak-memoize" "^0.3.0" 418 "@emotion/memoize" "^0.8.0" 443 "@emotion/weak-memoize@^0.3.0": 2867 lodash.memoize "^4.1.2" [all …]
|
| /expo/ |
| H A D | yarn.lock | 6587 lodash.memoize "^4.1.2" 12973 lodash.memoize@4.x, lodash.memoize@^4.1.2: 12975 …resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed… 13277 memoize-one@^5.0.0: 13279 …resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.2.1.tgz#8337aa3c4335581839ec01c… 13282 memoize-one@^6.0.0: 13284 …resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-6.0.0.tgz#b2591b871ed82948aee4727… 16410 memoize-one "^6.0.0" 16447 memoize-one "^5.0.0" 18835 lodash.memoize "4.x"
|
| /expo/tools/ |
| H A D | yarn.lock | 3785 lodash.memoize "^4.1.2" 8016 lodash.memoize@^4.1.2: 8018 …resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed…
|
| /expo/packages/expo-dev-launcher/ios/ |
| H A D | main.jsbundle | 432 …:"^2.2.4","jest-environment-node":"^29.2.1","jsc-android":"^250231.0.0","memoize-one":"^5.0.0","me…
|
| /expo/packages/expo-dev-launcher/android/src/debug/assets/ |
| H A D | expo_dev_launcher_android.bundle | 433 …:"^2.2.4","jest-environment-node":"^29.2.1","jsc-android":"^250231.0.0","memoize-one":"^5.0.0","me…
|