Lines Matching refs:pluginReference
140 function resolveConfigPluginFunction(projectRoot, pluginReference) { argument
143 } = resolveConfigPluginFunctionWithInfo(projectRoot, pluginReference);
148 function resolveConfigPluginFunctionWithInfo(projectRoot, pluginReference) { argument
152 } = resolvePluginForModule(projectRoot, pluginReference);
160 if (!isPluginFile && !moduleNameIsDirectFileReference(pluginReference)) {
161 …const pluginError = new (_errors().PluginError)(`Package "${pluginReference}" does not contain a v…
171 pluginReference,
177 pluginReference,
196 pluginReference,
205 if (!isPluginFile && !moduleNameIsDirectFileReference(pluginReference)) {
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: $…