feat: remove 'original' and __file (#59446)

This commit is contained in:
Oliver Eyton-Williams
2025-03-26 22:34:06 +01:00
committed by GitHub
parent d91f57b12b
commit 350424701f
10 changed files with 5 additions and 25 deletions

View File

@@ -21,7 +21,6 @@ interface PythonRunEvent extends MessageEvent {
code: {
contents: string;
editableContents: string;
original: { [id: string]: string };
};
};
}