cljs.repl/IParseErrorMessage

protocolremoved v0.0-3030added v0.0-2985Edit
Source code @ clojurescript:src/clj/cljs/repl.clj
(defprotocol IParseErrorMessage
  (-parse-error-message [repl-env message error build-options]
    "Given the original JavaScript error message return the string to actually
     use."))