bpms_site/.svn/pristine/83/83de59083bbe9189b21b49738c2276ba553b68fa.svn-base
2025-11-02 16:38:49 +03:30

6 lines
222 B
Plaintext

import type tsModule from 'typescript/lib/tsserverlibrary';
declare const errorEntry: {
getSemanticDiagnostics(source: tsModule.SourceFile, isClientEntry: boolean): tsModule.Diagnostic[];
};
export default errorEntry;