andrewdavey / andrewdavey/cassette
Hogan Template Not Given Enough Info To Invoke Lambdas
未关闭
Bug
- 主要语言
- C#
- 星标
- 531
- 派生
- 139
- PR 合并指标
- 30 天内没有已合并 PR
描述
In the HoganCompiler, the stringified functions created by calling:
`return Hogan.compile(template, { asString: true });`
This populates a Hogan.Template instance. This instance only has the `r` functions set from the aforementioned step. However, the `c` property (a reference to Hogan.Complier), the `text` property (the original string), and the `options` aren't provided.
Calling Hogan.Complie on the client will property set all of this for you, but it obviously defeats the purpose of precompiling on the server.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。