Comparing version 1.0.0 to 1.0.1
1.0.1 / 2014-10-30 | ||
================== | ||
* add `let` support (@alsotang) | ||
1.0.0 / 2014-10-30 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -23,1 +23,8 @@ /**! | ||
} | ||
try { | ||
require('./let'); | ||
exports.let = true; | ||
} catch (e) { | ||
exports.let = false; | ||
} |
{ | ||
"name": "enable", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Detect es6 features enable or not.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -48,2 +48,3 @@ enable | ||
* `enable.generator`: generator enable or not | ||
* `enable.let`: support `let a;` or not | ||
@@ -50,0 +51,0 @@ ## Test |
Sorry, the diff of this file is not supported yet
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
5195
9
28
87