UNPKG

395 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var graphql_codegen_core_1 = require("graphql-codegen-core");
4var js_yaml_1 = require("js-yaml");
5function parseConfigFile(ymlString) {
6 graphql_codegen_core_1.debugLog("[CLI] Parsing YAML file");
7 return js_yaml_1.safeLoad(ymlString);
8}
9exports.parseConfigFile = parseConfigFile;
10//# sourceMappingURL=yml.js.map
\No newline at end of file