Files
meteor/packages
David Greenspan 135aefbdee Fix broken newargs semantics
All tests pass (except one which is a todo on shark).

If `{{> foo bar}}` is to desugar into `{{#with bar}}{{> foo}}{{/with}}`, there needs to be an explicit block in the generated code in which `self.lookup("foo")` binds the correct data context (`bar`).  So we now generate a UI.With rather than trying to call it from Spacebars.include.  This simplifies Spacebars.include, which is nice.

Define `lookupTemplate` because `self.lookup(.., {template: true})` pretty-prints bigly.
2014-02-02 12:26:48 -08:00
..
2013-08-26 19:28:25 -07:00
2013-08-12 23:31:26 -07:00
2014-01-27 14:02:01 -08:00
OCD
2013-10-08 20:03:02 -07:00
2013-11-11 20:50:33 -08:00
2013-12-04 12:46:47 -08:00
2013-08-01 17:17:18 -07:00
2014-01-27 14:08:22 -08:00
2013-08-02 11:19:08 -07:00
OCD
2013-10-08 20:03:02 -07:00
2014-01-28 10:11:27 -08:00
2013-10-10 15:20:09 -07:00
2014-01-15 16:55:02 -08:00
2014-02-02 12:26:48 -08:00
2013-07-25 18:54:40 -07:00
OCD
2013-10-08 20:03:02 -07:00
2014-02-02 12:26:48 -08:00
2014-01-29 14:32:13 -08:00
2013-12-17 12:12:20 -08:00