massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / vocabularies / jtd / values.js
index 4dadc6e67ed23eed05f6622833bb4df6af75e753..e464c0be8e2bd3621eb2b1dda7eb5969607851ca 100644 (file)
@@ -8,16 +8,16 @@ const error_1 = require("./error");
 const def = {
     keyword: "values",
     schemaType: "object",
-    error: error_1.typeError("object"),
+    error: (0, error_1.typeError)("object"),
     code(cxt) {
-        metadata_1.checkMetadata(cxt);
+        (0, metadata_1.checkMetadata)(cxt);
         const { gen, data, schema, it } = cxt;
-        if (util_1.alwaysValidSchema(it, schema))
+        if ((0, util_1.alwaysValidSchema)(it, schema))
             return;
-        const [valid, cond] = nullable_1.checkNullableObject(cxt, data);
+        const [valid, cond] = (0, nullable_1.checkNullableObject)(cxt, data);
         gen.if(cond);
         gen.assign(valid, validateMap());
-        gen.elseIf(codegen_1.not(valid));
+        gen.elseIf((0, codegen_1.not)(valid));
         cxt.error();
         gen.endIf();
         cxt.ok(valid);
@@ -38,7 +38,7 @@ const def = {
                         dataProp: key,
                         dataPropType: util_1.Type.Str,
                     }, _valid);
-                    gen.if(codegen_1.not(_valid), notValid);
+                    gen.if((0, codegen_1.not)(_valid), notValid);
                 });
             }
         }