3 Commits

Author SHA1 Message Date
Miško Hevery
f3c69e7f6b refactor(ivy): rewrite flatten function to be more memory efficient ()
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 
2019-05-21 13:06:23 -07:00
Filipe Silva
ac34a1429b refactor: remove toplevel property accesses ()
PR Close 
2019-05-16 12:08:49 -07:00
Filipe Silva
739e5a4f53 test: add integration test for side effects ()
This new tests keeps track of the known side effects for Angular ES modules.

PR Close 
2019-05-16 12:08:49 -07:00