Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(183)

Side by Side Diff: test/hello_world/hello_world.js.info.json

Issue 2383943002: enable parse test now that dart2js generates correct format (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | test/parse_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "elements": { 2 "elements": {
3 "library": { 3 "library": {
4 "0": { 4 "0": {
5 "id": "library/0", 5 "id": "library/0",
6 "kind": "library", 6 "kind": "library",
7 "name": "<unnamed>", 7 "name": "<unnamed>",
8 "size": 85, 8 "size": 85,
9 "children": [ 9 "children": [
10 "function/0" 10 "function/0"
(...skipping 1834 matching lines...) Expand 10 before | Expand all | Expand 10 after
1845 { 1845 {
1846 "id": "outputUnit/0", 1846 "id": "outputUnit/0",
1847 "kind": "outputUnit", 1847 "kind": "outputUnit",
1848 "name": null, 1848 "name": null,
1849 "size": 10124, 1849 "size": 10124,
1850 "imports": [ 1850 "imports": [
1851 null 1851 null
1852 ] 1852 ]
1853 } 1853 }
1854 ], 1854 ],
1855 "dump_version": 3, 1855 "dump_version": 4,
1856 "deferredFiles": {}, 1856 "deferredFiles": {},
1857 "dump_minor_version": "6", 1857 "dump_minor_version": "0",
1858 "program": { 1858 "program": {
1859 "entrypoint": "function/0", 1859 "entrypoint": "function/0",
1860 "size": 10124, 1860 "size": 10124,
1861 "dart2jsVersion": null, 1861 "dart2jsVersion": null,
1862 "compilationMoment": "2016-09-30 13:44:11.847439", 1862 "compilationMoment": "2016-09-30 16:14:58.038530",
1863 "compilationDuration": "0:00:03.717112", 1863 "compilationDuration": 2726976,
1864 "toJsonDuration": 4, 1864 "toJsonDuration": 4000,
1865 "dumpInfoDuration": "0", 1865 "dumpInfoDuration": 0,
1866 "noSuchMethodEnabled": false, 1866 "noSuchMethodEnabled": false,
1867 "minified": false 1867 "minified": false
1868 } 1868 }
1869 } 1869 }
OLDNEW
« no previous file with comments | « no previous file | test/parse_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698