massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / table / node_modules / ajv / dist / compile / ref_error.js
index b4c8cc36021933e2b9e98227fa2138a09bec069e..e71faa08bbd50db9790968052412106fffb5fc1c 100644 (file)
@@ -4,8 +4,8 @@ const resolve_1 = require("./resolve");
 class MissingRefError extends Error {
     constructor(baseId, ref, msg) {
         super(msg || `can't resolve reference ${ref} from id ${baseId}`);
-        this.missingRef = resolve_1.resolveUrl(baseId, ref);
-        this.missingSchema = resolve_1.normalizeId(resolve_1.getFullPath(this.missingRef));
+        this.missingRef = (0, resolve_1.resolveUrl)(baseId, ref);
+        this.missingSchema = (0, resolve_1.normalizeId)((0, resolve_1.getFullPath)(this.missingRef));
     }
 }
 exports.default = MissingRefError;