@gmb/bitmark-parser-generator 5.29.0 → 5.31.0

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.
@@ -13905,7 +13905,7 @@ var instance2 = new Config();
13905
13905
  // src/generated/package_info.ts
13906
13906
  var PACKAGE_INFO = {
13907
13907
  "name": "@gmb/bitmark-parser-generator",
13908
- "version": "5.29.0",
13908
+ "version": "5.31.0",
13909
13909
  "author": "Get More Brain Ltd",
13910
13910
  "license": "ISC",
13911
13911
  "description": "A bitmark parser and generator using Peggy.js"
@@ -29386,6 +29386,7 @@ var Builder = class extends BaseBuilder {
29386
29386
  if (!data) return void 0;
29387
29387
  let isExample = false;
29388
29388
  for (const c of data.cells || []) {
29389
+ if (!c) continue;
29389
29390
  if (data.__isDefaultExample && !c.isExample) {
29390
29391
  c.isExample = true;
29391
29392
  }