@microsoft.azure/autorest-core
Advanced tools
Comparing version 2.0.4186 to 2.0.4189
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const array_1 = require("../ref/array"); | ||
const text_utility_1 = require("../parsing/text-utility"); | ||
@@ -361,3 +362,3 @@ const literate_1 = require("../parsing/literate"); | ||
// finish source map | ||
mapping.push(...merging_1.IdentitySourceMapping(inputSwagger.key, yaml_2.ToAst(swagger))); | ||
array_1.pushAll(mapping, merging_1.IdentitySourceMapping(inputSwagger.key, yaml_2.ToAst(swagger))); | ||
// populate object | ||
@@ -364,0 +365,0 @@ populate.forEach(f => f()); |
import { ConfigurationView } from "../configuration"; | ||
import { JsonPath } from "../ref/jsonpath"; | ||
import * as yaml from "../ref/yaml"; | ||
import * as yaml from '../ref/yaml'; | ||
import { Mappings } from "../ref/source-map"; | ||
@@ -5,0 +5,0 @@ import { DataHandle, DataSink } from "../data-store/data-store"; |
@@ -7,2 +7,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const array_1 = require("../ref/array"); | ||
const text_utility_1 = require("../parsing/text-utility"); | ||
@@ -203,3 +204,3 @@ const message_1 = require("../message"); | ||
}) || {}); | ||
mappings.push(...IdentitySourceMapping(yamlInputHandle.key, yamlInputHandle.ReadYamlAst())); | ||
array_1.pushAll(mappings, IdentitySourceMapping(yamlInputHandle.key, yamlInputHandle.ReadYamlAst())); | ||
} | ||
@@ -206,0 +207,0 @@ if (failed) { |
{ | ||
"name": "@microsoft.azure/autorest-core", | ||
"version": "2.0.4186", | ||
"version": "2.0.4189", | ||
"description": "AutoRest core module", | ||
@@ -5,0 +5,0 @@ "engines": { |
Sorry, the diff of this file is not supported yet
103
6412
48105705