@gmb/bitmark-parser-generator 4.0.0 → 4.0.2

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
@@ -8880,7 +8880,7 @@ var instance2 = new Config();
8880
8880
  // src/generated/package_info.ts
8881
8881
  var PACKAGE_INFO = {
8882
8882
  "name": "@gmb/bitmark-parser-generator",
8883
- "version": "4.0.0",
8883
+ "version": "4.0.2",
8884
8884
  "author": "Get More Brain Ltd",
8885
8885
  "license": "ISC",
8886
8886
  "description": "A bitmark parser and generator using Peggy.js"
@@ -26637,6 +26637,7 @@ var JsonGenerator = class extends AstWalkerGenerator {
26637
26637
  this.resetState();
26638
26638
  this.writer.openSync();
26639
26639
  this.walkAndWrite(ast);
26640
+ this.write(JSON.stringify(this.json, null, this.jsonPrettifySpace));
26640
26641
  this.writer.closeSync();
26641
26642
  }
26642
26643
  resetState() {