Fork me on GitHub
#cljs-dev
<
2016-08-26
>
juhoteperi21:08:21

Re: updating closure-compiler, do we need to support older versions? Currently cljs.closure has some logic to check if some class is "new" or "old" version

juhoteperi21:08:56

But one class has been completely removed in later versions so supporting old version would be quite impractical

dnolen21:08:07

@juhoteperi need to loop in @anmonteiro not sure what his conclusion was

juhoteperi21:08:02

Aha, should have read historyu

juhoteperi21:08:54

I am testing using npm packages with Closure processing and hit some problems with current version

juhoteperi21:08:48

And as the new version has some changes it will probably be best to test with that before losing too much time debugging