tutuca 0.9.21 → 0.9.23

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.
@@ -7908,6 +7908,9 @@ seqInfoByClass.set(KList, (seq, visit) => {
7908
7908
  var css = String.raw;
7909
7909
  var html = String.raw;
7910
7910
  var macro = (defaults, rawView) => new Macro(defaults, rawView);
7911
+ function check(_app) {
7912
+ return { error: 0, warn: 0, hint: 0, dummyCheck: true };
7913
+ }
7911
7914
  function tutuca(nodeOrSelector) {
7912
7915
  const rootNode = typeof nodeOrSelector === "string" ? document.querySelector(nodeOrSelector) : nodeOrSelector;
7913
7916
  const comps = new Components;
@@ -7983,6 +7986,7 @@ export {
7983
7986
  component,
7984
7987
  compileClassesToStyleText,
7985
7988
  compileClassesToStyle,
7989
+ check,
7986
7990
  Stack2 as Stack,
7987
7991
  Set2 as Set,
7988
7992
  Seq,