clarity-pattern-parser 9.2.2 → 9.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -2056,7 +2056,8 @@ const statement = new Options("statement", [assignStatement, name$1.clone("expor
2056
2056
 
2057
2057
  const bodyLineContent = new Options("body-line-content", [
2058
2058
  comment,
2059
- statement
2059
+ statement,
2060
+ lineSpaces$1
2060
2061
  ]);
2061
2062
  const optionalLineSpaces$2 = new Optional("optional-line-spaces", lineSpaces$1);
2062
2063
  const bodyLine = new Sequence("body-line", [