You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #10488 added a dependency on the node "assert" package in test-runtime-utils. That package contains InsecureTokenProvider, which is used in many demos and samples in the browser, so the assert dep introduces the need for a polyfill.
The assert polyfill is quite large and we should avoid requiring it.
The text was updated successfully, but these errors were encountered:
Related to #11350. This lint rule helps prevent taking dependencies on
node libraries, and given our browser-first focus, we should enable it
in our default config. I made it a warning to make it easier to adopt.
PR #10488 added a dependency on the node "assert" package in test-runtime-utils. That package contains InsecureTokenProvider, which is used in many demos and samples in the browser, so the assert dep introduces the need for a polyfill.
The assert polyfill is quite large and we should avoid requiring it.
The text was updated successfully, but these errors were encountered: