You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -91,29 +92,6 @@ async function processGlob(argIn: string, argOut: string | undefined, argv: Part
91
92
)
92
93
}
93
94
94
-
/*
95
-
the following logic determines the out path by comparing the in path to the users specified out path.
96
-
For example, if input directory MultiSchema looks like:
97
-
MultiSchema/foo/a.json
98
-
MultiSchema/bar/fuzz/c.json
99
-
MultiSchema/bar/d.json
100
-
And the user wants the outputs to be in MultiSchema/Out, then this code will be able to map the inner directories foo, bar, and fuzz into the intended Out directory like so:
@@ -221,3 +221,26 @@ export function escapeBlockComment(schema: JSONSchema) {
221
221
}
222
222
}
223
223
}
224
+
225
+
/*
226
+
the following logic determines the out path by comparing the in path to the users specified out path.
227
+
For example, if input directory MultiSchema looks like:
228
+
MultiSchema/foo/a.json
229
+
MultiSchema/bar/fuzz/c.json
230
+
MultiSchema/bar/d.json
231
+
And the user wants the outputs to be in MultiSchema/Out, then this code will be able to map the inner directories foo, bar, and fuzz into the intended Out directory like so:
0 commit comments