Skip to content

Enable Java interop in any namespace

Compare
Choose a tag to compare
@bobbicodes bobbicodes released this 04 Jul 19:25
· 5 commits to main since this release
81e1d1a

Fixed an issue where interop functions would become unavailable if the user switches namespaces. Adds a dependency for rewrite-clj (and ~100KB to the unzipped package) which I'm not sure was a good idea because I probably could have just used a regex. It also duplicates functionality of the Lezer parser, which I probably also could have used.

Also fixed a bug that the editor contents could be evaluated while there was still an uncleared result. Now we simply run clearEval() prior to each eval.