UNPKG

@lwc/errors

Version:

LWC Error Utilities

10 lines 358 B
import { DiagnosticLevel } from '../../shared/types'; export declare const SsrCompilerErrors: { readonly RESERVED_IDENTIFIER_PREFIX: { readonly code: 1202; readonly message: "Identifier name cannot start with \"__lwc\"."; readonly level: DiagnosticLevel.Error; readonly url: ""; }; }; //# sourceMappingURL=ssr.d.ts.map