@jsep-plugin/arrow
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@jsep-plugin/arrow", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Adds arrow-function support", | ||
@@ -5,0 +5,0 @@ "author": "Shelly (https://github.com/6utt3rfly)", |
@@ -16,3 +16,3 @@ [npm]: https://img.shields.io/npm/v/@jsep-plugin/arrow | ||
jsep('a.map((v, i) => i)'); | ||
jsep('a.map(() => true'); | ||
jsep('a.map(() => true)'); | ||
``` | ||
@@ -19,0 +19,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
24783
15
175