OLD | NEW |
(Empty) | |
| 1 { |
| 2 "vm": { |
| 3 "libraries": { |
| 4 "_builtin": { |
| 5 "uri": "../../runtime/bin/builtin.dart" |
| 6 }, |
| 7 "core": { |
| 8 "patches": [ |
| 9 "../../runtime/lib/core_patch.dart", |
| 10 "../../runtime/lib/array.dart", |
| 11 "../../runtime/lib/array_patch.dart", |
| 12 "../../runtime/lib/bigint.dart", |
| 13 "../../runtime/lib/bool_patch.dart", |
| 14 "../../runtime/lib/date_patch.dart", |
| 15 "../../runtime/lib/double.dart", |
| 16 "../../runtime/lib/double_patch.dart", |
| 17 "../../runtime/lib/errors_patch.dart", |
| 18 "../../runtime/lib/expando_patch.dart", |
| 19 "../../runtime/lib/function.dart", |
| 20 "../../runtime/lib/function_patch.dart", |
| 21 "../../runtime/lib/growable_array.dart", |
| 22 "../../runtime/lib/identical_patch.dart", |
| 23 "../../runtime/lib/immutable_map.dart", |
| 24 "../../runtime/lib/integers.dart", |
| 25 "../../runtime/lib/integers_patch.dart", |
| 26 "../../runtime/lib/invocation_mirror_patch.dart", |
| 27 "../../runtime/lib/lib_prefix.dart", |
| 28 "../../runtime/lib/map_patch.dart", |
| 29 "../../runtime/lib/null_patch.dart", |
| 30 "../../runtime/lib/object_patch.dart", |
| 31 "../../runtime/lib/regexp_patch.dart", |
| 32 "../../runtime/lib/stacktrace.dart", |
| 33 "../../runtime/lib/stopwatch_patch.dart", |
| 34 "../../runtime/lib/string_buffer_patch.dart", |
| 35 "../../runtime/lib/string_patch.dart", |
| 36 "../../runtime/lib/type_patch.dart", |
| 37 "../../runtime/lib/uri_patch.dart", |
| 38 "../../runtime/lib/weak_property.dart" |
| 39 ], |
| 40 "uri": "core/core.dart" |
| 41 }, |
| 42 "async": { |
| 43 "patches": [ |
| 44 "../../runtime/lib/async_patch.dart", |
| 45 "../../runtime/lib/deferred_load_patch.dart", |
| 46 "../../runtime/lib/schedule_microtask_patch.dart", |
| 47 "../../runtime/lib/timer_patch.dart" |
| 48 ], |
| 49 "uri": "async/async.dart" |
| 50 }, |
| 51 "collection": { |
| 52 "patches": [ |
| 53 "../../runtime/lib/collection_patch.dart", |
| 54 "../../runtime/lib/compact_hash.dart" |
| 55 ], |
| 56 "uri": "collection/collection.dart" |
| 57 }, |
| 58 "typed_data": { |
| 59 "patches": "../../runtime/lib/typed_data_patch.dart", |
| 60 "uri": "typed_data/typed_data.dart" |
| 61 }, |
| 62 "nativewrappers": { |
| 63 "uri": "html/dartium/nativewrappers.dart" |
| 64 }, |
| 65 "developer": { |
| 66 "patches": [ |
| 67 "../../runtime/lib/developer.dart", |
| 68 "../../runtime/lib/profiler.dart", |
| 69 "../../runtime/lib/timeline.dart" |
| 70 ], |
| 71 "uri": "developer/developer.dart" |
| 72 }, |
| 73 "isolate": { |
| 74 "patches": [ |
| 75 "../../runtime/lib/isolate_patch.dart", |
| 76 "../../runtime/lib/timer_impl.dart" |
| 77 ], |
| 78 "uri": "isolate/isolate.dart" |
| 79 }, |
| 80 "mirrors": { |
| 81 "patches": [ |
| 82 "../../runtime/lib/mirrors_patch.dart", |
| 83 "../../runtime/lib/mirrors_impl.dart", |
| 84 "../../runtime/lib/mirror_reference.dart" |
| 85 ], |
| 86 "uri": "mirrors/mirrors.dart" |
| 87 }, |
| 88 "io": { |
| 89 "patches": [ |
| 90 "../../runtime/bin/common_patch.dart", |
| 91 "../../runtime/bin/directory_patch.dart", |
| 92 "../../runtime/bin/eventhandler_patch.dart", |
| 93 "../../runtime/bin/file_patch.dart", |
| 94 "../../runtime/bin/file_system_entity_patch.dart", |
| 95 "../../runtime/bin/filter_patch.dart", |
| 96 "../../runtime/bin/io_service_patch.dart", |
| 97 "../../runtime/bin/platform_patch.dart", |
| 98 "../../runtime/bin/process_patch.dart", |
| 99 "../../runtime/bin/socket_patch.dart", |
| 100 "../../runtime/bin/stdio_patch.dart", |
| 101 "../../runtime/bin/secure_socket_patch.dart", |
| 102 "../../runtime/bin/sync_socket_patch.dart" |
| 103 ], |
| 104 "uri": "io/io.dart" |
| 105 }, |
| 106 "_internal": { |
| 107 "patches": [ |
| 108 "../../runtime/lib/internal_patch.dart", |
| 109 "../../runtime/lib/class_id.dart", |
| 110 "../../runtime/lib/print_patch.dart", |
| 111 "../../runtime/lib/symbol_patch.dart" |
| 112 ], |
| 113 "uri": "internal/internal.dart" |
| 114 }, |
| 115 "convert": { |
| 116 "patches": "../../runtime/lib/convert_patch.dart", |
| 117 "uri": "convert/convert.dart" |
| 118 }, |
| 119 "math": { |
| 120 "patches": "../../runtime/lib/math_patch.dart", |
| 121 "uri": "math/math.dart" |
| 122 }, |
| 123 "profiler": { |
| 124 "patches": "../../runtime/lib/empty_source.dart", |
| 125 "uri": "profiler/profiler.dart" |
| 126 } |
| 127 } |
| 128 } |
| 129 } |
OLD | NEW |