@contember/config-loader
Advanced tools
Comparing version 0.8.0-alpha.2 to 0.8.0-alpha.3
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.JsonAdapter = void 0; | ||
class JsonAdapter { | ||
@@ -4,0 +5,0 @@ parse(input) { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.YamlAdapter = void 0; | ||
const yaml = require("js-yaml"); | ||
@@ -4,0 +5,0 @@ class YamlAdapter { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.resolveParameters = exports.createObjectParametersResolver = exports.UndefinedParameterError = void 0; | ||
class UndefinedParameterError extends Error { | ||
@@ -4,0 +5,0 @@ } |
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Merger = exports.ConfigLoader = void 0; | ||
const Loader_1 = require("./config/Loader"); | ||
@@ -10,3 +18,3 @@ exports.ConfigLoader = Loader_1.default; | ||
exports.Merger = Merger_1.default; | ||
__export(require("./config/parametersResolving")); | ||
__exportStar(require("./config/parametersResolving"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@contember/config-loader", | ||
"version": "0.8.0-alpha.2", | ||
"version": "0.8.0-alpha.3", | ||
"license": "Apache-2.0", | ||
@@ -11,3 +11,3 @@ "main": "dist/src/index.js", | ||
"@types/node": "^13.11.1", | ||
"typescript": "^3.7.4" | ||
"typescript": "^3.9.5" | ||
}, | ||
@@ -17,3 +17,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "dfc666f11f4d24a67b260bf57f62b420657d51c2" | ||
"gitHead": "8c72aa88a27d3120a52e6968fe0e188490005b39" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
138608
465