handlebars-source 4.2.0 → 4.2.1
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 +4 -4
- data/handlebars.js +599 -386
- data/handlebars.runtime.js +3 -3
- metadata +2 -2
data/handlebars.runtime.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**!
|
|
2
2
|
|
|
3
3
|
@license
|
|
4
|
-
handlebars v4.2.
|
|
4
|
+
handlebars v4.2.1
|
|
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.2.
|
|
210
|
+
var VERSION = '4.2.1';
|
|
211
211
|
exports.VERSION = VERSION;
|
|
212
212
|
var COMPILER_REVISION = 7;
|
|
213
213
|
|
|
@@ -1029,7 +1029,7 @@ return /******/ (function(modules) { // webpackBootstrap
|
|
|
1029
1029
|
templateSpec.main.decorator = templateSpec.main_d;
|
|
1030
1030
|
|
|
1031
1031
|
// Note: Using env.VM references rather than local var references throughout this section to allow
|
|
1032
|
-
// for external users to override these as
|
|
1032
|
+
// for external users to override these as pseudo-supported APIs.
|
|
1033
1033
|
env.VM.checkRevision(templateSpec.compiler);
|
|
1034
1034
|
|
|
1035
1035
|
function invokePartialWrapper(partial, context, options) {
|
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.2.
|
|
4
|
+
version: 4.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Yehuda Katz
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-09-
|
|
11
|
+
date: 2019-09-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Handlebars.js source code wrapper for (pre)compilation gems.
|
|
14
14
|
email:
|