@digipair/engine 0.94.0-4 → 0.94.0-8

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/index.cjs.js CHANGED
@@ -23936,14 +23936,14 @@ function indent(str, spaces) {
23936
23936
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23937
23937
  // match is required
23938
23938
  if (!match) {
23939
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23939
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
23940
23940
  v: nextMatch1
23941
23941
  };
23942
23942
  }
23943
23943
  var token = match.token, offset = match.offset;
23944
23944
  i1 += offset;
23945
23945
  if (token === ' ') {
23946
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23946
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23947
23947
  }
23948
23948
  tokens1 = _to_consumable_array$1(tokens1).concat([
23949
23949
  token
@@ -23962,7 +23962,7 @@ function indent(str, spaces) {
23962
23962
  if (contextKeys.some(function(el) {
23963
23963
  return el.startsWith(name);
23964
23964
  })) {
23965
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23965
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23966
23966
  }
23967
23967
  if (dateTimeIdentifiers.some(function(el) {
23968
23968
  return el === name;
@@ -23981,9 +23981,9 @@ function indent(str, spaces) {
23981
23981
  if (dateTimeIdentifiers.some(function(el) {
23982
23982
  return el.startsWith(name);
23983
23983
  })) {
23984
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23984
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23985
23985
  }
23986
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23986
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
23987
23987
  v: nextMatch1
23988
23988
  };
23989
23989
  };
package/dist/index.esm.js CHANGED
@@ -23934,14 +23934,14 @@ function indent(str, spaces) {
23934
23934
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23935
23935
  // match is required
23936
23936
  if (!match) {
23937
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23937
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
23938
23938
  v: nextMatch1
23939
23939
  };
23940
23940
  }
23941
23941
  var token = match.token, offset = match.offset;
23942
23942
  i1 += offset;
23943
23943
  if (token === ' ') {
23944
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23944
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23945
23945
  }
23946
23946
  tokens1 = _to_consumable_array$1(tokens1).concat([
23947
23947
  token
@@ -23960,7 +23960,7 @@ function indent(str, spaces) {
23960
23960
  if (contextKeys.some(function(el) {
23961
23961
  return el.startsWith(name);
23962
23962
  })) {
23963
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23963
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23964
23964
  }
23965
23965
  if (dateTimeIdentifiers.some(function(el) {
23966
23966
  return el === name;
@@ -23979,9 +23979,9 @@ function indent(str, spaces) {
23979
23979
  if (dateTimeIdentifiers.some(function(el) {
23980
23980
  return el.startsWith(name);
23981
23981
  })) {
23982
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, "continue";
23982
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, "continue";
23983
23983
  }
23984
- return nextMatch = nextMatch1, i = i1, tokens = tokens1, {
23984
+ return i = i1, nextMatch = nextMatch1, tokens = tokens1, {
23985
23985
  v: nextMatch1
23986
23986
  };
23987
23987
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/engine",
3
- "version": "0.94.0-4",
3
+ "version": "0.94.0-8",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",