@danielx/civet 0.5.85 → 0.5.86

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/dist/browser.js CHANGED
@@ -19533,7 +19533,7 @@ ${input.slice(result.pos)}
19533
19533
  return result;
19534
19534
  }
19535
19535
  }
19536
- var ThisType$0 = $T($S($C(This, AtThis), Colon, Type), function(value) {
19536
+ var ThisType$0 = $T($S($C(This, AtThis), Colon, Type, ParameterElementDelimiter), function(value) {
19537
19537
  return { "type": "ThisType", "ts": true, "children": value };
19538
19538
  });
19539
19539
  function ThisType(state) {
package/dist/main.js CHANGED
@@ -19532,7 +19532,7 @@ ${input.slice(result.pos)}
19532
19532
  return result;
19533
19533
  }
19534
19534
  }
19535
- var ThisType$0 = $T($S($C(This, AtThis), Colon, Type), function(value) {
19535
+ var ThisType$0 = $T($S($C(This, AtThis), Colon, Type, ParameterElementDelimiter), function(value) {
19536
19536
  return { "type": "ThisType", "ts": true, "children": value };
19537
19537
  });
19538
19538
  function ThisType(state) {
package/dist/main.mjs CHANGED
@@ -19530,7 +19530,7 @@ ${input.slice(result.pos)}
19530
19530
  return result;
19531
19531
  }
19532
19532
  }
19533
- var ThisType$0 = $T($S($C(This, AtThis), Colon, Type), function(value) {
19533
+ var ThisType$0 = $T($S($C(This, AtThis), Colon, Type, ParameterElementDelimiter), function(value) {
19534
19534
  return { "type": "ThisType", "ts": true, "children": value };
19535
19535
  });
19536
19536
  function ThisType(state) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
- "version": "0.5.85",
3
+ "version": "0.5.86",
4
4
  "description": "CoffeeScript style syntax for TypeScript",
5
5
  "main": "dist/main.js",
6
6
  "module": "dist/main.mjs",