src/js/soyutils/soyutils_usegoog.js:46:264 ERROR - [JSC_MISSING_MODULE_OR_PROVIDE] Required namespace "safevalues" never defined.
edg84 opened this issue · 2 comments
src/js/soyutils/soyutils_usegoog.js:46:264 ERROR - [JSC_MISSING_MODULE_OR_PROVIDE] Required namespace "safevalues" never defined.
const {SafeHtml: TsSafeHtml, SafeScript: TsSafeScript, SafeStyle: TsSafeStyle, SafeStyleSheet: TsSafeStyleSheet, SafeUrl: TsSafeUrl, TrustedResourceUrl: TsTrustedResourceUrl, unwrapHtml, unwrapResourceUrl, unwrapScript, unwrapStyle, unwrapStyleSheet, unwrapUrl} = goog.require('safevalues');
^^^^^^^^^^^^^^^^^^^^^^^^^^
src/js/soyutils/soyutils_usegoog.js:48:35 ERROR - [JSC_MISSING_MODULE_OR_PROVIDE] Required namespace "jspb.immutable_message" never defined.
const {defaultImmutableInstance} = goog.require('jspb.immutable_message');
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
src/js/soyutils/soyutils_usegoog.js:49:27 ERROR - [JSC_MISSING_MODULE_OR_PROVIDE] Required namespace "safevalues.restricted.reviewed" never defined.
const {htmlSafeByReview} = goog.require('safevalues.restricted.reviewed');
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Originally posted by @edg84 in #1642 (comment)
src/js/soyutils/soyutils_usegoog.js:46:264 ERROR - [JSC_MISSING_MODULE_OR_PROVIDE] Required namespace "safevalues" never defined.
safevalues
is here: https://github.com/google/safevalues/