We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our manually created soy-bundle lacks goog.soy.data.SanitizedCss and maybe others from https://github.com/google/closure-library/blob/master/closure/goog/soy/data.js
soy-bundle
goog.soy.data.SanitizedCss
Trying to use
<style>{$_css}</style>
will result in an error like:
:8080/o/frontend-js-metal-web/metal-soy-bundle/build/bundle.js?languageId=en_US:574 goog.require could not find: goog.soy.data.SanitizedCss goog.logToConsole_ @ :8080/o/frontend-js-metal-web/metal-soy-bundle/build/bundle.js?languageId=en_US:574 :8080/o/frontend-js-metal-web/metal-soy-bundle/build/bundle.js?languageId=en_US:615 Uncaught (in promise) Error: goog.require could not find: goog.soy.data.SanitizedCss at Object.goog.require (:8080/o/frontend-js-metal-web/metal-soy-bundle/build/bundle.js?languageId=en_US:615) at :8080/o/layout-admin-web/js/LayoutPageTemplateFragment.soy.js?languageId=en_US:64 at Object.goog.loadModule (:8080/o/frontend-js-metal-web/metal-soy-bundle/build/bundle.js?languageId=en_US:988) at Function.<anonymous> (:8080/o/layout-admin-web/js/LayoutPageTemplateFragment.soy.js?languageId=en_US:50) at Loader._setModuleImplementation (loader.js:3056) at defineModules (loader.js:3170) at loader.js:3183 at <anonymous>
The text was updated successfully, but these errors were encountered:
Merge pull request #353 from Robert-Frampton/soybundle
e7a9c0d
Update google-closure soy/data.js (f7e0f45) | Fixes #324
7687a18
No branches or pull requests
Our manually created
soy-bundle
lacksgoog.soy.data.SanitizedCss
and maybe others from https://github.com/google/closure-library/blob/master/closure/goog/soy/data.jsTrying to use
will result in an error like:
The text was updated successfully, but these errors were encountered: