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 build save-common for JS, since we need plugin configurations on frontend. But ProcessBuilder and file system methods are not implemented for JS. Need to resolve these exception.
We can do it in two ways:
Extract an utils methods from save-common which don't have implementation on JS. Cons: save-common uses these utils methods in core and need to refactor it
Extract all configurations about plugins to a new module save-api which will have JS as a target. Cons: refactoring in save-cli and save-cloud
The text was updated successfully, but these errors were encountered:
We build
save-common
for JS, since we need plugin configurations on frontend. But ProcessBuilder and file system methods are not implemented for JS. Need to resolve these exception.We can do it in two ways:
save-common
which don't have implementation on JS. Cons:save-common
uses these utils methods in core and need to refactor itsave-api
which will have JS as a target. Cons: refactoring insave-cli
andsave-cloud
The text was updated successfully, but these errors were encountered: