Add FIXME comment

pull/4/head
Sven Slootweg 4 years ago
parent fb82fb820a
commit 783f67a03e

@ -11,6 +11,7 @@ const { dim, dimBold, highlight, highlightBold } = require("./colors");
// TODO: Omit the "At (root)" for path-less errors, to avoid confusion when singular values are being compared?
// TODO: Move out the path generating logic into a separate module, to better support custom error formatting code
// FIXME: Remove duplicate subError-less error messages, when heuristics are enabled? eg. multiple "Must be an array" for different arrayOf combinators
function joinPathSegments(segments) {
return (segments.length > 0)

Loading…
Cancel
Save