Files
meteor/packages
Avital Oliver 47211cb46d Remove one unhelpful stack frame from Deps
Instead of `callWithNoYieldsAllowed` which calls a function
within (introducing a new stack frame that doesn't absolutely
nothing on the client), we now use `withNoYieldsAllowed` that
returns a new function that then gets called.

Since Deps is used all over the place, and in particular
in Blaze, this makes it much easier to look at the stack
trace when stopping in a debugger (for example, when a helper
gets re-executed).

Motivated by the Blaze manual.
2014-06-03 16:57:47 -07:00
..
2014-05-27 15:53:22 -07:00
2014-05-08 12:12:45 -07:00
2014-02-03 10:36:33 -08:00
2013-12-04 12:46:47 -08:00
2014-04-30 23:32:24 -07:00
2014-02-25 00:45:22 -08:00
2014-02-18 15:47:42 -08:00
2014-05-13 10:27:51 -07:00
2014-05-18 17:11:10 -07:00
2014-03-26 23:29:03 -07:00
2014-05-22 15:24:43 -07:00
2014-04-30 23:32:24 -07:00
2014-06-02 11:28:42 -07:00