-
Notifications
You must be signed in to change notification settings - Fork 12k
Third party library: google-protobuf eval issue #4016
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
Comments
I assume the case of the eval error is that the npm package google-protobuf |
@jorgjanke I encountered the same problem when import google-protobuf.js. How did you solve it? |
... switched to json for the moment :-/ |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
I am trying to install google-protobuf, which has two components
a) npm package
b) generated js files
OS?
Versions.
Repro steps.
copied the protoc generated js files in a local folder libraries/protoc
The log given by the failure.
and
(i.e. code is in quotes)
when running (ng serve), this creates errors like
looks to me that evaluating the code in the string causes these errors
Mention any other details that might be useful.
When using webpack 2.2 directly in a js project, it creates code like
working fine
i.e. without bundling/eval the code in a string like
Questions:
The text was updated successfully, but these errors were encountered: