loopback-context/server
Miroslav Bajtoš 1f214bf3ba Lazy-load CLS module
As soon as CLS module is loaded, the instrumentation/patching of
async-listener is fired. This may cause stack overflows due to promise
instrumentation.

By loading CLS module lazily (only when used for real), we avoid
this kind of problems in applications that are not using current-context
at all.
2016-07-29 09:36:34 +02:00
..
middleware Rename to loopback-context/LoopBackContext 2016-07-29 09:36:34 +02:00
current-context.js Lazy-load CLS module 2016-07-29 09:36:34 +02:00