| 13 | const DIALOG_TYPES = new Set([MSG.PROMPT, MSG.CONFIRM, MSG.SUMMARY, MSG.TABLE, MSG.MSGBOX]); |
| 14 | |
| 15 | class ScriptLayer { |
| 16 | constructor(stream, ws, script, sessionId) { |
| 17 | this.stream = stream; |
| 18 | this.sessionId = sessionId; |
nothing calls this directly
no outgoing calls
no test coverage detected