astro-ghostcms/.pnpm-store/v3/files/63/dd6f0508993ebf2eee666140ff5...

14 lines
1006 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
export declare const annotateWithTypeFromJSDoc = "annotateWithTypeFromJSDoc";
export declare const constructorForDerivedNeedSuperCall = "constructorForDerivedNeedSuperCall";
export declare const extendsInterfaceBecomesImplements = "extendsInterfaceBecomesImplements";
export declare const awaitInSyncFunction = "fixAwaitInSyncFunction";
export declare const classIncorrectlyImplementsInterface = "fixClassIncorrectlyImplementsInterface";
export declare const classDoesntImplementInheritedAbstractMember = "fixClassDoesntImplementInheritedAbstractMember";
export declare const unreachableCode = "fixUnreachableCode";
export declare const unusedIdentifier = "unusedIdentifier";
export declare const forgottenThisPropertyAccess = "forgottenThisPropertyAccess";
export declare const spelling = "spelling";
export declare const fixImport = "import";
export declare const addMissingAwait = "addMissingAwait";
export declare const addMissingOverride = "fixOverrideModifier";
//# sourceMappingURL=fixNames.d.ts.map