Active-CSS / active-css

The epic event-driven browser language for UI with functionality in one-liner CSS. Over 100 incredible CSS commands for DOM manipulation, ajax, reactive variables, single-page application routing, and lots more. Could CSS be the JavaScript framework of the future?
https://activecss.org
Other
42 stars 7 forks source link

Consolidate error messages #171

Closed bob2517 closed 3 years ago

bob2517 commented 3 years ago

Errors are a bit scattered - consolidate and throw stack in some way rather than console.

bob2517 commented 3 years ago

Specified errors in the development edition will by default now show config details, variables, etc. to help in debugging. Production edition will only show the main error with no involved debug output for security reasons.

bob2517 commented 3 years ago

Done offline. Errors are divided into warning and fatal errors, with the same level of debug output as appropriate. Some warnings have been converted to fatal errors where appropriate. Warnings do not display at all in the production edition of the core.

bob2517 commented 3 years ago

Closing, live.