📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: dependencies.d.ts
import type { CodeKeywordDefinition, ErrorObject, KeywordErrorDefinition, SchemaMap, AnySchema } from "../../types"; import type { KeywordCxt } from "../../compile/validate"; export declare type PropertyDependencies = { [K in string]?: string[]; }; export interface DependenciesErrorParams { property: string; missingProperty: string; depsCount: number; deps: string; } export declare type DependenciesError = ErrorObject<"dependencies", DependenciesErrorParams, { [K in string]?: string[] | AnySchema; }>; export declare const error: KeywordErrorDefinition; declare const def: CodeKeywordDefinition; export declare function validatePropertyDeps(cxt: KeywordCxt, propertyDeps?: { [K in string]?: string[]; }): void; export declare function validateSchemaDeps(cxt: KeywordCxt, schemaDeps?: SchemaMap): void; export default def;
Save