This website works better with JavaScript.
首頁
探索
說明
登入
jan
/
mustache.js
镜像来自
https://github.com/janl/mustache.js
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
46
Wiki
Activity
瀏覽代碼
4.2.0
tags/v4.2.0
Phillip Johnsen
5 年之前
父節點
cc66a7084a
當前提交
813e273a65
共有
3 個文件被更改
,包括
3 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mustache.js
+1
-1
package-lock.json
+1
-1
package.json
+ 1
- 1
mustache.js
查看文件
@@ -694,7 +694,7 @@ Writer.prototype.getConfigEscape = function getConfigEscape (config) {
var mustache = {
name: 'mustache.js',
version: '4.
1
.0',
version: '4.
2
.0',
tags: [ '{{', '}}' ],
clearCache: undefined,
escape: undefined,
+ 1
- 1
package-lock.json
查看文件
@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "4.
1
.0",
"version": "4.
2
.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+ 1
- 1
package.json
查看文件
@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "4.
1
.0",
"version": "4.
2
.0",
"description": "Logic-less {{mustache}} templates with JavaScript",
"author": "mustache.js Authors <http://github.com/janl/mustache.js>",
"homepage": "https://github.com/janl/mustache.js",
Write
Preview
Loading…
取消
儲存