babel-plugin-check-es2015-constants
Advanced tools
Comparing version 6.1.18 to 6.2.0
{ | ||
"name": "babel-plugin-check-es2015-constants", | ||
"version": "6.1.18", | ||
"version": "6.2.0", | ||
"description": "Compile ES2015 constants to ES5", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-check-es2015-constants", |
@@ -39,2 +39,2 @@ # babel-plugin-check-es2015-constants | ||
This check will only validate consts. If you need it to compile down to `var` then you must also install and enable [`check-es2015-block-scoping`](../babel-plugin-check-es2015-block-scoping). | ||
This check will only validate consts. If you need it to compile down to `var` then you must also install and enable [`transform-es2015-block-scoping`](../babel-plugin-transform-es2015-block-scoping). |
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
2262