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
Is it possible to switch --bare on by default when the runtime environment is nodejs? I've build a module for dependency injection to inject mocks. But rewire() can only change variables in the top-scope of the module which doesn't work when the cs-compiler is wrapping the code (jhnns/rewire#8).