| OLD | NEW |
| 1 { | 1 { |
| 2 "core": { | 2 "core": { |
| 3 "sources": [ | 3 "sources": [ |
| 4 "core_patch.dart", | 4 "core_patch.dart", |
| 5 "array.cc", | 5 "array.cc", |
| 6 "array.dart", | 6 "array.dart", |
| 7 "array_patch.dart", | 7 "array_patch.dart", |
| 8 "bigint.dart", | 8 "bigint.dart", |
| 9 "bool.cc", | 9 "bool.cc", |
| 10 "bool_patch.dart", | 10 "bool_patch.dart", |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 "sources": [ | 117 "sources": [ |
| 118 "common_patch.dart", | 118 "common_patch.dart", |
| 119 "directory_patch.dart", | 119 "directory_patch.dart", |
| 120 "eventhandler_patch.dart", | 120 "eventhandler_patch.dart", |
| 121 "file_patch.dart", | 121 "file_patch.dart", |
| 122 "file_system_entity_patch.dart", | 122 "file_system_entity_patch.dart", |
| 123 "filter_patch.dart", | 123 "filter_patch.dart", |
| 124 "io_service_patch.dart", | 124 "io_service_patch.dart", |
| 125 "platform_patch.dart", | 125 "platform_patch.dart", |
| 126 "process_patch.dart", | 126 "process_patch.dart", |
| 127 "service_object_patch.dart", | |
| 128 "socket_patch.dart", | 127 "socket_patch.dart", |
| 129 "stdio_patch.dart", | 128 "stdio_patch.dart", |
| 130 "secure_socket_patch.dart" | 129 "secure_socket_patch.dart" |
| 131 ], | 130 ], |
| 132 "directory": "../bin" | 131 "directory": "../bin" |
| 133 }, | 132 }, |
| 134 "_internal": { | 133 "_internal": { |
| 135 "sources": [ | 134 "sources": [ |
| 136 "internal_patch.dart", | 135 "internal_patch.dart", |
| 137 "class_id.dart", | 136 "class_id.dart", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 154 ], | 153 ], |
| 155 "directory": "../lib" | 154 "directory": "../lib" |
| 156 }, | 155 }, |
| 157 "profiler": { | 156 "profiler": { |
| 158 "sources": [ | 157 "sources": [ |
| 159 "empty_source.dart" | 158 "empty_source.dart" |
| 160 ], | 159 ], |
| 161 "directory": "../lib" | 160 "directory": "../lib" |
| 162 } | 161 } |
| 163 } | 162 } |
| OLD | NEW |