@digipair/skill-html 0.93.0-0 → 0.94.0-0

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
@@ -23919,14 +23919,14 @@ function indent(str, spaces) {
23919
23919
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23920
23920
  // match is required
23921
23921
  if (!match) {
23922
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23922
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23923
23923
  v: nextMatch1
23924
23924
  };
23925
23925
  }
23926
23926
  var token = match.token, offset = match.offset;
23927
23927
  i1 += offset;
23928
23928
  if (token === ' ') {
23929
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23929
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23930
23930
  }
23931
23931
  tokens1 = _to_consumable_array$1$1(tokens1).concat([
23932
23932
  token
@@ -23945,7 +23945,7 @@ function indent(str, spaces) {
23945
23945
  if (contextKeys.some(function(el) {
23946
23946
  return el.startsWith(name);
23947
23947
  })) {
23948
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23948
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23949
23949
  }
23950
23950
  if (dateTimeIdentifiers.some(function(el) {
23951
23951
  return el === name;
@@ -23964,9 +23964,9 @@ function indent(str, spaces) {
23964
23964
  if (dateTimeIdentifiers.some(function(el) {
23965
23965
  return el.startsWith(name);
23966
23966
  })) {
23967
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23967
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23968
23968
  }
23969
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23969
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23970
23970
  v: nextMatch1
23971
23971
  };
23972
23972
  };
package/dist/index.esm.js CHANGED
@@ -23917,14 +23917,14 @@ function indent(str, spaces) {
23917
23917
  var match = parseIdentifier(input, i1, namePart) || namePart && parseAdditionalSymbol(input, i1) || maybeSpace && parseSpaces(input, i1);
23918
23918
  // match is required
23919
23919
  if (!match) {
23920
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23920
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23921
23921
  v: nextMatch1
23922
23922
  };
23923
23923
  }
23924
23924
  var token = match.token, offset = match.offset;
23925
23925
  i1 += offset;
23926
23926
  if (token === ' ') {
23927
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23927
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23928
23928
  }
23929
23929
  tokens1 = _to_consumable_array$1$1(tokens1).concat([
23930
23930
  token
@@ -23943,7 +23943,7 @@ function indent(str, spaces) {
23943
23943
  if (contextKeys.some(function(el) {
23944
23944
  return el.startsWith(name);
23945
23945
  })) {
23946
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23946
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23947
23947
  }
23948
23948
  if (dateTimeIdentifiers.some(function(el) {
23949
23949
  return el === name;
@@ -23962,9 +23962,9 @@ function indent(str, spaces) {
23962
23962
  if (dateTimeIdentifiers.some(function(el) {
23963
23963
  return el.startsWith(name);
23964
23964
  })) {
23965
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, "continue";
23965
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, "continue";
23966
23966
  }
23967
- return i = i1, tokens = tokens1, nextMatch = nextMatch1, {
23967
+ return tokens = tokens1, nextMatch = nextMatch1, i = i1, {
23968
23968
  v: nextMatch1
23969
23969
  };
23970
23970
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-html",
3
- "version": "0.93.0-0",
3
+ "version": "0.94.0-0",
4
4
  "main": "./dist/index.cjs.js",
5
5
  "module": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",