Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/start/server/type-generation/
H A Dtsconfig.ts19 await writeUpdates(tsConfigPath, tsConfig, updates);
52 await writeUpdates(tsConfigPath, tsConfig, updates);
73 async function writeUpdates(tsConfigPath: string, tsConfig: JSONObject, updates: Set<string>) { function