babel-source 4.5.0 → 4.5.2

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.
@@ -57,7 +57,7 @@
57
57
  };
58
58
 
59
59
  babelHelpers.interopRequire = function (obj) {
60
- return obj && obj.__esModule ? obj.default : obj;
60
+ return obj && obj.__esModule ? obj["default"] : obj;
61
61
  };
62
62
 
63
63
  babelHelpers.toArray = function (arr) {
@@ -147,7 +147,7 @@
147
147
 
148
148
  babelHelpers.interopRequireWildcard = function (obj) {
149
149
  return obj && obj.__esModule ? obj : {
150
- default: obj
150
+ "default": obj
151
151
  };
152
152
  };
153
153
 
@@ -9,7 +9,6 @@ global._babelPolyfill = true;
9
9
 
10
10
  require("core-js/shim");
11
11
  require("regenerator-babel/runtime");
12
-
13
12
  }).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {})
14
13
  },{"core-js/shim":2,"regenerator-babel/runtime":3}],2:[function(require,module,exports){
15
14
  /**
data/lib/babel/source.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  module Babel
2
2
  module Source
3
- VERSION = "4.5.0"
4
- DATE = Time.at(1424862143)
3
+ VERSION = "4.5.2"
4
+ DATE = Time.at(1424901845)
5
5
  PATH = File.expand_path("../..", __FILE__)
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: babel-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.5.0
4
+ version: 4.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian McKenzie