UNPKG

@storm-stack/plugin-system

Version:

A library used to create and manage a plugin-styled architecture in a TypeScript application.

13 lines (12 loc) 387 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PluginSystemErrorCode = void 0; var _errors = require("@storm-stack/errors"); const PluginSystemErrorCode = exports.PluginSystemErrorCode = { ..._errors.ErrorCode, module_not_found: "module_not_found", plugin_not_found: "plugin_not_found", plugin_loading_failure: "plugin_loading_failure" };