We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e9c98 commit a8cff46Copy full SHA for a8cff46
lib/base/VariableResolver.js
@@ -16,6 +16,7 @@ import { getParents, getScope } from './util/scopeUtil';
16
* @typedef {AdditionalVariable} ProcessVariable
17
* @property {Array<ModdleElement>} origin
18
* @property {ModdleElement} scope
19
+ * @property {Array<Function>} provider
20
*/
21
22
/**
0 commit comments