public interface SoyLibraryAssistedJsSrcFunction extends SoyJsSrcFunction
Important: This may only be used in implementing function plugins.
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<String> |
getRequiredJsLibNames()
Returns a list of Closure library names to require when this function is used.
|
computeForJsSrcgetName, getValidArgsSizescom.google.common.collect.ImmutableSet<String> getRequiredJsLibNames()
Note: Return the raw Closure library names, Soy will wrap them in goog.require for you.