handlebars-source 4.0.3 → 4.0.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 59c065316f24503c3cf9d93829c99312873b4b73
4
- data.tar.gz: 0a9fb30043c8b8a5f4163273dc62607cd93e9dd1
3
+ metadata.gz: 8c63044b0606725422bc17db91261bd030d514f9
4
+ data.tar.gz: 4333cab7d83a2912de48fa73afacb6a60b8becc0
5
5
  SHA512:
6
- metadata.gz: 63a636685d0bf6a90020f46e0bea99bfdce9119a436e57cf4909b85222f7eeca3584ead4032255a0f53c6dd03f35f89c3b00259f55ab1d42547a11ce5849921a
7
- data.tar.gz: a5a802dcc8ade52bc1f17f9dcfbd6519482d62787e32b6d86c48251c492ecddf3629d16036e9b6af90c2e31be2b21c2608f4b27c11a1d07b497573b5e1b0b880
6
+ metadata.gz: 5ad0c724aa7b82528aceba077cf70338442b701e5bf47bfa8cc1bcc58bc73467fe35953d41718319b7183c16c3ba17c475752616aaee9ba9281bad98055f1741
7
+ data.tar.gz: fd5d1ae4058b759b29b749456f3ea35b03c4dcfdb9815890dc25b1d1b3ad7a45e569b59a39fb8e5ca631e76b57d89e6318c17f5a5b6a7bb611d7a67f520370cc
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
 
3
- handlebars v4.0.3
3
+ handlebars v4.0.4
4
4
 
5
5
  Copyright (C) 2011-2015 by Yehuda Katz
6
6
 
@@ -2231,7 +2231,7 @@ return /******/ (function(modules) { // webpackBootstrap
2231
2231
 
2232
2232
  var _logger2 = _interopRequireDefault(_logger);
2233
2233
 
2234
- var VERSION = '4.0.3';
2234
+ var VERSION = '4.0.4';
2235
2235
  exports.VERSION = VERSION;
2236
2236
  var COMPILER_REVISION = 7;
2237
2237
 
@@ -2283,7 +2283,7 @@ return /******/ (function(modules) { // webpackBootstrap
2283
2283
  _utils.extend(this.partials, name);
2284
2284
  } else {
2285
2285
  if (typeof partial === 'undefined') {
2286
- throw new _exception2['default']('Attempting to register a partial as undefined');
2286
+ throw new _exception2['default']('Attempting to register a partial called "' + name + '" as undefined');
2287
2287
  }
2288
2288
  this.partials[name] = partial;
2289
2289
  }
@@ -3527,7 +3527,7 @@ return /******/ (function(modules) { // webpackBootstrap
3527
3527
  break;
3528
3528
  }
3529
3529
  };
3530
- lexer.rules = [/^(?:[^\x00]*?(?=(\{\{)))/, /^(?:[^\x00]+)/, /^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/, /^(?:\{\{\{\{(?=[^/]))/, /^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/, /^(?:[^\x00]*?(?=(\{\{\{\{)))/, /^(?:[\s\S]*?--(~)?\}\})/, /^(?:\()/, /^(?:\))/, /^(?:\{\{\{\{)/, /^(?:\}\}\}\})/, /^(?:\{\{(~)?>)/, /^(?:\{\{(~)?#>)/, /^(?:\{\{(~)?#\*?)/, /^(?:\{\{(~)?\/)/, /^(?:\{\{(~)?\^\s*(~)?\}\})/, /^(?:\{\{(~)?\s*else\s*(~)?\}\})/, /^(?:\{\{(~)?\^)/, /^(?:\{\{(~)?\s*else\b)/, /^(?:\{\{(~)?\{)/, /^(?:\{\{(~)?&)/, /^(?:\{\{(~)?!--)/, /^(?:\{\{(~)?![\s\S]*?\}\})/, /^(?:\{\{(~)?\*?)/, /^(?:=)/, /^(?:\.\.)/, /^(?:\.(?=([=~}\s\/.)|])))/, /^(?:[\/.])/, /^(?:\s+)/, /^(?:\}(~)?\}\})/, /^(?:(~)?\}\})/, /^(?:"(\\["]|[^"])*")/, /^(?:'(\\[']|[^'])*')/, /^(?:@)/, /^(?:true(?=([~}\s)])))/, /^(?:false(?=([~}\s)])))/, /^(?:undefined(?=([~}\s)])))/, /^(?:null(?=([~}\s)])))/, /^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/, /^(?:as\s+\|)/, /^(?:\|)/, /^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/, /^(?:\[(\\\]|[^\]])*\])/, /^(?:.)/, /^(?:$)/];
3530
+ lexer.rules = [/^(?:[^\x00]*?(?=(\{\{)))/, /^(?:[^\x00]+)/, /^(?:[^\x00]{2,}?(?=(\{\{|\\\{\{|\\\\\{\{|$)))/, /^(?:\{\{\{\{(?=[^\/]))/, /^(?:\{\{\{\{\/[^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=[=}\s\/.])\}\}\}\})/, /^(?:[^\x00]*?(?=(\{\{\{\{)))/, /^(?:[\s\S]*?--(~)?\}\})/, /^(?:\()/, /^(?:\))/, /^(?:\{\{\{\{)/, /^(?:\}\}\}\})/, /^(?:\{\{(~)?>)/, /^(?:\{\{(~)?#>)/, /^(?:\{\{(~)?#\*?)/, /^(?:\{\{(~)?\/)/, /^(?:\{\{(~)?\^\s*(~)?\}\})/, /^(?:\{\{(~)?\s*else\s*(~)?\}\})/, /^(?:\{\{(~)?\^)/, /^(?:\{\{(~)?\s*else\b)/, /^(?:\{\{(~)?\{)/, /^(?:\{\{(~)?&)/, /^(?:\{\{(~)?!--)/, /^(?:\{\{(~)?![\s\S]*?\}\})/, /^(?:\{\{(~)?\*?)/, /^(?:=)/, /^(?:\.\.)/, /^(?:\.(?=([=~}\s\/.)|])))/, /^(?:[\/.])/, /^(?:\s+)/, /^(?:\}(~)?\}\})/, /^(?:(~)?\}\})/, /^(?:"(\\["]|[^"])*")/, /^(?:'(\\[']|[^'])*')/, /^(?:@)/, /^(?:true(?=([~}\s)])))/, /^(?:false(?=([~}\s)])))/, /^(?:undefined(?=([~}\s)])))/, /^(?:null(?=([~}\s)])))/, /^(?:-?[0-9]+(?:\.[0-9]+)?(?=([~}\s)])))/, /^(?:as\s+\|)/, /^(?:\|)/, /^(?:([^\s!"#%-,\.\/;->@\[-\^`\{-~]+(?=([=~}\s\/.)|]))))/, /^(?:\[(\\\]|[^\]])*\])/, /^(?:.)/, /^(?:$)/];
3531
3531
  lexer.conditions = { "mu": { "rules": [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44], "inclusive": false }, "emu": { "rules": [2], "inclusive": false }, "com": { "rules": [6], "inclusive": false }, "raw": { "rules": [3, 4, 5], "inclusive": false }, "INITIAL": { "rules": [0, 1, 44], "inclusive": true } };
3532
3532
  return lexer;
3533
3533
  })();
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
 
3
- handlebars v4.0.3
3
+ handlebars v4.0.4
4
4
 
5
5
  Copyright (C) 2011-2015 by Yehuda Katz
6
6
 
@@ -169,7 +169,7 @@ return /******/ (function(modules) { // webpackBootstrap
169
169
 
170
170
  var _logger2 = _interopRequireDefault(_logger);
171
171
 
172
- var VERSION = '4.0.3';
172
+ var VERSION = '4.0.4';
173
173
  exports.VERSION = VERSION;
174
174
  var COMPILER_REVISION = 7;
175
175
 
@@ -221,7 +221,7 @@ return /******/ (function(modules) { // webpackBootstrap
221
221
  _utils.extend(this.partials, name);
222
222
  } else {
223
223
  if (typeof partial === 'undefined') {
224
- throw new _exception2['default']('Attempting to register a partial as undefined');
224
+ throw new _exception2['default']('Attempting to register a partial called "' + name + '" as undefined');
225
225
  }
226
226
  this.partials[name] = partial;
227
227
  }
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.3
4
+ version: 4.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yehuda Katz
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-23 00:00:00.000000000 Z
11
+ date: 2015-10-29 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Handlebars.js source code wrapper for (pre)compilation gems.
14
14
  email: