cljs.repl/IParseError

protocolsince v0.0-3030Edit
Source code @ clojurescript:src/main/clojure/cljs/repl.cljc
(defprotocol IParseError
  (-parse-error [repl-env error build-options]
    "Given the original JavaScript error return the error to actually
     use."))