UNPKG

@ngtools/json-schema

Version:

Schema validating and reading for configurations, similar to Angular CLI config.

15 lines 436 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class JsonSchemaErrorBase extends Error { constructor(message) { super(); if (message) { this.message = message; } else { this.message = this.constructor.name; } } } exports.JsonSchemaErrorBase = JsonSchemaErrorBase; //# sourceMappingURL=/users/hansl/sources/angular-cli/src/error.js.map