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

Side by Side Diff: test/codegen/expect/dart/collection.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/dart/async.js ('k') | test/codegen/expect/dart/convert.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 collection; 1 var collection;
2 (function(exports) { 2 (function(exports) {
3 'use strict'; 3 'use strict';
4 let _HashMap$ = dart.generic(function(K, V) { 4 let _HashMap$ = dart.generic(function(K, V) {
5 class _HashMap extends dart.Object { 5 class _HashMap extends dart.Object {
6 _HashMap() { 6 _HashMap() {
7 this._length = 0; 7 this._length = 0;
8 this._strings = null; 8 this._strings = null;
9 this._nums = null; 9 this._nums = null;
10 this._rest = null; 10 this._rest = null;
(...skipping 4776 matching lines...) Expand 10 before | Expand all | Expand 10 after
4787 exports.ListQueue$ = ListQueue$; 4787 exports.ListQueue$ = ListQueue$;
4788 exports.SetMixin = SetMixin; 4788 exports.SetMixin = SetMixin;
4789 exports.SetMixin$ = SetMixin$; 4789 exports.SetMixin$ = SetMixin$;
4790 exports.SetBase = SetBase; 4790 exports.SetBase = SetBase;
4791 exports.SetBase$ = SetBase$; 4791 exports.SetBase$ = SetBase$;
4792 exports.SplayTreeMap = SplayTreeMap; 4792 exports.SplayTreeMap = SplayTreeMap;
4793 exports.SplayTreeMap$ = SplayTreeMap$; 4793 exports.SplayTreeMap$ = SplayTreeMap$;
4794 exports.SplayTreeSet = SplayTreeSet; 4794 exports.SplayTreeSet = SplayTreeSet;
4795 exports.SplayTreeSet$ = SplayTreeSet$; 4795 exports.SplayTreeSet$ = SplayTreeSet$;
4796 })(collection || (collection = {})); 4796 })(collection || (collection = {}));
OLDNEW
« no previous file with comments | « test/codegen/expect/dart/async.js ('k') | test/codegen/expect/dart/convert.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698