Linux v69820.1blu.de 4.15.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
Apache/2.4.58
Server IP : 195.90.215.149 & Your IP : 216.73.217.80
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
nodejs /
ajv /
lib /
compile /
Delete
Unzip
Name
Size
Permission
Date
Action
codegen
[ DIR ]
drwxr-xr-x
2024-07-10 10:55
jtd
[ DIR ]
drwxr-xr-x
2024-07-10 10:55
validate
[ DIR ]
drwxr-xr-x
2024-07-10 10:55
errors.ts
5.15
KB
-rw-r--r--
2023-12-16 08:36
index.ts
12.01
KB
-rw-r--r--
2023-12-16 08:36
names.ts
1.09
KB
-rw-r--r--
2023-12-16 08:36
ref_error.ts
513
B
-rw-r--r--
2023-12-16 08:36
resolve.ts
4.54
KB
-rw-r--r--
2023-12-16 08:36
rules.ts
1.42
KB
-rw-r--r--
2023-12-16 08:36
util.ts
6.48
KB
-rw-r--r--
2023-12-16 08:36
Save
Rename
import {resolveUrl, normalizeId, getFullPath} from "./resolve" import type {UriResolver} from "../types" export default class MissingRefError extends Error { readonly missingRef: string readonly missingSchema: string constructor(resolver: UriResolver, baseId: string, ref: string, msg?: string) { super(msg || `can't resolve reference ${ref} from id ${baseId}`) this.missingRef = resolveUrl(resolver, baseId, ref) this.missingSchema = normalizeId(getFullPath(resolver, this.missingRef)) } }