cfry / dde

Dexter Development Environment
Other
44 stars 25 forks source link

eval job in default namespace to allow require #70

Closed JamesNewton closed 2 years ago

JamesNewton commented 3 years ago

Hopefully this will resolve the require issue in job engine jobs. It seems to work in 3.5.2.

My concern is what unknown issues this change might cause. If we knew /why/ this was done as window.eval instead of just eval, we could asses this better.