Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(lang-js): Set env vars before we iterate on beforeFuncs
In a world where before funcs depend on beforeFuncs, we want the funcs to be able to see the results of each other so that they can work as expected So if Func A writes to the environment, then we want that to be written before Func B runs otherwise Func B can't do it's thing
- Loading branch information