angular/packages/core/src/util
Miško Hevery f3c69e7f6b refactor(ivy): rewrite flatten function to be more memory efficient (#30468)
The `flatten` function used `concat` and `slice` which created a lot of intermediary
object allocations. Because `flatten` is used from query any benchmark which
used query would exhibit high minor GC counts.

PR Close #30468
2019-05-21 13:06:23 -07:00
..
array_utils.ts refactor(ivy): rewrite flatten function to be more memory efficient (#30468) 2019-05-21 13:06:23 -07:00
assert.ts fix(ivy): avoid type coercion in binding-related instruction asserts (#29470) 2019-03-25 09:34:13 -07:00
BUILD.bazel fix(ivy): use existing 'goog' declaration for goog.getMsg check (#29873) 2019-04-12 16:55:12 -07:00
closure.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
comparison.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
decorators.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
empty.ts refactor: remove toplevel property accesses (#29329) 2019-05-16 12:08:49 -07:00
errors.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
forward_ref.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
global.ts fix(core): improve global variable detection (#28679) 2019-02-13 12:05:41 -08:00
is_dev_mode.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
iterable.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
lang.ts fix(core): fix tests for uninitialized @Output error (#19116) 2018-08-02 09:37:21 -07:00
microtask.ts refactor: remove toplevel property accesses (#29329) 2019-05-16 12:08:49 -07:00
ng_dev_mode.ts feat(ivy): add more DOM manipulation counters to ngDevMode (#30315) 2019-05-08 09:16:44 -07:00
ng_i18n_closure_mode.ts refactor: remove toplevel property accesses (#29329) 2019-05-16 12:08:49 -07:00
ng_reflect.ts feat(ivy): enable ng-reflect debug attributes (#27268) 2018-11-27 10:18:51 -08:00
noop.ts refactor(ivy): obviate the Bazel component of the ivy_switch (#26550) 2018-10-19 09:23:05 -07:00
property.ts fix(ivy): don't accidently read the inherited definition (#25736) 2018-09-11 07:09:38 -07:00
stringify.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
symbol.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00
WrappedValue.ts build: extract interface and util sub compilation from core (#28028) 2019-01-10 16:31:44 -08:00