@signaltree/callable-syntax 4.0.6 → 4.0.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@signaltree/callable-syntax",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "description": "Optional zero-runtime callable syntax transform for SignalTree unified leaf API.",
5
5
  "license": "BSL-1.1",
6
6
  "type": "commonjs",
@@ -1 +1,9 @@
1
+ /**
2
+ * TypeScript module augmentation for callable syntax support
3
+ * Since NodeAccessor already has callable signatures, we just need to ensure
4
+ * the types are properly imported and available.
5
+ *
6
+ * Note: The actual type import is commented out during build to avoid
7
+ * resolution issues. Users will import '@signaltree/core' in their own code.
8
+ */
1
9
  export {};
@@ -1,3 +1,12 @@
1
1
  "use strict";
2
+ /**
3
+ * TypeScript module augmentation for callable syntax support
4
+ * Since NodeAccessor already has callable signatures, we just need to ensure
5
+ * the types are properly imported and available.
6
+ *
7
+ * Note: The actual type import is commented out during build to avoid
8
+ * resolution issues. Users will import '@signaltree/core' in their own code.
9
+ */
10
+ // import type {} from '@signaltree/core';
2
11
  Object.defineProperty(exports, "__esModule", { value: true });
3
12
  //# sourceMappingURL=augmentation.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"augmentation.js","sourceRoot":"","sources":["../../../../packages/callable-syntax/src/augmentation.ts"],"names":[],"mappings":""}
1
+ {"version":3,"file":"augmentation.js","sourceRoot":"","sources":["../../../../packages/callable-syntax/src/augmentation.ts"],"names":[],"mappings":";AAAA;;;;;;;GAOG;AACH,0CAA0C"}