Files
handlebars.js/spec
Matthew Flaschen c9d723e0fb Add missing reserved words so compiler knows to use array syntax:
* await
* null
* true
* false

IE 8 was failing to compile Handlebars-generated source code
because it had helpers.null.

I came up with this list by diffing
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#Keywords
against the ones Handlebars already had.

I added two corresponding tests for nameLookup.
2015-01-17 19:04:38 -05:00
..
2014-11-08 14:35:23 -06:00
2014-11-08 17:50:01 -06:00
2014-08-14 00:48:19 -05:00
2014-11-02 11:55:52 -06:00
2014-12-26 11:12:47 -06:00
2014-12-26 00:31:57 -06:00
2014-11-26 19:04:18 -06:00
2014-12-26 00:31:57 -06:00
2014-12-27 13:17:55 -06:00
2014-08-14 00:48:19 -05:00
2014-12-26 00:31:57 -06:00