@gmb/bitmark-parser-generator 4.0.1 → 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.
@@ -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.1",
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"
@@ -28287,7 +28287,6 @@ var ContentDepth = superenum29({
28287
28287
  });
28288
28288
 
28289
28289
  // src/parser/bitmark/peg/BitmarkPegParserHelper.ts
28290
- var ENABLE_DEBUG = true;
28291
28290
  var DEBUG_TRACE_RAW_BIT = true;
28292
28291
  var DEBUG_TRACE_TEXT_FORMAT = false;
28293
28292
  var DEBUG_TRACE_RESOURCE_TYPE = false;
@@ -28304,7 +28303,6 @@ var DEBUG_TRACE_CARD_LINE_OR_DIVIDER = false;
28304
28303
  var DEBUG_TRACE_CARD_CONTENT = false;
28305
28304
  var DEBUG_TRACE_CARD_TAGS = false;
28306
28305
  var DEBUG_TRACE_CARD_PARSED = true;
28307
- var DEBUG = ENABLE_DEBUG && process.env.BPG_ENV === "development";
28308
28306
  var BitmarkPegParserHelper = class {
28309
28307
  constructor(options) {
28310
28308
  __publicField(this, "cardIndex", 0);
@@ -31496,7 +31494,6 @@ function buildSelect(context, tagsConfig, selectContent) {
31496
31494
  }
31497
31495
 
31498
31496
  // src/parser/bitmark/peg/BitmarkPegParserProcessor.ts
31499
- var ENABLE_DEBUG2 = true;
31500
31497
  var DEBUG_BIT_RAW = true;
31501
31498
  var DEBUG_BIT_CONTENT_RAW = false;
31502
31499
  var DEBUG_BIT_CONTENT = true;
@@ -31508,7 +31505,6 @@ var DEBUG_CHAIN_TAGS = true;
31508
31505
  var DEBUG_CARD_SET_CONTENT = true;
31509
31506
  var DEBUG_CARD_SET = true;
31510
31507
  var DEBUG_CARD_TAGS = true;
31511
- var DEBUG2 = ENABLE_DEBUG2 && process.env.BPG_ENV === "development";
31512
31508
  var builder2 = new Builder();
31513
31509
  var BitmarkPegParserProcessor = class {
31514
31510
  constructor(options) {