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

Side by Side Diff: test/codegen/expect/fieldtest.js

Issue 968273002: Fixing layout in js output (use full paths rather than just the library name) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: address review comments Created 5 years, 9 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 | « test/codegen/expect/dom/dom.js ('k') | test/codegen/expect/fieldtest/fieldtest.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 var fieldtest; 1 var fieldtest;
2 (function(exports) { 2 (function(exports) {
3 'use strict'; 3 'use strict';
4 class A extends dart.Object { 4 class A extends dart.Object {
5 A() { 5 A() {
6 this.x = 42; 6 this.x = 42;
7 } 7 }
8 } 8 }
9 let B$ = dart.generic(function(T) { 9 let B$ = dart.generic(function(T) {
10 class B extends dart.Object { 10 class B extends dart.Object {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 exports.B$ = B$; 65 exports.B$ = B$;
66 exports.foo = foo; 66 exports.foo = foo;
67 exports.bar = bar; 67 exports.bar = bar;
68 exports.baz = baz; 68 exports.baz = baz;
69 exports.compute = compute; 69 exports.compute = compute;
70 exports.q = q; 70 exports.q = q;
71 exports.z = z; 71 exports.z = z;
72 exports.z = z; 72 exports.z = z;
73 exports.main = main; 73 exports.main = main;
74 })(fieldtest || (fieldtest = {})); 74 })(fieldtest || (fieldtest = {}));
OLDNEW
« no previous file with comments | « test/codegen/expect/dom/dom.js ('k') | test/codegen/expect/fieldtest/fieldtest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698