esperanto-source 0.6.25 → 0.6.26
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/lib/esperanto/source/version.rb +1 -1
- data/vendor/esperanto.browser.js +3 -1
- data/vendor/esperanto.js +3 -1
- 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: faeafe3bdb616966f261dcd7dd3abe8467668d2f
|
|
4
|
+
data.tar.gz: b93c1b7a70090e50d1e0075fa88226ef05144d3e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dd3a9f07be6cf222e3629227377436ec5233e8c0ebb9a26efe88dd1ca9a52eab46e6d42a20183c5a42fb8c209fb9d919bcd10358a64bc42b827f755693f6aeca
|
|
7
|
+
data.tar.gz: b3cb3b3d54ccf930d8dc8c3a12be35a0ea949a92ed0e4cec7b577caa1b168a137322640f8fc131c1fb2d6f4c6d13a2e835dfb45beb0bdf17aa942e39d9858288
|
data/vendor/esperanto.browser.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
esperanto.js v0.6.
|
|
2
|
+
esperanto.js v0.6.26 - 2015-04-03
|
|
3
3
|
http://esperantojs.org
|
|
4
4
|
|
|
5
5
|
Released under the MIT License.
|
|
@@ -952,6 +952,8 @@
|
|
|
952
952
|
}
|
|
953
953
|
|
|
954
954
|
function visit ( node, parent, enter, leave ) {
|
|
955
|
+
if ( !node ) return;
|
|
956
|
+
|
|
955
957
|
if ( enter ) {
|
|
956
958
|
ast_walk__context.shouldSkip = false;
|
|
957
959
|
enter.call( ast_walk__context, node, parent );
|
data/vendor/esperanto.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
esperanto.js v0.6.
|
|
2
|
+
esperanto.js v0.6.26 - 2015-04-03
|
|
3
3
|
http://esperantojs.org
|
|
4
4
|
|
|
5
5
|
Released under the MIT License.
|
|
@@ -52,6 +52,8 @@ function isArray ( thing ) {
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
function visit ( node, parent, enter, leave ) {
|
|
55
|
+
if ( !node ) return;
|
|
56
|
+
|
|
55
57
|
if ( enter ) {
|
|
56
58
|
ast_walk__context.shouldSkip = false;
|
|
57
59
|
enter.call( ast_walk__context, node, parent );
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: esperanto-source
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.26
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ryunosuke SATO
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|