protorepl

2017-11-21T22:19:01.000490Z

Still running into a fair amount of issues with my autocomplete and proto-repl -_- What’s odd is that everything works well when I disable the Ink console :thinking_face: Been spelunking the proto-repl package and seems like `window.protoRepl.parseEdn` in `completion_provider.coffee` is not returning the expected output. Which led me to the `edn_reader.js` file, but that thing is a +2000 line mammoth :astonished: Anyone know what that files is responsible for? My brief googling sessions got me as far as edn stuff is a way to format and pass along data, but I’m confused as to why this `edn_reader.js` seems so dense/convoluted?