Files
openide/platform/script-debugger
Shumaf Lovpache 1561bd1298 [JavaScript Debugger, script debugger] WEB-70558 support reading of array of object or single object value
In r1359167 Google introduced a breaking change: the type of the `Debugger.scriptParsed.debugSymbol` field was changed from `Debugger.DebugSymbols` to `array[Debugger.DebugSymbols]`.

To provide backward compatibility with old browsers, this fix introduces a new reader method `readObjectArrayOrSingleObject` which used if some object property marked with `JsonArray` annotation.

GitOrigin-RevId: 7847455a7c59cf7c7af3de9b991f2b6ca51928e7
2024-11-28 18:27:53 +00:00
..