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
However, even that it looks like this does not need to perform everything the CLI does when the plugin is executed, additional dependencies are installed. So it looks like there is a reference to 'pbts.js' or 'pbjs.js' someware and 'utils.setup()' is invoked.
Besides the fact this looks like hidden dependencies, it's introducing some issues in some environments like in monorepo because sometimes the installation of the dependencies fails. The behavior and issue is very similar to what has been described in #716.
I see no reason to depend on the CLI and all of its dependencies in this use case. Looks like there is a problem with the separation of concerns here.
The text was updated successfully, but these errors were encountered:
protobuf.js version: 6.10.1
I have developed a plugin for a rollup that generate the typescript definition files (.d.ts) using the programmatic interface of protobuf.js
However, even that it looks like this does not need to perform everything the CLI does when the plugin is executed, additional dependencies are installed. So it looks like there is a reference to 'pbts.js' or 'pbjs.js' someware and 'utils.setup()' is invoked.
Besides the fact this looks like hidden dependencies, it's introducing some issues in some environments like in monorepo because sometimes the installation of the dependencies fails. The behavior and issue is very similar to what has been described in #716.
I see no reason to depend on the CLI and all of its dependencies in this use case. Looks like there is a problem with the separation of concerns here.
The text was updated successfully, but these errors were encountered: