nodules icon indicating copy to clipboard operation
nodules copied to clipboard

use blocking require where feasible

Open deanlandolt opened this issue 14 years ago • 0 comments

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?

deanlandolt avatar Nov 16 '10 20:11 deanlandolt