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

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: 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
OLDNEW
1 var collection; 1 var collection;
2 (function(collection) { 2 (function(collection) {
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 collection.ListQueue$ = ListQueue$; 4787 collection.ListQueue$ = ListQueue$;
4788 collection.SetMixin = SetMixin; 4788 collection.SetMixin = SetMixin;
4789 collection.SetMixin$ = SetMixin$; 4789 collection.SetMixin$ = SetMixin$;
4790 collection.SetBase = SetBase; 4790 collection.SetBase = SetBase;
4791 collection.SetBase$ = SetBase$; 4791 collection.SetBase$ = SetBase$;
4792 collection.SplayTreeMap = SplayTreeMap; 4792 collection.SplayTreeMap = SplayTreeMap;
4793 collection.SplayTreeMap$ = SplayTreeMap$; 4793 collection.SplayTreeMap$ = SplayTreeMap$;
4794 collection.SplayTreeSet = SplayTreeSet; 4794 collection.SplayTreeSet = SplayTreeSet;
4795 collection.SplayTreeSet$ = SplayTreeSet$; 4795 collection.SplayTreeSet$ = SplayTreeSet$;
4796 })(collection || (collection = {})); 4796 })(collection || (collection = {}));
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698