{"ScriptPreparationCode":"var EDITABLE_STANDARD_TYPES = {\r\n __proto__: null,\r\n text: undefined,\r\n percent: undefined,\r\n phone: undefined,\r\n email: undefined,\r\n url: undefined,\r\n currency: undefined,\r\n number: undefined,\r\n boolean: undefined,\r\n \u0027date-local\u0027: undefined,\r\n date: undefined,\r\n};\r\n\r\nvar EDITABLE_STANDARD_TYPES_2 = {\r\n __proto__: null,\r\n text: true,\r\n percent: true,\r\n phone: true,\r\n email: true,\r\n url: true,\r\n currency: true,\r\n number: true,\r\n boolean: true,\r\n \u0027date-local\u0027: true,\r\n date: true,\r\n};\r\n\r\nvar EDITABLE_STANDARD_TYPES_3 = new Set(Object.keys(EDITABLE_STANDARD_TYPES_2));\r\n\r\n","TestCases":[{"Name":"in-op","Code":"\u0027text\u0027 in EDITABLE_STANDARD_TYPES;\r\n\u0027bar\u0027 in EDITABLE_STANDARD_TYPES;","IsDeferred":false},{"Name":"bool","Code":"!!EDITABLE_STANDARD_TYPES_2[\u0027text\u0027]\r\n!!EDITABLE_STANDARD_TYPES_2[\u0027bar\u0027]","IsDeferred":false},{"Name":"set","Code":"EDITABLE_STANDARD_TYPES_3.has(\u0027text\u0027)\r\nEDITABLE_STANDARD_TYPES_3.has(\u0027bar\u0027)","IsDeferred":false}]}