| OLD | NEW |
| 1 [ | 1 [ |
| 2 { "name": "platform", "type": "autostart" }, |
| 2 { "name": "main", "type": "autostart" }, | 3 { "name": "main", "type": "autostart" }, |
| 3 { "name": "components", "type": "autostart" }, | 4 { "name": "components", "type": "autostart" }, |
| 4 { "name": "ui", "type": "autostart" }, | 5 { "name": "ui", "type": "autostart" }, |
| 5 { "name": "sdk", "type": "autostart" }, | 6 { "name": "sdk", "type": "autostart" }, |
| 6 { "name": "host", "type": "autostart" }, | 7 { "name": "host", "type": "autostart" }, |
| 7 { "name": "common", "type": "autostart" }, | 8 { "name": "common", "type": "autostart" }, |
| 8 { "name": "toolbox", "type": "autostart" }, | 9 { "name": "toolbox", "type": "autostart" }, |
| 9 { "name": "screencast", "type": "autostart" }, | 10 { "name": "screencast", "type": "autostart" }, |
| 10 { "name": "workspace", "type": "autostart" }, | 11 { "name": "workspace", "type": "autostart" }, |
| 11 { "name": "bindings", "type": "autostart" }, | 12 { "name": "bindings", "type": "autostart" }, |
| (...skipping 10 matching lines...) Expand all Loading... |
| 22 { "name": "settings" }, | 23 { "name": "settings" }, |
| 23 { "name": "devices" }, | 24 { "name": "devices" }, |
| 24 { "name": "documentation" }, | 25 { "name": "documentation" }, |
| 25 { "name": "layers" }, | 26 { "name": "layers" }, |
| 26 { "name": "promises" }, | 27 { "name": "promises" }, |
| 27 | 28 |
| 28 { "name": "heap_snapshot_worker", "type": "worker" }, | 29 { "name": "heap_snapshot_worker", "type": "worker" }, |
| 29 { "name": "script_formatter_worker", "type": "worker" }, | 30 { "name": "script_formatter_worker", "type": "worker" }, |
| 30 { "name": "temp_storage_shared_worker", "type": "worker" } | 31 { "name": "temp_storage_shared_worker", "type": "worker" } |
| 31 ] | 32 ] |
| OLD | NEW |