-
Notifications
You must be signed in to change notification settings - Fork 0
JS-2026-01: Cleanup Asserts in JavaScript Runtime #4
Copy link
Copy link
Open
Labels
EnhancementRequested feature for the overall project. May apply to more then one portion of the project.Requested feature for the overall project. May apply to more then one portion of the project.codemelted.jsTags a bug / feature request with the codemelted.js module.Tags a bug / feature request with the codemelted.js module.
Metadata
Metadata
Assignees
Labels
EnhancementRequested feature for the overall project. May apply to more then one portion of the project.Requested feature for the overall project. May apply to more then one portion of the project.codemelted.jsTags a bug / feature request with the codemelted.js module.Tags a bug / feature request with the codemelted.js module.
Currently the
codemelted.jswill throw canned JavaScriptSyntaxErrorto signal a misuse of the module's API. This will not aid a Software Engineer attempting to utilize the module as to exactly what is failing. Search through the module'sthrow XXXlogic and update withlogger_log()calls to explain what part of the API was violated.