Searched refs:UnexpectedError (Results 1 – 11 of 11) sorted by relevance
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | errors.js | 6 exports.UnexpectedError = exports.PluginError = void 0; 10 class UnexpectedError extends Error { class 16 exports.UnexpectedError = UnexpectedError;
|
| H A D | errors.js.map | 1 …UnexpectedError","Error","constructor","message","_defineProperty","exports","PluginError","code",…
|
| H A D | errors.d.ts | 1 export declare class UnexpectedError extends Error { class
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | Paths.ts | 6 import { UnexpectedError } from '../utils/errors'; 29 throw new UnexpectedError( 55 throw new UnexpectedError(`Could not locate a valid AppDelegate at root: "${projectRoot}"`); 79 throw new UnexpectedError(`Could not locate a valid AppDelegate.h at root: "${projectRoot}"`); 106 throw new UnexpectedError(`Unexpected iOS file extension: ${extension}`); 160 throw new UnexpectedError( 193 throw new UnexpectedError( 227 throw new UnexpectedError(
|
| /expo/packages/@expo/config-plugins/src/ios/__tests__/ |
| H A D | Paths-test.ts | 5 import { UnexpectedError } from '../../utils/errors'; 56 expect(() => getXcodeProjectPath('/none')).toThrow(UnexpectedError); 127 expect(() => getXcodeProjectPath('/app')).toThrow(UnexpectedError); 199 expect(() => getAppDelegate('/invalid')).toThrow(UnexpectedError);
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | Paths.js | 76 …throw new (_errors().UnexpectedError)(`Could not locate a valid AppDelegate header at root: "${pro… 96 …throw new (_errors().UnexpectedError)(`Could not locate a valid AppDelegate at root: "${projectRoo… 116 …throw new (_errors().UnexpectedError)(`Could not locate a valid AppDelegate.h at root: "${projectR… 140 throw new (_errors().UnexpectedError)(`Unexpected iOS file extension: ${extension}`); 186 …throw new (_errors().UnexpectedError)(`Failed to locate the ios/*.xcodeproj files relative to path… 211 …throw new (_errors().UnexpectedError)(`Failed to locate the ios/*.xcodeproj/project.pbxproj files … 237 …throw new (_errors().UnexpectedError)(`Failed to locate Info.plist files relative to path "${proje…
|
| H A D | Paths.js.map | 1 …UnexpectedError","length","warnMultipleFiles","tag","fileName","getAppDelegateFilePath","getAppDel…
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | errors.ts | 1 export class UnexpectedError extends Error { class
|
| /expo/packages/@expo/config-plugins/src/android/ |
| H A D | Paths.ts | 7 import { UnexpectedError } from '../utils/errors'; 43 throw new UnexpectedError(`Unexpected Android file extension: ${extension}`);
|
| /expo/packages/@expo/config-plugins/build/android/ |
| H A D | Paths.js | 83 throw new (_errors().UnexpectedError)(`Unexpected Android file extension: ${extension}`);
|
| H A D | Paths.js.map | 1 …UnexpectedError","getFileInfo","normalize","contents","fs","readFileSync","language","getMainAppli…
|