OLD | NEW |
1 [ | 1 [ |
2 { "name": "platform", "type": "autostart" }, | 2 { "name": "platform", "type": "autostart" }, |
3 { "name": "main", "type": "autostart" }, | 3 { "name": "main", "type": "autostart" }, |
4 { "name": "components", "type": "autostart" }, | 4 { "name": "components", "type": "autostart" }, |
5 { "name": "ui", "type": "autostart" }, | 5 { "name": "ui", "type": "autostart" }, |
6 { "name": "sdk", "type": "autostart" }, | 6 { "name": "sdk", "type": "autostart" }, |
7 { "name": "host", "type": "autostart" }, | 7 { "name": "host", "type": "autostart" }, |
8 { "name": "common", "type": "autostart" }, | 8 { "name": "common", "type": "autostart" }, |
9 { "name": "emulation", "type": "autostart" }, | 9 { "name": "emulation", "type": "autostart" }, |
10 { "name": "workspace", "type": "autostart" }, | 10 { "name": "workspace", "type": "autostart" }, |
(...skipping 19 matching lines...) Expand all Loading... |
30 { "name": "snippets" }, | 30 { "name": "snippets" }, |
31 { "name": "diff" }, | 31 { "name": "diff" }, |
32 { "name": "sass" }, | 32 { "name": "sass" }, |
33 { "name": "accessibility" }, | 33 { "name": "accessibility" }, |
34 { "name": "animation" }, | 34 { "name": "animation" }, |
35 { "name": "es_tree" }, | 35 { "name": "es_tree" }, |
36 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, | 36 { "name": "screencast", "condition": "remoteFrontend", "type": "remote" }, |
37 { "name": "emulated_devices", "type": "remote" }, | 37 { "name": "emulated_devices", "type": "remote" }, |
38 | 38 |
39 { "name": "heap_snapshot_worker", "type": "worker" }, | 39 { "name": "heap_snapshot_worker", "type": "worker" }, |
40 { "name": "script_formatter_worker", "type": "worker" }, | 40 { "name": "formatter_worker", "type": "worker" }, |
41 { "name": "temp_storage_shared_worker", "type": "worker" } | 41 { "name": "temp_storage_shared_worker", "type": "worker" } |
42 ] | 42 ] |
OLD | NEW |