UNPKG

dependency-injection-cat

Version:

DI Cat is a truly clean DI-container, which allows you not to pollute your business logic with decorators from DI/IOC libraries!

9 lines (8 loc) 499 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); var chalk_1 = __importDefault(require("chalk")); console.log(chalk_1.default.yellow('ReportErrorsTypescriptPlugin is deprecated, please remove it from your tsconfig.json')); exports.default = (function () { return function (context) { return function (node) { return node; }; }; });