@azure/avocado
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -159,3 +159,3 @@ "use strict"; | ||
const inputFileSet = inputFiles | ||
.map(f => path.resolve(path.join(dir, f))) | ||
.map(f => path.resolve(path.join(dir, ...f.split("\\")))) | ||
.reduce((s, v) => s.add(v), new Set()); | ||
@@ -162,0 +162,0 @@ // add all referenced files to the `set` |
{ | ||
"name": "@azure/avocado", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "A validator of OpenAPI configurations", | ||
@@ -78,3 +78,3 @@ "main": "dist/index.js", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-immutable": "^5.4.0", | ||
"tslint-immutable": "^5.5.1", | ||
"tslint-plugin-prettier": "^2.0.1", | ||
@@ -81,0 +81,0 @@ "typescript": "^3.3.4000" |
@@ -208,3 +208,3 @@ import * as path from "path" | ||
const inputFileSet = inputFiles | ||
.map(f => path.resolve(path.join(dir, f))) | ||
.map(f => path.resolve(path.join(dir, ...f.split("\\")))) | ||
.reduce((s, v) => s.add(v), new Set<string>()) | ||
@@ -211,0 +211,0 @@ // add all referenced files to the `set` |
Sorry, the diff of this file is not supported yet
26801