| OLD | NEW |
| 1 [ | 1 [ |
| 2 { "name": "platform", "type": "autostart" }, | 2 { "name": "platform", "type": "autostart" }, |
| 3 { "name": "main", "type": "autostart" }, | |
| 4 { "name": "components", "type": "autostart" }, | |
| 5 { "name": "ui", "type": "autostart" }, | |
| 6 { "name": "sdk", "type": "autostart" }, | |
| 7 { "name": "host", "type": "autostart" }, | 3 { "name": "host", "type": "autostart" }, |
| 8 { "name": "common", "type": "autostart" }, | 4 { "name": "common", "type": "autostart" }, |
| 9 { "name": "toolbox", "type": "autostart" }, | 5 { "name": "devtools_bootstrap", "type": "autostart" } |
| 10 { "name": "screencast", "type": "autostart" }, | |
| 11 { "name": "workspace", "type": "autostart" }, | |
| 12 { "name": "bindings", "type": "autostart" }, | |
| 13 { "name": "extensions", "type": "autostart" }, | |
| 14 { "name": "elements" }, | |
| 15 { "name": "network" }, | |
| 16 { "name": "sources" }, | |
| 17 { "name": "timeline" }, | |
| 18 { "name": "profiler" }, | |
| 19 { "name": "resources" }, | |
| 20 { "name": "audits" }, | |
| 21 { "name": "console" }, | |
| 22 { "name": "source_frame" }, | |
| 23 { "name": "settings" }, | |
| 24 { "name": "devices" }, | |
| 25 { "name": "documentation" }, | |
| 26 { "name": "layers" }, | |
| 27 { "name": "promises" }, | |
| 28 | |
| 29 { "name": "heap_snapshot_worker", "type": "worker" }, | |
| 30 { "name": "script_formatter_worker", "type": "worker" }, | |
| 31 { "name": "temp_storage_shared_worker", "type": "worker" } | |
| 32 ] | 6 ] |
| OLD | NEW |