{"ScriptPreparationCode":null,"TestCases":[{"Name":"Destructure","Code":"const OPTS = { host: 1 };\r\nconst { host } = OPTS;","IsDeferred":false},{"Name":"Access","Code":"const OPTS = { host: 1 };\r\nconst host = OPTS.host;","IsDeferred":false}]}