Searched refs:getExtensions (Results 1 – 5 of 5) sorted by relevance
| /expo/packages/@expo/config/src/paths/__tests__/ |
| H A D | extensions-test.ts | 1 import { getExtensions, getBareExtensions, getLanguageExtensionsInOrder } from '../extensions'; 3 describe(getExtensions, () => { 6 expect(() => getExtensions('web')).toThrow(`string[]`); 8 expect(() => getExtensions([], 'js')).toThrow(`string[]`); 10 expect(() => getExtensions([], [], 'expo')).toThrow(`string[]`); 12 expect(() => getExtensions([], null, [])).toThrow(`string[]`);
|
| /expo/packages/@expo/config/build/paths/ |
| H A D | extensions.js | 7 exports.getExtensions = getExtensions; 17 function getExtensions(platforms, extensions, workflows) { function 58 …const fileExtensions = getExtensions(platforms, getLanguageExtensionsInOrder(languageOptions), []);
|
| H A D | extensions.d.ts | 6 export declare function getExtensions(platforms: string[], extensions: string[], workflows: string[… function
|
| H A D | extensions.js.map | 1 …getExtensions","platforms","extensions","workflows","assert","Array","isArray","fileExtensions","w…
|
| /expo/packages/@expo/config/src/paths/ |
| H A D | extensions.ts | 9 export function getExtensions( function 58 const fileExtensions = getExtensions(
|