Skip to content
This repository was archived by the owner on Apr 20, 2018. It is now read-only.

Commit 73cbf84

Browse files
Removing dictionary
1 parent 0afc032 commit 73cbf84

File tree

210 files changed

+18972
-15982
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+18972
-15982
lines changed

Gruntfile.js

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ module.exports = function (grunt) {
2525
'src/core/headers/coreheader.js',
2626

2727
// Stack trace start
28+
'src/core/internal/trycatch.js',
2829
'src/core/longstacktraces/longstackbegin.js',
2930
'src/core/longstacktraces/longstacktraces.js',
3031

3132
// internals
32-
'src/core/internal/trycatch.js',
3333
'src/core/internal/util.js',
3434

3535
// Disposables
@@ -128,6 +128,7 @@ module.exports = function (grunt) {
128128
'src/core/headers/basicheader.js',
129129

130130
// Stack trace start
131+
'src/core/internal/trycatch.js',
131132
'src/core/longstacktraces/longstackbegin.js',
132133
'src/core/longstacktraces/longstacktraces.js',
133134

@@ -139,7 +140,6 @@ module.exports = function (grunt) {
139140
'src/core/internal/dontenums.js',
140141
'src/core/internal/isequal.js',
141142
'src/core/internal/util.js',
142-
'src/core/internal/trycatch.js',
143143
'src/core/internal/priorityqueue.js',
144144
'src/core/disposables/compositedisposable.js',
145145
'src/core/disposables/disposable.js',
@@ -317,7 +317,6 @@ module.exports = function (grunt) {
317317
'src/core/linq/observable/singleinstance.js',
318318

319319
// Coincidence operators
320-
'src/core/internal/dictionary.js',
321320
'src/core/linq/observable/join.js', // SerialDisposable, SingleAssignmentDisposable, RefCountDisposable, CompositeDisposable, Dictionary
322321
'src/core/linq/observable/groupjoin.js', // SerialDisposable, SingleAssignmentDisposable, RefCountDisposable, CompositeDisposable, Dictionary
323322
'src/core/linq/observable/buffer.js', // window, selectMany, toArray
@@ -416,6 +415,7 @@ module.exports = function (grunt) {
416415
'src/core/headers/basicheader-compat.js',
417416

418417
// Stack trace start
418+
'src/core/internal/trycatch.js',
419419
'src/core/longstacktraces/longstackbegin.js',
420420
'src/core/longstacktraces/longstacktraces.js',
421421

@@ -427,7 +427,6 @@ module.exports = function (grunt) {
427427
'src/core/internal/dontenums.js',
428428
'src/core/internal/isequal.js',
429429
'src/core/internal/util.js',
430-
'src/core/internal/trycatch.js',
431430
'src/core/internal/polyfills.js',
432431
'src/core/internal/priorityqueue.js',
433432
'src/core/disposables/compositedisposable.js',
@@ -603,7 +602,6 @@ module.exports = function (grunt) {
603602
'src/core/linq/observable/singleinstance.js',
604603

605604
// Coincidence operators
606-
'src/core/internal/dictionary.js',
607605
'src/core/linq/observable/join.js', // SerialDisposable, SingleAssignmentDisposable, RefCountDisposable, CompositeDisposable, Dictionary
608606
'src/core/linq/observable/groupjoin.js', // SerialDisposable, SingleAssignmentDisposable, RefCountDisposable, CompositeDisposable, Dictionary
609607
'src/core/linq/observable/buffer.js', // window, selectMany, toArray
@@ -702,6 +700,7 @@ module.exports = function (grunt) {
702700
'src/core/headers/basicheader.js',
703701

704702
// Stack trace start
703+
'src/core/internal/trycatch.js',
705704
'src/core/longstacktraces/longstackbegin.js',
706705
'src/core/longstacktraces/longstacktraces.js',
707706

@@ -713,7 +712,6 @@ module.exports = function (grunt) {
713712
'src/core/internal/dontenums.js',
714713
'src/core/internal/isequal.js',
715714
'src/core/internal/util.js',
716-
'src/core/internal/trycatch.js',
717715
'src/core/disposables/compositedisposable.js',
718716
'src/core/disposables/disposable.js',
719717
'src/core/disposables/booleandisposable.js',
@@ -850,6 +848,7 @@ module.exports = function (grunt) {
850848
'src/core/headers/basicheader-compat.js',
851849

852850
// Stack trace start
851+
'src/core/internal/trycatch.js',
853852
'src/core/longstacktraces/longstackbegin.js',
854853
'src/core/longstacktraces/longstacktraces.js',
855854

@@ -861,7 +860,6 @@ module.exports = function (grunt) {
861860
'src/core/internal/dontenums.js',
862861
'src/core/internal/isequal.js',
863862
'src/core/internal/util.js',
864-
'src/core/internal/trycatch.js',
865863
'src/core/internal/polyfills.js',
866864
'src/core/disposables/compositedisposable.js',
867865
'src/core/disposables/disposable.js',
@@ -997,6 +995,7 @@ module.exports = function (grunt) {
997995
'src/core/headers/liteheader.js',
998996

999997
// Stack trace start
998+
'src/core/internal/trycatch.js',
1000999
'src/core/longstacktraces/longstackbegin.js',
10011000
'src/core/longstacktraces/longstacktraces.js',
10021001

@@ -1007,7 +1006,6 @@ module.exports = function (grunt) {
10071006
'src/core/internal/bindcallback.js',
10081007
'src/core/internal/dontenums.js',
10091008
'src/core/internal/isequal.js',
1010-
'src/core/internal/trycatch.js',
10111009
'src/core/internal/util.js',
10121010
'src/core/disposables/compositedisposable.js',
10131011
'src/core/disposables/disposable.js',
@@ -1165,6 +1163,7 @@ module.exports = function (grunt) {
11651163
'src/core/headers/liteheader-compat.js',
11661164

11671165
// Stack trace start
1166+
'src/core/internal/trycatch.js',
11681167
'src/core/longstacktraces/longstackbegin.js',
11691168
'src/core/longstacktraces/longstacktraces.js',
11701169

@@ -1175,7 +1174,6 @@ module.exports = function (grunt) {
11751174
'src/core/internal/bindcallback.js',
11761175
'src/core/internal/dontenums.js',
11771176
'src/core/internal/isequal.js',
1178-
'src/core/internal/trycatch.js',
11791177
'src/core/internal/util.js',
11801178
'src/core/internal/polyfills.js',
11811179
'src/core/disposables/compositedisposable.js',
@@ -1332,6 +1330,7 @@ module.exports = function (grunt) {
13321330
'src/core/headers/license.js',
13331331
'src/core/headers/liteintro.js',
13341332
'src/core/headers/liteextrasheader.js',
1333+
'src/core/internal/trycatch.js',
13351334

13361335
'src/core/disposables/scheduleddisposable.js',
13371336
'src/core/checkedobserver.js',
@@ -1372,6 +1371,7 @@ module.exports = function (grunt) {
13721371
'src/core/headers/license.js',
13731372
'src/core/headers/liteintro-compat.js',
13741373
'src/core/headers/liteextrasheader.js',
1374+
'src/core/internal/trycatch.js',
13751375

13761376
'src/core/disposables/scheduleddisposable.js',
13771377
'src/core/checkedobserver.js',
@@ -1651,7 +1651,8 @@ module.exports = function (grunt) {
16511651
'src/core/headers/license.js',
16521652
'src/core/headers/subintro.js',
16531653
'src/core/headers/coincidenceheader.js',
1654-
'src/core/internal/dictionary.js',
1654+
'src/core/internal/trycatch.js',
1655+
'src/core/internal/map.js',
16551656
'src/core/linq/observable/join.js', // SerialDisposable, SingleAssignmentDisposable, RefCountDisposable, CompositeDisposable, Dictionary
16561657
'src/core/linq/observable/groupjoin.js', // SerialDisposable, SingleAssignmentDisposable, RefCountDisposable, CompositeDisposable, Dictionary
16571658
'src/core/linq/observable/buffer.js', // window, selectMany, toArray
@@ -1670,7 +1671,8 @@ module.exports = function (grunt) {
16701671
'src/core/headers/license.js',
16711672
'src/core/headers/liteintro.js',
16721673
'src/core/headers/coincidenceheader.js',
1673-
'src/core/internal/dictionary.js',
1674+
'src/core/internal/trycatch.js',
1675+
'src/core/internal/map.js',
16741676
'src/core/linq/observable/join.js', // SerialDisposable, SingleAssignmentDisposable, RefCountDisposable, CompositeDisposable, Dictionary
16751677
'src/core/linq/observable/groupjoin.js', // SerialDisposable, SingleAssignmentDisposable, RefCountDisposable, CompositeDisposable, Dictionary
16761678
'src/core/linq/observable/buffer.js', // window, selectMany, toArray
@@ -1689,7 +1691,8 @@ module.exports = function (grunt) {
16891691
'src/core/headers/license.js',
16901692
'src/core/headers/liteintro-compat.js',
16911693
'src/core/headers/coincidenceheader.js',
1692-
'src/core/internal/dictionary.js',
1694+
'src/core/internal/trycatch.js',
1695+
'src/core/internal/map.js',
16931696
'src/core/linq/observable/join.js', // SerialDisposable, SingleAssignmentDisposable, RefCountDisposable, CompositeDisposable, Dictionary
16941697
'src/core/linq/observable/groupjoin.js', // SerialDisposable, SingleAssignmentDisposable, RefCountDisposable, CompositeDisposable, Dictionary
16951698
'src/core/linq/observable/buffer.js', // window, selectMany, toArray

0 commit comments

Comments
 (0)