Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jan
/
mustache.js
mirror da
https://github.com/janl/mustache.js
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
46
Wiki
Attività
Sfoglia il codice sorgente
4.2.0
tags/v4.2.0
Phillip Johnsen
5 anni fa
parent
cc66a7084a
commit
813e273a65
3 ha cambiato i file
con
3 aggiunte
e
3 eliminazioni
Visualizzazione separata
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
Vedi File
@@ -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
Vedi File
@@ -1,6 +1,6 @@
{
"name": "mustache",
"version": "4.
1
.0",
"version": "4.
2
.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
+ 1
- 1
package.json
Vedi File
@@ -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…
Annulla
Salva