| OLD | NEW |
| 1 { | 1 { |
| 2 "modules" : [ | 2 "modules" : [ |
| 3 { "name": "platform", "type": "autostart" }, | 3 { "name": "platform", "type": "autostart" }, |
| 4 { "name": "dom_extension", "type": "autostart" }, | 4 { "name": "dom_extension", "type": "autostart" }, |
| 5 { "name": "ui", "type": "autostart" }, | 5 { "name": "ui", "type": "autostart" }, |
| 6 { "name": "host", "type": "autostart" }, | 6 { "name": "host", "type": "autostart" }, |
| 7 { "name": "text_utils", "type": "autostart" }, |
| 7 { "name": "common", "type": "autostart" }, | 8 { "name": "common", "type": "autostart" }, |
| 8 { "name": "workspace", "type": "autostart" }, | 9 { "name": "workspace", "type": "autostart" }, |
| 9 { "name": "text_editor", "type": "autostart" }, | 10 { "name": "text_editor", "type": "autostart" }, |
| 10 { "name": "cm", "type": "autostart" }, | 11 { "name": "cm", "type": "autostart" }, |
| 11 { "name": "cm_modes", "type": "autostart" }, | 12 { "name": "cm_modes", "type": "autostart" }, |
| 12 { "name": "diff", "type": "autostart" }, | 13 { "name": "diff", "type": "autostart" }, |
| 13 { "name": "shell", "type": "autostart" }, | 14 { "name": "shell", "type": "autostart" }, |
| 14 { "name": "test_runner", "type": "autostart" }, | 15 { "name": "test_runner", "type": "autostart" }, |
| 15 { "name": "quick_open" }, | 16 { "name": "quick_open" }, |
| 16 { "name": "inline_editor" }, | 17 { "name": "inline_editor" }, |
| 17 { "name": "data_grid" } | 18 { "name": "data_grid" } |
| 18 ], | 19 ], |
| 19 "has_html": true | 20 "has_html": true |
| 20 } | 21 } |
| OLD | NEW |