taro-css-to-react-native 4.1.0-alpha.0 → 4.1.0-alpha.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.
@@ -42,11 +42,11 @@ var TokenStream = exports["default"] = /*#__PURE__*/function () {
42
42
  var node = this.node;
43
43
  for (var i = 0; i < arguments.length; i += 1) {
44
44
  var tokenDescriptor = i < 0 || arguments.length <= i ? undefined : arguments[i];
45
- var value = tokenDescriptor(node);
46
- if (value !== null) {
45
+ var _value = tokenDescriptor(node);
46
+ if (_value !== null) {
47
47
  this.index += 1;
48
- this.lastValue = value;
49
- return value;
48
+ this.lastValue = _value;
49
+ return _value;
50
50
  }
51
51
  }
52
52
  return null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "taro-css-to-react-native",
3
3
  "description": "Convert CSS text to a React Native stylesheet object",
4
- "version": "4.1.0-alpha.0",
4
+ "version": "4.1.0-alpha.1",
5
5
  "author": "O2Team",
6
6
  "license": "MIT",
7
7
  "main": "dist/index.js",