| OLD | NEW | 
|     1 var core; |     1 var core; | 
|     2 (function(core) { |     2 (function(exports) { | 
|     3   'use strict'; |     3   'use strict'; | 
|     4   // Function _symbolToString: (Symbol) → String |     4   // Function _symbolToString: (Symbol) → String | 
|     5   function _symbolToString(symbol) { |     5   function _symbolToString(symbol) { | 
|     6     return _internal.Symbol.getName(dart.as(symbol, _internal.Symbol)); |     6     return _internal.Symbol.getName(dart.as(symbol, _internal.Symbol)); | 
|     7   } |     7   } | 
|     8   // Function _symbolMapToStringMap: (Map<Symbol, dynamic>) → dynamic |     8   // Function _symbolMapToStringMap: (Map<Symbol, dynamic>) → dynamic | 
|     9   function _symbolMapToStringMap(map) { |     9   function _symbolMapToStringMap(map) { | 
|    10     if (map === null) |    10     if (map === null) | 
|    11       return null; |    11       return null; | 
|    12     let result = new Map(); |    12     let result = new Map(); | 
| (...skipping 2866 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  2879   Uri._schemeTable = /* Unimplemented const */new List.from([0, 0, 26624, 1023, 
      65534, 2047, 65534, 2047]); |  2879   Uri._schemeTable = /* Unimplemented const */new List.from([0, 0, 26624, 1023, 
      65534, 2047, 65534, 2047]); | 
|  2880   Uri._schemeLowerTable = /* Unimplemented const */new List.from([0, 0, 26624, 1
      023, 0, 0, 65534, 2047]); |  2880   Uri._schemeLowerTable = /* Unimplemented const */new List.from([0, 0, 26624, 1
      023, 0, 0, 65534, 2047]); | 
|  2881   Uri._subDelimitersTable = /* Unimplemented const */new List.from([0, 0, 32722,
       11263, 65534, 34815, 65534, 18431]); |  2881   Uri._subDelimitersTable = /* Unimplemented const */new List.from([0, 0, 32722,
       11263, 65534, 34815, 65534, 18431]); | 
|  2882   Uri._genDelimitersTable = /* Unimplemented const */new List.from([0, 0, 32776,
       33792, 1, 10240, 0, 0]); |  2882   Uri._genDelimitersTable = /* Unimplemented const */new List.from([0, 0, 32776,
       33792, 1, 10240, 0, 0]); | 
|  2883   Uri._userinfoTable = /* Unimplemented const */new List.from([0, 0, 32722, 1228
      7, 65534, 34815, 65534, 18431]); |  2883   Uri._userinfoTable = /* Unimplemented const */new List.from([0, 0, 32722, 1228
      7, 65534, 34815, 65534, 18431]); | 
|  2884   Uri._regNameTable = /* Unimplemented const */new List.from([0, 0, 32754, 11263
      , 65534, 34815, 65534, 18431]); |  2884   Uri._regNameTable = /* Unimplemented const */new List.from([0, 0, 32754, 11263
      , 65534, 34815, 65534, 18431]); | 
|  2885   Uri._pathCharTable = /* Unimplemented const */new List.from([0, 0, 32722, 1228
      7, 65535, 34815, 65534, 18431]); |  2885   Uri._pathCharTable = /* Unimplemented const */new List.from([0, 0, 32722, 1228
      7, 65535, 34815, 65534, 18431]); | 
|  2886   Uri._pathCharOrSlashTable = /* Unimplemented const */new List.from([0, 0, 6549
      0, 12287, 65535, 34815, 65534, 18431]); |  2886   Uri._pathCharOrSlashTable = /* Unimplemented const */new List.from([0, 0, 6549
      0, 12287, 65535, 34815, 65534, 18431]); | 
|  2887   Uri._queryCharTable = /* Unimplemented const */new List.from([0, 0, 65490, 450
      55, 65535, 34815, 65534, 18431]); |  2887   Uri._queryCharTable = /* Unimplemented const */new List.from([0, 0, 65490, 450
      55, 65535, 34815, 65534, 18431]); | 
|  2888   // Exports: |  2888   // Exports: | 
|  2889   core.Deprecated = Deprecated; |  2889   exports.Deprecated = Deprecated; | 
|  2890   core.deprecated = deprecated; |  2890   exports.deprecated = deprecated; | 
|  2891   core.override = override; |  2891   exports.override = override; | 
|  2892   core.proxy = proxy; |  2892   exports.proxy = proxy; | 
|  2893   core.bool = bool; |  2893   exports.bool = bool; | 
|  2894   core.Comparable = Comparable; |  2894   exports.Comparable = Comparable; | 
|  2895   core.Comparable$ = Comparable$; |  2895   exports.Comparable$ = Comparable$; | 
|  2896   core.DateTime = DateTime; |  2896   exports.DateTime = DateTime; | 
|  2897   core.double = double; |  2897   exports.double = double; | 
|  2898   core.Duration = Duration; |  2898   exports.Duration = Duration; | 
|  2899   core.Error = Error; |  2899   exports.Error = Error; | 
|  2900   core.AssertionError = AssertionError; |  2900   exports.AssertionError = AssertionError; | 
|  2901   core.TypeError = TypeError; |  2901   exports.TypeError = TypeError; | 
|  2902   core.CastError = CastError; |  2902   exports.CastError = CastError; | 
|  2903   core.NullThrownError = NullThrownError; |  2903   exports.NullThrownError = NullThrownError; | 
|  2904   core.ArgumentError = ArgumentError; |  2904   exports.ArgumentError = ArgumentError; | 
|  2905   core.RangeError = RangeError; |  2905   exports.RangeError = RangeError; | 
|  2906   core.IndexError = IndexError; |  2906   exports.IndexError = IndexError; | 
|  2907   core.FallThroughError = FallThroughError; |  2907   exports.FallThroughError = FallThroughError; | 
|  2908   core.AbstractClassInstantiationError = AbstractClassInstantiationError; |  2908   exports.AbstractClassInstantiationError = AbstractClassInstantiationError; | 
|  2909   core.NoSuchMethodError = NoSuchMethodError; |  2909   exports.NoSuchMethodError = NoSuchMethodError; | 
|  2910   core.UnsupportedError = UnsupportedError; |  2910   exports.UnsupportedError = UnsupportedError; | 
|  2911   core.UnimplementedError = UnimplementedError; |  2911   exports.UnimplementedError = UnimplementedError; | 
|  2912   core.StateError = StateError; |  2912   exports.StateError = StateError; | 
|  2913   core.ConcurrentModificationError = ConcurrentModificationError; |  2913   exports.ConcurrentModificationError = ConcurrentModificationError; | 
|  2914   core.OutOfMemoryError = OutOfMemoryError; |  2914   exports.OutOfMemoryError = OutOfMemoryError; | 
|  2915   core.StackOverflowError = StackOverflowError; |  2915   exports.StackOverflowError = StackOverflowError; | 
|  2916   core.CyclicInitializationError = CyclicInitializationError; |  2916   exports.CyclicInitializationError = CyclicInitializationError; | 
|  2917   core.Exception = Exception; |  2917   exports.Exception = Exception; | 
|  2918   core.FormatException = FormatException; |  2918   exports.FormatException = FormatException; | 
|  2919   core.IntegerDivisionByZeroException = IntegerDivisionByZeroException; |  2919   exports.IntegerDivisionByZeroException = IntegerDivisionByZeroException; | 
|  2920   core.Expando = Expando; |  2920   exports.Expando = Expando; | 
|  2921   core.Expando$ = Expando$; |  2921   exports.Expando$ = Expando$; | 
|  2922   core.Function = Function; |  2922   exports.Function = Function; | 
|  2923   core.identical = identical; |  2923   exports.identical = identical; | 
|  2924   core.identityHashCode = identityHashCode; |  2924   exports.identityHashCode = identityHashCode; | 
|  2925   core.int = int; |  2925   exports.int = int; | 
|  2926   core.Invocation = Invocation; |  2926   exports.Invocation = Invocation; | 
|  2927   core.Iterable = Iterable; |  2927   exports.Iterable = Iterable; | 
|  2928   core.Iterable$ = Iterable$; |  2928   exports.Iterable$ = Iterable$; | 
|  2929   core.BidirectionalIterator = BidirectionalIterator; |  2929   exports.BidirectionalIterator = BidirectionalIterator; | 
|  2930   core.BidirectionalIterator$ = BidirectionalIterator$; |  2930   exports.BidirectionalIterator$ = BidirectionalIterator$; | 
|  2931   core.Iterator = Iterator; |  2931   exports.Iterator = Iterator; | 
|  2932   core.Iterator$ = Iterator$; |  2932   exports.Iterator$ = Iterator$; | 
|  2933   core.List = List; |  2933   exports.List = List; | 
|  2934   core.List$ = List$; |  2934   exports.List$ = List$; | 
|  2935   core.Map = Map; |  2935   exports.Map = Map; | 
|  2936   core.Map$ = Map$; |  2936   exports.Map$ = Map$; | 
|  2937   core.Null = Null; |  2937   exports.Null = Null; | 
|  2938   core.num = num; |  2938   exports.num = num; | 
|  2939   core.Object = Object; |  2939   exports.Object = Object; | 
|  2940   core.Pattern = Pattern; |  2940   exports.Pattern = Pattern; | 
|  2941   core.print = print; |  2941   exports.print = print; | 
|  2942   core.Match = Match; |  2942   exports.Match = Match; | 
|  2943   core.RegExp = RegExp; |  2943   exports.RegExp = RegExp; | 
|  2944   core.Set = Set; |  2944   exports.Set = Set; | 
|  2945   core.Set$ = Set$; |  2945   exports.Set$ = Set$; | 
|  2946   core.Sink = Sink; |  2946   exports.Sink = Sink; | 
|  2947   core.Sink$ = Sink$; |  2947   exports.Sink$ = Sink$; | 
|  2948   core.StackTrace = StackTrace; |  2948   exports.StackTrace = StackTrace; | 
|  2949   core.Stopwatch = Stopwatch; |  2949   exports.Stopwatch = Stopwatch; | 
|  2950   core.String = String; |  2950   exports.String = String; | 
|  2951   core.Runes = Runes; |  2951   exports.Runes = Runes; | 
|  2952   core.RuneIterator = RuneIterator; |  2952   exports.RuneIterator = RuneIterator; | 
|  2953   core.StringBuffer = StringBuffer; |  2953   exports.StringBuffer = StringBuffer; | 
|  2954   core.StringSink = StringSink; |  2954   exports.StringSink = StringSink; | 
|  2955   core.Symbol = Symbol; |  2955   exports.Symbol = Symbol; | 
|  2956   core.Type = Type; |  2956   exports.Type = Type; | 
|  2957   core.Uri = Uri; |  2957   exports.Uri = Uri; | 
|  2958 })(core || (core = {})); |  2958 })(core || (core = {})); | 
| OLD | NEW |