File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -445,8 +445,8 @@ done in a linking function rather than in a compile function.
445
445
446
446
A compile function can have a return value which can be either a function or an object.
447
447
448
- * returning a function - is equivalent to registering the linking function via the `link` property
449
- of the config object when the compile function is empty.
448
+ * returning a (post-link) function - is equivalent to registering the linking function via the
449
+ `link` property of the config object when the compile function is empty.
450
450
451
451
* returning an object with function(s) registered via `pre` and `post` properties - allows you to
452
452
control when a linking function should be called during the linking phase. See info about
You can’t perform that action at this time.
0 commit comments