|
|
|
|
|
by Skinney
2853 days ago
|
|
> This is almost never a problem since you simply use normal externs file for whatever library you are using. "almost never" and "simply use externs file (which you may or may not need to write yourself)" does underpin my point that you have to take care. I'm not saying it is necessarily difficult or takes a long time to get right, but it does require that someone makes sure everything survives the advanced opts compilation. This has burned me on a past cljs project, it's not even a concern on my Elm projects. |
|