You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not a bad idea. I suppose we could use a error/<id> and warning/<id> taxonomy in cljs-api-docs. Warnings will be pleasant to parse and version since they're in one place. Errors are just every possible exception in the cljs compiler, library, tools.reader, and clojure core. That won't benefit from any parsing and will just have to be manual.
We should have a page listing every possible compiler error and warning so it is the first result hit in a search.
The page could have an explanation of the error and ways to fix it, ie:
related: oakmac/cuttle#3
The text was updated successfully, but these errors were encountered: