Skip to content

Commit a8cff46

Browse files
committed
chore: fix type
1 parent 02e9c98 commit a8cff46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/base/VariableResolver.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ import { getParents, getScope } from './util/scopeUtil';
1616
* @typedef {AdditionalVariable} ProcessVariable
1717
* @property {Array<ModdleElement>} origin
1818
* @property {ModdleElement} scope
19+
* @property {Array<Function>} provider
1920
*/
2021

2122
/**

0 commit comments

Comments
 (0)