identifierfy
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "identifierfy", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Rewrites an identifier string so its valid according to ES2015", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -42,3 +42,3 @@ # identifierfy | ||
Input|Resulting identifier|Reason | ||
-|-|- | ||
:---|:---|:--- | ||
`'class`|`'_class'`|Reserved word | ||
@@ -45,0 +45,0 @@ `'42'`|`'_42'`|Identifiers cannot start with a number |
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
8974