UNPKG

vite-plugin-checker

Version:

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

20 lines (19 loc) 759 B
//#region src/types.ts let DiagnosticLevel = /* @__PURE__ */ function(DiagnosticLevel) { DiagnosticLevel[DiagnosticLevel["Warning"] = 0] = "Warning"; DiagnosticLevel[DiagnosticLevel["Error"] = 1] = "Error"; DiagnosticLevel[DiagnosticLevel["Suggestion"] = 2] = "Suggestion"; DiagnosticLevel[DiagnosticLevel["Message"] = 3] = "Message"; return DiagnosticLevel; }({}); let ACTION_TYPES = /* @__PURE__ */ function(ACTION_TYPES) { ACTION_TYPES["config"] = "config"; ACTION_TYPES["configureServer"] = "configureServer"; ACTION_TYPES["overlayError"] = "overlayError"; ACTION_TYPES["console"] = "console"; ACTION_TYPES["unref"] = "unref"; return ACTION_TYPES; }({}); //#endregion export { ACTION_TYPES, DiagnosticLevel }; //# sourceMappingURL=types.js.map