Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "esrap", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Parse in reverse", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -411,2 +411,4 @@ // heavily based on https://github.com/davidbonnet/astring | ||
'BlockStatement|ClassBody': (node, state) => { | ||
if (node.body.length === 0) return [c('{}')]; | ||
return [ | ||
@@ -413,0 +415,0 @@ c(`{\n${state.indent}\t`), |
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
39599
1257