@optique/core 1.0.0-dev.1732 → 1.0.0-dev.1736

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.
@@ -4450,7 +4450,7 @@ function conditional(discriminator, branches, defaultBranch, options) {
4450
4450
  };
4451
4451
  } else if (defaultBranch === void 0) return deferredDiscriminatorResult;
4452
4452
  }
4453
- if (defaultBranch !== void 0 && (exec?.phase === "parse" || exec?.phase === "suggest")) return {
4453
+ if (exec?.phase === "parse" || exec?.phase === "suggest") return {
4454
4454
  success: true,
4455
4455
  value: [void 0, void 0]
4456
4456
  };
@@ -4450,7 +4450,7 @@ function conditional(discriminator, branches, defaultBranch, options) {
4450
4450
  };
4451
4451
  } else if (defaultBranch === void 0) return deferredDiscriminatorResult;
4452
4452
  }
4453
- if (defaultBranch !== void 0 && (exec?.phase === "parse" || exec?.phase === "suggest")) return {
4453
+ if (exec?.phase === "parse" || exec?.phase === "suggest") return {
4454
4454
  success: true,
4455
4455
  value: [void 0, void 0]
4456
4456
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/core",
3
- "version": "1.0.0-dev.1732+7850e4bf",
3
+ "version": "1.0.0-dev.1736+79c0851e",
4
4
  "description": "Type-safe combinatorial command-line interface parser",
5
5
  "keywords": [
6
6
  "CLI",