Comparing version 1.0.1 to 1.1.0
@@ -96,2 +96,4 @@ "use strict"; | ||
if (matches(['{', '}'])) { | ||
// Empty interpolations and comment-only interpolations are allowed | ||
// and don't create an extra child arg. | ||
replaceToken(''); | ||
@@ -98,0 +100,0 @@ replaceToken(''); |
{ | ||
"name": "sucrase", | ||
"version": "1.0.1", | ||
"version": "1.1.0", | ||
"description": "Super-fast alternative to Babel for when you can target modern JS runtimes", | ||
@@ -5,0 +5,0 @@ "author": "Alan Pierce <alangpierce@gmail.com>", |
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
23380
510