Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/scripts/token_alignment/
Dindex.ts154 const promises = trackedFiles.map(async (locaFilePath) => { constant
170 await Promise.all(promises);
197 const promises = trackedFiles.map(async (locaFilePath) => { constant
211 await Promise.all(promises);
230 const promises = trackedFiles.map(async (locaFilePath) => { constant
236 await Promise.all(promises);
/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DFileIO.ts17 import { promises as fs } from 'fs';