CODEBASE: Remove wrong and irrelevant comments/code (#2111)

This commit is contained in:
catloversg
2025-05-10 16:22:47 +07:00
committed by GitHub
parent 494ef0dff3
commit 7db15a6bd2
5 changed files with 0 additions and 16 deletions
-2
View File
@@ -8,8 +8,6 @@ import { getGlobbedFileMap } from "../../../Paths/GlobbedFiles";
import { sendDeprecationNotice } from "./deprecation";
import { getFileType, getFileTypeFeature } from "../../../utils/ScriptTransformer";
// 2.3: Globbing implementation was removed from this file. Globbing will be reintroduced as broader functionality and integrated here.
interface EditorParameters {
args: (string | number | boolean)[];
server: BaseServer;