Fork me on GitHub
#pathom
<
2019-11-30
>
tianshu13:11:10

can I just re-run defresolver instead of redefine the parser to make my change available?

wilkerlucio00:12:57

no, if you run defresolver it will just redefine the map, but the index is built on parser construction, so that has to be reloaded as well

tianshu15:12:05

thanks! I found I can reload the whole changes by something like cider-ns-refresh