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
The implementation function of js_binary should return a RunEnvironmentInfo provider instance. This allows downstream rule implementations to introspect the environment variables specified in the env attribute (and eventually args as well).
The text was updated successfully, but these errors were encountered:
What is the current behavior?
No response
Describe the feature
The implementation function of
js_binary
should return aRunEnvironmentInfo
provider instance. This allows downstream rule implementations to introspect the environment variables specified in theenv
attribute (and eventuallyargs
as well).The text was updated successfully, but these errors were encountered: