anteoas / broch

A library for handling numbers with units.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Syntax error (ClassNotFoundException) compiling at (broch/numbers.cljc:170:4). cljs.compiler

zikajk opened this issue · comments

Hi,
I can't load this library anymore, when I try it then i get:

Syntax error (ClassNotFoundException) compiling at (broch/numbers.cljc:170:4).
cljs.compiler

it seems to be caused by this:

Hi @zikajk, thank you for bringing this up.

I had only tested it in the broch project itself, which had clojurescript as a dependency and thus didn't throw on the use of cljs.compiler. But it should, of course, work in projects where you don't use clojurescript.

I've fixed this in the latest release.

Thank you. I use CLJS "separately" via shadow-cljs.