public interface SoyLibraryAssistedJsSrcPrintDirective extends SoyJsSrcPrintDirective
Important: This may only be used in implementing print directive 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 directive is used.
|
applyForJsSrcgetName, getValidArgsSizes, shouldCancelAutoescapecom.google.common.collect.ImmutableSet<String> getRequiredJsLibNames()
Note: Return the raw Closure library names, Soy will wrap them in goog.require for you.