📁
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: OriginalSource.d.ts
import { SourceListMap } from 'source-list-map'; import { SourceNode } from 'source-map'; import { SourceAndMapMixin } from '.'; import Source = require('./Source'); /** * Represents source code, which is a copy of the original file */ declare class OriginalSource extends Source implements SourceAndMapMixin { /** * OriginalSource tries to create column mappings if requested, by splitting the source code at typical statement borders (;, {, }). */ constructor(sourceCode: string | Buffer, name: string); source(): string; } export = OriginalSource;
Save