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
{{ message }}
This repository has been archived by the owner on Jan 6, 2021. It is now read-only.
Due to a recent feature (Convert environment vars) the cross-var package can almost be deprecated. The one thing the library could support that cross-env does not yet (to my understanding) is complex statements.
The API for complex statements is to wrap the contents in a string so that all the variables can be replaced and then executed. What do you all think of this API and would it fit well with cross-env? If this type of feature was added to cross-env then cross-var shouldn't be needed anymore.
Due to a recent feature (Convert environment vars) the
cross-var
package can almost be deprecated. The one thing the library could support thatcross-env
does not yet (to my understanding) is complex statements.The API for complex statements is to wrap the contents in a string so that all the variables can be replaced and then executed. What do you all think of this API and would it fit well with
cross-env
? If this type of feature was added tocross-env
thencross-var
shouldn't be needed anymore.The text was updated successfully, but these errors were encountered: