Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/scripts/token_alignment/
Dindex.ts17 import { loadMIgrationList } from './helpers/migrationList';
23 const migrationMap = await loadMIgrationList();
/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DmigrationList.ts39 export const loadMIgrationList = async function (): Promise<IMigrationMap> { constant