(input:string)
| 3070 | app = function dom_event_execute_app() { |
| 3071 | let output:string = ""; |
| 3072 | const sanitize = function dom_event_execute_app_sanitize(input:string):string { |
| 3073 | return input.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">"); |
| 3074 | }, |
| 3075 | renderOutput = function dom_event_execute_app_renderOutput():void { |
| 3076 | let diffList:HTMLCollectionOf<HTMLOListElement>, |
| 3077 | button:HTMLButtonElement, |