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
We're currently using a custom CommonJS wrapper and ambient typings for the guava-js bower package. The wrapper is a series of eval("[...]/node_modules/guava-js/[...].js") statements(!).
It'd be nice to either remove or replace this dependency, obsoleting this issue, or switch to an npm-published version of guava-js that can be loaded like any other regular Node.js module.
The text was updated successfully, but these errors were encountered:
We're currently using a custom CommonJS wrapper and ambient typings for the
guava-js
bower package. The wrapper is a series ofeval("[...]/node_modules/guava-js/[...].js")
statements(!).It'd be nice to either remove or replace this dependency, obsoleting this issue, or switch to an npm-published version of
guava-js
that can be loaded like any other regular Node.js module.The text was updated successfully, but these errors were encountered: