@contract-case/case-plugin-base
Version:
Plugin framework for writing plugins for the ContractCase test framework
19 lines • 628 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CORE_PLUGIN_PREFIX = void 0;
/**
* DO NOT USE THIS IN YOUR OWN PLUGINS
*
* @remarks
* The prefix for ContractCase core plugin names. Plugin names with
* this prefix are treated as always loaded, log less debug information,
* and any errors in loading are treated as core crashes rather than user
* configuration errors.
*
* Other than the way logs and load failures are treated, there's no special
* treatment given to core plugins,
*
* @public
*/
exports.CORE_PLUGIN_PREFIX = '_CaseCore:';
//# sourceMappingURL=corePlugins.js.map