@lee does the following work for you?
(require '[rewrite-clj.zip :as rz])
(let [p-zloc (-> (str "<https://raw.githubusercontent.com/clojure/clojurescript/>"
"a760439b5084937a556712d6ee056e95f4f075c7"
"/src/main/cljs/cljs/test.cljs")
slurp
(rz/of-string {:track-position? true}))]
(-> p-zloc
rz/down
rz/string))
i get: > Execution error at rewrite-clj.reader/throw-reader (reader.clj:18). > :reader-macro node expects 2 values. [at line 376, column 20]
ah, i guess it's this: • https://github.com/xsc/rewrite-clj/issues/68 • https://github.com/xsc/rewrite-clj/issues/75
Hi @sogaiu! I might as well migrate those issues and fixes over to my playground. Thanks for the reminder!
cool. i didn't see any fixes - am i missing something?
only that I haven’t done them yet! :simple_smile:
🙂 well, good luck with the fixes then 🙂
Ok @sogaiu, I have committed a fix to the playground. Please let me know if you find any issues! :simple_smile: