Searched refs:PluginError (Results 1 – 20 of 20) sorted by relevance
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | errors.js | 6 exports.UnexpectedError = exports.PluginError = void 0; 20 class PluginError extends Error { class 29 exports.PluginError = PluginError;
|
| H A D | plugin-resolver.js | 72 …throw new (_errors().PluginError)(`Failed to resolve plugin for module "${modulePath}" relative to… 161 …const pluginError = new (_errors().PluginError)(`Package "${pluginReference}" does not contain a v… 206 …throw new (_errors().PluginError)(`Package "${pluginReference}" does not contain a valid config pl… 208 …throw new (_errors().PluginError)(`Plugin "${pluginReference}" must export a function from file: $…
|
| H A D | errors.js.map | 1 …PluginError","code","cause","name"],"sources":["../../src/utils/errors.ts"],"sourcesContent":["exp…
|
| H A D | errors.d.ts | 9 export declare class PluginError extends Error {
|
| H A D | plugin-resolver.js.map | 1 …PluginError","moduleNameIsDirectFileReference","isPluginFile","filePath","findUpPlugin","pathIsFil…
|
| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | plugin-resolver.ts | 6 import { PluginError } from './errors'; 22 throw new PluginError( 119 const pluginError = new PluginError( 168 throw new PluginError( 173 throw new PluginError(
|
| H A D | errors.ts | 20 export class PluginError extends Error { class
|
| /expo/packages/@expo/config-plugins/src/plugins/ |
| H A D | withStaticPlugin.ts | 5 import { PluginError } from '../utils/errors'; 31 (error instanceof PluginError && error.code === 'INVALID_PLUGIN_IMPORT') 131 throw new PluginError(
|
| H A D | withMod.ts | 7 import { PluginError } from '../utils/errors'; 92 throw new PluginError( 97 throw new PluginError(
|
| H A D | mod-compiler.ts | 9 import { PluginError } from '../utils/errors'; 171 throw new PluginError(errorMessage, 'MISSING_PROVIDER');
|
| /expo/packages/@expo/config-plugins/build/plugins/ |
| H A D | withStaticPlugin.js | 51 …if (error instanceof SyntaxError || error instanceof _errors().PluginError && error.code === 'INVA… 132 …throw new (_errors().PluginError)(`Plugin is an unexpected type: ${typeof pluginResolve}`, 'INVALI…
|
| H A D | withMod.js | 92 …throw new (_errors().PluginError)(`Cannot set provider mod for "${platform}.${mod}" because anothe… 94 …throw new (_errors().PluginError)(`Cannot add mod to "${platform}.${mod}" because the provider has…
|
| H A D | withStaticPlugin.js.map | 1 …PluginError","match","withStaticPlugin","config","props","_pluginProps","projectRoot","_config$_in…
|
| H A D | mod-compiler.js | 195 throw new (_errors().PluginError)(errorMessage, 'MISSING_PROVIDER');
|
| H A D | withMod.js.map | 1 …PluginError","interceptingMod","modRequest","console","log","results","nextMod","saveToInternalObj…
|
| H A D | mod-compiler.js.map | 1 …PluginError","addWarningForPlatform","results","modResults","assertModResults"],"sources":["../../…
|
| /expo/packages/@expo/config-plugins/src/ |
| H A D | index.ts | 60 export { PluginError } from './utils/errors';
|
| /expo/packages/@expo/config-plugins/build/ |
| H A D | index.d.ts | 27 export { PluginError } from './utils/errors';
|
| H A D | index.js | 41 PluginError: true property 47 return _errors().PluginError;
|
| H A D | index.js.map | 1 …ltBaseMods, evalModsAsync } from './plugins/mod-compiler';\n\nexport { PluginError } from './utils…
|