Home
last modified time | relevance | path

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

/expo/packages/@expo/cli/src/utils/tsconfig/__tests__/
H A DmatchTsConfigPathAlias.test.ts5 const pathsKeys = ['@foo/*']; constant
7 expect(matchTsConfigPathAlias(pathsKeys, moduleName)).toEqual({
13 const pathsKeys = ['@foo/*']; constant
15 expect(matchTsConfigPathAlias(pathsKeys, moduleName)).toEqual({
21 const pathsKeys = ['@foo/*']; constant
23 expect(matchTsConfigPathAlias(pathsKeys, moduleName)).toEqual({
/expo/packages/@expo/cli/src/utils/tsconfig/
H A DmatchTsConfigPathAlias.ts105 export function matchTsConfigPathAlias(pathsKeys: string[], moduleName: string) {
107 const matchedPattern = matchPatternOrExact(pathsKeys, moduleName);