Skip to content
New issue

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

src/js/soyutils/soyutils_usegoog.js:46:264 ERROR - [JSC_MISSING_MODULE_OR_PROVIDE] Required namespace "safevalues" never defined. #1831

Closed
edg84 opened this issue Jan 2, 2024 · 2 comments

Comments

@edg84
Copy link

edg84 commented Jan 2, 2024

          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)

@edg84
Copy link
Author

edg84 commented Jan 2, 2024

      src/js/soyutils/soyutils_usegoog.js:46:264 ERROR - [JSC_MISSING_MODULE_OR_PROVIDE] Required namespace "safevalues" never defined.

@edg84 edg84 closed this as completed Jan 2, 2024
@edg84 edg84 reopened this Jan 2, 2024
@emspishak
Copy link
Contributor

safevalues is here: https://github.com/google/safevalues/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants