handlebars-source 4.0.12 → 4.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +5 -5
- data/handlebars.js +7 -6
- data/handlebars.runtime.js +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 7293627ebcb980af81024492762f89d1ec71c3cf363851100baca1649c6cb21e
|
|
4
|
+
data.tar.gz: ee9f5b83c63173d5af7cde5e5655da98f3979f44a8b808f60e2321337f19d343
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ee17cb7d3d3125e2e8a95f267898e24605aff7a69ad209ef528d27d3f9e052bd8e73c81cb3dae187eb65bd9f0b0c856698bcc59ee8bfe0faad249ca74b04bb72
|
|
7
|
+
data.tar.gz: dfd3184634506a13c60bfd44e7aec0031844a86829050ca4cf8b5319495fc58896751daa50f8dd9a20190f5688977912db69573b6a3785b2052e200fcb6d4a90
|
data/handlebars.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**!
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
handlebars v4.0.
|
|
4
|
+
handlebars v4.0.13
|
|
5
5
|
|
|
6
6
|
Copyright (C) 2011-2017 by Yehuda Katz
|
|
7
7
|
|
|
@@ -275,7 +275,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
275
275
|
|
|
276
276
|
var _logger2 = _interopRequireDefault(_logger);
|
|
277
277
|
|
|
278
|
-
var VERSION = '4.0.
|
|
278
|
+
var VERSION = '4.0.13';
|
|
279
279
|
exports.VERSION = VERSION;
|
|
280
280
|
var COMPILER_REVISION = 7;
|
|
281
281
|
|
|
@@ -1629,8 +1629,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
1629
1629
|
symbols_: { "error": 2, "root": 3, "program": 4, "EOF": 5, "program_repetition0": 6, "statement": 7, "mustache": 8, "block": 9, "rawBlock": 10, "partial": 11, "partialBlock": 12, "content": 13, "COMMENT": 14, "CONTENT": 15, "openRawBlock": 16, "rawBlock_repetition_plus0": 17, "END_RAW_BLOCK": 18, "OPEN_RAW_BLOCK": 19, "helperName": 20, "openRawBlock_repetition0": 21, "openRawBlock_option0": 22, "CLOSE_RAW_BLOCK": 23, "openBlock": 24, "block_option0": 25, "closeBlock": 26, "openInverse": 27, "block_option1": 28, "OPEN_BLOCK": 29, "openBlock_repetition0": 30, "openBlock_option0": 31, "openBlock_option1": 32, "CLOSE": 33, "OPEN_INVERSE": 34, "openInverse_repetition0": 35, "openInverse_option0": 36, "openInverse_option1": 37, "openInverseChain": 38, "OPEN_INVERSE_CHAIN": 39, "openInverseChain_repetition0": 40, "openInverseChain_option0": 41, "openInverseChain_option1": 42, "inverseAndProgram": 43, "INVERSE": 44, "inverseChain": 45, "inverseChain_option0": 46, "OPEN_ENDBLOCK": 47, "OPEN": 48, "mustache_repetition0": 49, "mustache_option0": 50, "OPEN_UNESCAPED": 51, "mustache_repetition1": 52, "mustache_option1": 53, "CLOSE_UNESCAPED": 54, "OPEN_PARTIAL": 55, "partialName": 56, "partial_repetition0": 57, "partial_option0": 58, "openPartialBlock": 59, "OPEN_PARTIAL_BLOCK": 60, "openPartialBlock_repetition0": 61, "openPartialBlock_option0": 62, "param": 63, "sexpr": 64, "OPEN_SEXPR": 65, "sexpr_repetition0": 66, "sexpr_option0": 67, "CLOSE_SEXPR": 68, "hash": 69, "hash_repetition_plus0": 70, "hashSegment": 71, "ID": 72, "EQUALS": 73, "blockParams": 74, "OPEN_BLOCK_PARAMS": 75, "blockParams_repetition_plus0": 76, "CLOSE_BLOCK_PARAMS": 77, "path": 78, "dataName": 79, "STRING": 80, "NUMBER": 81, "BOOLEAN": 82, "UNDEFINED": 83, "NULL": 84, "DATA": 85, "pathSegments": 86, "SEP": 87, "$accept": 0, "$end": 1 },
|
|
1630
1630
|
terminals_: { 2: "error", 5: "EOF", 14: "COMMENT", 15: "CONTENT", 18: "END_RAW_BLOCK", 19: "OPEN_RAW_BLOCK", 23: "CLOSE_RAW_BLOCK", 29: "OPEN_BLOCK", 33: "CLOSE", 34: "OPEN_INVERSE", 39: "OPEN_INVERSE_CHAIN", 44: "INVERSE", 47: "OPEN_ENDBLOCK", 48: "OPEN", 51: "OPEN_UNESCAPED", 54: "CLOSE_UNESCAPED", 55: "OPEN_PARTIAL", 60: "OPEN_PARTIAL_BLOCK", 65: "OPEN_SEXPR", 68: "CLOSE_SEXPR", 72: "ID", 73: "EQUALS", 75: "OPEN_BLOCK_PARAMS", 77: "CLOSE_BLOCK_PARAMS", 80: "STRING", 81: "NUMBER", 82: "BOOLEAN", 83: "UNDEFINED", 84: "NULL", 85: "DATA", 87: "SEP" },
|
|
1631
1631
|
productions_: [0, [3, 2], [4, 1], [7, 1], [7, 1], [7, 1], [7, 1], [7, 1], [7, 1], [7, 1], [13, 1], [10, 3], [16, 5], [9, 4], [9, 4], [24, 6], [27, 6], [38, 6], [43, 2], [45, 3], [45, 1], [26, 3], [8, 5], [8, 5], [11, 5], [12, 3], [59, 5], [63, 1], [63, 1], [64, 5], [69, 1], [71, 3], [74, 3], [20, 1], [20, 1], [20, 1], [20, 1], [20, 1], [20, 1], [20, 1], [56, 1], [56, 1], [79, 2], [78, 1], [86, 3], [86, 1], [6, 0], [6, 2], [17, 1], [17, 2], [21, 0], [21, 2], [22, 0], [22, 1], [25, 0], [25, 1], [28, 0], [28, 1], [30, 0], [30, 2], [31, 0], [31, 1], [32, 0], [32, 1], [35, 0], [35, 2], [36, 0], [36, 1], [37, 0], [37, 1], [40, 0], [40, 2], [41, 0], [41, 1], [42, 0], [42, 1], [46, 0], [46, 1], [49, 0], [49, 2], [50, 0], [50, 1], [52, 0], [52, 2], [53, 0], [53, 1], [57, 0], [57, 2], [58, 0], [58, 1], [61, 0], [61, 2], [62, 0], [62, 1], [66, 0], [66, 2], [67, 0], [67, 1], [70, 1], [70, 2], [76, 1], [76, 2]],
|
|
1632
|
-
performAction: function anonymous(yytext, yyleng, yylineno, yy, yystate, $$, _$
|
|
1633
|
-
/*``*/) {
|
|
1632
|
+
performAction: function anonymous(yytext, yyleng, yylineno, yy, yystate, $$, _$) {
|
|
1634
1633
|
|
|
1635
1634
|
var $0 = $$.length - 1;
|
|
1636
1635
|
switch (yystate) {
|
|
@@ -2167,8 +2166,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
2167
2166
|
this.begin(condition);
|
|
2168
2167
|
} };
|
|
2169
2168
|
lexer.options = {};
|
|
2170
|
-
lexer.performAction = function anonymous(yy, yy_, $avoiding_name_collisions, YY_START
|
|
2171
|
-
/*``*/) {
|
|
2169
|
+
lexer.performAction = function anonymous(yy, yy_, $avoiding_name_collisions, YY_START) {
|
|
2172
2170
|
|
|
2173
2171
|
function strip(start, end) {
|
|
2174
2172
|
return yy_.yytext = yy_.yytext.substr(start, yy_.yyleng - end);
|
|
@@ -3563,6 +3561,9 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
3563
3561
|
// PUBLIC API: You can override these methods in a subclass to provide
|
|
3564
3562
|
// alternative compiled forms for name lookup and buffering semantics
|
|
3565
3563
|
nameLookup: function nameLookup(parent, name /* , type*/) {
|
|
3564
|
+
if (name === 'constructor') {
|
|
3565
|
+
return ['(', parent, '.propertyIsEnumerable(\'constructor\') ? ', parent, '.constructor : undefined', ')'];
|
|
3566
|
+
}
|
|
3566
3567
|
if (JavaScriptCompiler.isValidJavaScriptVariableName(name)) {
|
|
3567
3568
|
return [parent, '.', name];
|
|
3568
3569
|
} else {
|
data/handlebars.runtime.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**!
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
handlebars v4.0.
|
|
4
|
+
handlebars v4.0.13
|
|
5
5
|
|
|
6
6
|
Copyright (C) 2011-2017 by Yehuda Katz
|
|
7
7
|
|
|
@@ -207,7 +207,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
207
207
|
|
|
208
208
|
var _logger2 = _interopRequireDefault(_logger);
|
|
209
209
|
|
|
210
|
-
var VERSION = '4.0.
|
|
210
|
+
var VERSION = '4.0.13';
|
|
211
211
|
exports.VERSION = VERSION;
|
|
212
212
|
var COMPILER_REVISION = 7;
|
|
213
213
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: handlebars-source
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.13
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yehuda Katz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2019-02-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Handlebars.js source code wrapper for (pre)compilation gems.
|
|
14
14
|
email:
|
|
@@ -40,7 +40,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
40
40
|
version: '0'
|
|
41
41
|
requirements: []
|
|
42
42
|
rubyforge_project:
|
|
43
|
-
rubygems_version: 2.
|
|
43
|
+
rubygems_version: 2.7.6
|
|
44
44
|
signing_key:
|
|
45
45
|
specification_version: 4
|
|
46
46
|
summary: Handlebars.js source code wrapper
|