handlebars-source 4.0.7 → 4.0.8
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.
Potentially problematic release.
This version of handlebars-source might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/handlebars.js +5 -3
- data/handlebars.runtime.js +5 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 860684006db8b3b036b200accd4925fe98f1b5e4
|
4
|
+
data.tar.gz: f6238f989b7bd4b557a1195be1a3d8ef894910ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 78dda5782d7047f18403c2c7f08f97feb7763a5755ffe3b7173ce0351cab76ed1ab094dc73d1401ca1921d9426ae89c45064538759b5ab3e97a381f8fd634b7a
|
7
|
+
data.tar.gz: 32b8a62aded5c21e2d91f33f9c1f601971a806fe9c5f5aa81c1aa60226dc2d77390ba3e350dffb521a83ab0c527a7d22dbcccf0395b7b76772780cb0332ecf03
|
data/handlebars.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/**!
|
2
2
|
|
3
3
|
@license
|
4
|
-
handlebars v4.0.
|
4
|
+
handlebars v4.0.8
|
5
5
|
|
6
6
|
Copyright (C) 2011-2016 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.8';
|
279
279
|
exports.VERSION = VERSION;
|
280
280
|
var COMPILER_REVISION = 7;
|
281
281
|
|
@@ -1296,7 +1296,9 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
1296
1296
|
options.data = _base.createFrame(options.data);
|
1297
1297
|
// Wrapper function to get access to currentPartialBlock from the closure
|
1298
1298
|
var fn = options.fn;
|
1299
|
-
partialBlock = options.data['partial-block'] = function partialBlockWrapper(context
|
1299
|
+
partialBlock = options.data['partial-block'] = function partialBlockWrapper(context) {
|
1300
|
+
var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];
|
1301
|
+
|
1300
1302
|
// Restore the partial-block from the closure for the execution of the block
|
1301
1303
|
// i.e. the part inside the block of the partial call.
|
1302
1304
|
options.data = _base.createFrame(options.data);
|
data/handlebars.runtime.js
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
/**!
|
2
2
|
|
3
3
|
@license
|
4
|
-
handlebars v4.0.
|
4
|
+
handlebars v4.0.8
|
5
5
|
|
6
6
|
Copyright (C) 2011-2016 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.8';
|
211
211
|
exports.VERSION = VERSION;
|
212
212
|
var COMPILER_REVISION = 7;
|
213
213
|
|
@@ -1228,7 +1228,9 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
1228
1228
|
options.data = _base.createFrame(options.data);
|
1229
1229
|
// Wrapper function to get access to currentPartialBlock from the closure
|
1230
1230
|
var fn = options.fn;
|
1231
|
-
partialBlock = options.data['partial-block'] = function partialBlockWrapper(context
|
1231
|
+
partialBlock = options.data['partial-block'] = function partialBlockWrapper(context) {
|
1232
|
+
var options = arguments.length <= 1 || arguments[1] === undefined ? {} : arguments[1];
|
1233
|
+
|
1232
1234
|
// Restore the partial-block from the closure for the execution of the block
|
1233
1235
|
// i.e. the part inside the block of the partial call.
|
1234
1236
|
options.data = _base.createFrame(options.data);
|
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.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Yehuda Katz
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-05-02 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: Handlebars.js source code wrapper for (pre)compilation gems.
|
14
14
|
email:
|