nodules
nodules copied to clipboard
use blocking require where feasible
So I've been using the require(""+"foo") trick to bypass static analysis -- but it blows up nodules even on platforms with a blocking require. I'd like to avoid require.ensure'ing everything where possible -- is it feasible for nodules to attempt a blocking require call where available, even if static analysis misses a dependency?