UNPKG

vite-plugin-checker

Version:

Vite plugin that runs TypeScript type checker on a separate process.

20 lines 783 B
var DiagnosticLevel = /* @__PURE__ */ ((DiagnosticLevel2) => { DiagnosticLevel2[DiagnosticLevel2["Warning"] = 0] = "Warning"; DiagnosticLevel2[DiagnosticLevel2["Error"] = 1] = "Error"; DiagnosticLevel2[DiagnosticLevel2["Suggestion"] = 2] = "Suggestion"; DiagnosticLevel2[DiagnosticLevel2["Message"] = 3] = "Message"; return DiagnosticLevel2; })(DiagnosticLevel || {}); var ACTION_TYPES = /* @__PURE__ */ ((ACTION_TYPES2) => { ACTION_TYPES2["config"] = "config"; ACTION_TYPES2["configureServer"] = "configureServer"; ACTION_TYPES2["overlayError"] = "overlayError"; ACTION_TYPES2["console"] = "console"; ACTION_TYPES2["unref"] = "unref"; return ACTION_TYPES2; })(ACTION_TYPES || {}); export { ACTION_TYPES, DiagnosticLevel }; //# sourceMappingURL=types.js.map