Home
last modified time | relevance | path

Searched refs:PluginError (Results 1 – 20 of 20) sorted by relevance

/expo/packages/@expo/config-plugins/build/utils/
H A Derrors.js6 exports.UnexpectedError = exports.PluginError = void 0;
20 class PluginError extends Error { class
29 exports.PluginError = PluginError;
H A Dplugin-resolver.js72 …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 Derrors.js.map1PluginError","code","cause","name"],"sources":["../../src/utils/errors.ts"],"sourcesContent":["exp…
H A Derrors.d.ts9 export declare class PluginError extends Error {
H A Dplugin-resolver.js.map1PluginError","moduleNameIsDirectFileReference","isPluginFile","filePath","findUpPlugin","pathIsFil…
/expo/packages/@expo/config-plugins/src/utils/
H A Dplugin-resolver.ts6 import { PluginError } from './errors';
22 throw new PluginError(
119 const pluginError = new PluginError(
168 throw new PluginError(
173 throw new PluginError(
H A Derrors.ts20 export class PluginError extends Error { class
/expo/packages/@expo/config-plugins/src/plugins/
H A DwithStaticPlugin.ts5 import { PluginError } from '../utils/errors';
31 (error instanceof PluginError && error.code === 'INVALID_PLUGIN_IMPORT')
131 throw new PluginError(
H A DwithMod.ts7 import { PluginError } from '../utils/errors';
92 throw new PluginError(
97 throw new PluginError(
H A Dmod-compiler.ts9 import { PluginError } from '../utils/errors';
171 throw new PluginError(errorMessage, 'MISSING_PROVIDER');
/expo/packages/@expo/config-plugins/build/plugins/
H A DwithStaticPlugin.js51 …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 DwithMod.js92 …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 DwithStaticPlugin.js.map1PluginError","match","withStaticPlugin","config","props","_pluginProps","projectRoot","_config$_in…
H A Dmod-compiler.js195 throw new (_errors().PluginError)(errorMessage, 'MISSING_PROVIDER');
H A DwithMod.js.map1PluginError","interceptingMod","modRequest","console","log","results","nextMod","saveToInternalObj…
H A Dmod-compiler.js.map1PluginError","addWarningForPlatform","results","modResults","assertModResults"],"sources":["../../…
/expo/packages/@expo/config-plugins/src/
H A Dindex.ts60 export { PluginError } from './utils/errors';
/expo/packages/@expo/config-plugins/build/
H A Dindex.d.ts27 export { PluginError } from './utils/errors';
H A Dindex.js41 PluginError: true property
47 return _errors().PluginError;
H A Dindex.js.map1 …ltBaseMods, evalModsAsync } from './plugins/mod-compiler';\n\nexport { PluginError } from './utils…