@optique/core 1.0.0-dev.1791 → 1.0.0-dev.1793

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.
@@ -46,7 +46,10 @@ function normalizeInjectedAnnotationState(state) {
46
46
  return require_annotations.unwrapInjectedAnnotationWrapper(state);
47
47
  }
48
48
  /**
49
- * Returns whether a state is still the annotation-wrapped initial sentinel.
49
+ * Returns whether a state is still at the initial sentinel after normalizing
50
+ * Optique's injected annotation wrapper.
51
+ *
52
+ * This treats plain `undefined` and annotation-wrapped `undefined` the same.
50
53
  *
51
54
  * @internal
52
55
  */
@@ -46,7 +46,10 @@ function normalizeInjectedAnnotationState(state) {
46
46
  return unwrapInjectedAnnotationWrapper(state);
47
47
  }
48
48
  /**
49
- * Returns whether a state is still the annotation-wrapped initial sentinel.
49
+ * Returns whether a state is still at the initial sentinel after normalizing
50
+ * Optique's injected annotation wrapper.
51
+ *
52
+ * This treats plain `undefined` and annotation-wrapped `undefined` the same.
50
53
  *
51
54
  * @internal
52
55
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optique/core",
3
- "version": "1.0.0-dev.1791+dde5b366",
3
+ "version": "1.0.0-dev.1793+265902c9",
4
4
  "description": "Type-safe combinatorial command-line interface parser",
5
5
  "keywords": [
6
6
  "CLI",