UNPKG

535 BJavaScriptView Raw
1"use strict";
2// tslint:disable:max-line-length
3Object.defineProperty(exports, "__esModule", { value: true });
4exports.CLI_ERRORS = void 0;
5exports.CLI_ERRORS = {
6 MISSING_TYPESCRIPT: (path) => `Could not find TypeScript configuration file "${path}". Please, ensure that you are running this command in the appropriate directory (inside Nest workspace).`,
7 WRONG_PLUGIN: (name) => `The "${name}" plugin is not compatible with Nest CLI. Neither "after()" nor "before()" nor "afterDeclarations()" function have been provided.`,
8};