@danielx/civet 0.4.24 → 0.4.25

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
@@ -11208,10 +11208,11 @@ ${input.slice(result.pos)}
11208
11208
  }
11209
11209
  }
11210
11210
  var TypeLiteral$0 = Literal;
11211
- var TypeLiteral$1 = $TV($EXPECT($L139, fail, 'TypeLiteral "void"'), function($skip, $loc, $0, $1) {
11211
+ var TypeLiteral$1 = TemplateLiteral;
11212
+ var TypeLiteral$2 = $TV($EXPECT($L139, fail, 'TypeLiteral "void"'), function($skip, $loc, $0, $1) {
11212
11213
  return { $loc, token: "void" };
11213
11214
  });
11214
- var TypeLiteral$2 = $TV($EXPECT($L155, fail, 'TypeLiteral "[]"'), function($skip, $loc, $0, $1) {
11215
+ var TypeLiteral$3 = $TV($EXPECT($L155, fail, 'TypeLiteral "[]"'), function($skip, $loc, $0, $1) {
11215
11216
  return { $loc, token: "[]" };
11216
11217
  });
11217
11218
  function TypeLiteral(state) {
@@ -11221,12 +11222,12 @@ ${input.slice(result.pos)}
11221
11222
  return result.cache;
11222
11223
  }
11223
11224
  if (state.tokenize) {
11224
- const result = $TOKEN("TypeLiteral", state, TypeLiteral$0(state) || TypeLiteral$1(state) || TypeLiteral$2(state));
11225
+ const result = $TOKEN("TypeLiteral", state, TypeLiteral$0(state) || TypeLiteral$1(state) || TypeLiteral$2(state) || TypeLiteral$3(state));
11225
11226
  if (state.events)
11226
11227
  state.events.exit?.("TypeLiteral", state, result);
11227
11228
  return result;
11228
11229
  } else {
11229
- const result = TypeLiteral$0(state) || TypeLiteral$1(state) || TypeLiteral$2(state);
11230
+ const result = TypeLiteral$0(state) || TypeLiteral$1(state) || TypeLiteral$2(state) || TypeLiteral$3(state);
11230
11231
  if (state.events)
11231
11232
  state.events.exit?.("TypeLiteral", state, result);
11232
11233
  return result;
package/dist/main.js CHANGED
@@ -11207,10 +11207,11 @@ ${input.slice(result.pos)}
11207
11207
  }
11208
11208
  }
11209
11209
  var TypeLiteral$0 = Literal;
11210
- var TypeLiteral$1 = $TV($EXPECT($L139, fail, 'TypeLiteral "void"'), function($skip, $loc, $0, $1) {
11210
+ var TypeLiteral$1 = TemplateLiteral;
11211
+ var TypeLiteral$2 = $TV($EXPECT($L139, fail, 'TypeLiteral "void"'), function($skip, $loc, $0, $1) {
11211
11212
  return { $loc, token: "void" };
11212
11213
  });
11213
- var TypeLiteral$2 = $TV($EXPECT($L155, fail, 'TypeLiteral "[]"'), function($skip, $loc, $0, $1) {
11214
+ var TypeLiteral$3 = $TV($EXPECT($L155, fail, 'TypeLiteral "[]"'), function($skip, $loc, $0, $1) {
11214
11215
  return { $loc, token: "[]" };
11215
11216
  });
11216
11217
  function TypeLiteral(state) {
@@ -11220,12 +11221,12 @@ ${input.slice(result.pos)}
11220
11221
  return result.cache;
11221
11222
  }
11222
11223
  if (state.tokenize) {
11223
- const result = $TOKEN("TypeLiteral", state, TypeLiteral$0(state) || TypeLiteral$1(state) || TypeLiteral$2(state));
11224
+ const result = $TOKEN("TypeLiteral", state, TypeLiteral$0(state) || TypeLiteral$1(state) || TypeLiteral$2(state) || TypeLiteral$3(state));
11224
11225
  if (state.events)
11225
11226
  state.events.exit?.("TypeLiteral", state, result);
11226
11227
  return result;
11227
11228
  } else {
11228
- const result = TypeLiteral$0(state) || TypeLiteral$1(state) || TypeLiteral$2(state);
11229
+ const result = TypeLiteral$0(state) || TypeLiteral$1(state) || TypeLiteral$2(state) || TypeLiteral$3(state);
11229
11230
  if (state.events)
11230
11231
  state.events.exit?.("TypeLiteral", state, result);
11231
11232
  return result;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@danielx/civet",
3
- "version": "0.4.24",
3
+ "version": "0.4.25",
4
4
  "description": "CoffeeScript style syntax for TypeScript",
5
5
  "main": "dist/main.js",
6
6
  "exports": {