massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / validation / limitContains.js
index f576c5c40bb750d078c3f40094c4069742ed5fb1..c884dae4bb298f47dad51eb74872fe0f7dd01c96 100644 (file)
@@ -7,7 +7,7 @@ const def = {
     schemaType: "number",
     code({ keyword, parentSchema, it }) {
         if (parentSchema.contains === undefined) {
-            util_1.checkStrictMode(it, `"${keyword}" without "contains" is ignored`);
+            (0, util_1.checkStrictMode)(it, `"${keyword}" without "contains" is ignored`);
         }
     },
 };