reflective-bind
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -108,2 +108,6 @@ /** | ||
); | ||
// Have babel update all references after hoisting. | ||
// There's probably a more efficient way to do this. | ||
path.scope.crawl(); | ||
} | ||
@@ -110,0 +114,0 @@ }, |
@@ -7,2 +7,5 @@ # Reflective Bind Change Log | ||
## 0.2.1 | ||
* Fix hanging identifiers when applying the lodash babel plugin after this plugin | ||
## 0.2.0 | ||
@@ -9,0 +12,0 @@ * Better handling of duplicate hoisted function arguments |
{ | ||
"name": "reflective-bind", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Eliminate wasteful re-rendering in React components caused by inline functions", | ||
@@ -26,2 +26,3 @@ "author": "Dounan Shi", | ||
"babel-eslint": "8.0.0", | ||
"babel-plugin-lodash": "3.3.4", | ||
"babel-plugin-transform-flow-comments": "6.22.0", | ||
@@ -28,0 +29,0 @@ "babel-preset-env": "1.6.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54352
992
15