angular-cn/packages/core
Kristiyan Kostadinov 2e21997016 perf(ivy): remove megamorphic read from renderStringify (#30082)
The `renderStringify` function is used in a lot of performance-sensitive places, however it contains a megamorphic read which is used primarily for error messages. These changes introduce a new function that can be used to stringify output for errors and removes the megamorphic read from `renderStringify`.

This PR resolves FW-1286.

PR Close #30082
2019-04-24 11:31:48 -07:00
..
schematics feat(ivy): add injectable-pipe schematic (#29847) 2019-04-23 15:12:19 -07:00
src perf(ivy): remove megamorphic read from renderStringify (#30082) 2019-04-24 11:31:48 -07:00
test perf(ivy): remove megamorphic read from renderStringify (#30082) 2019-04-24 11:31:48 -07:00
testing fix(ivy): explicitly compile ngModuleDef for RootScopeModule in R3TestBed (#30037) 2019-04-23 08:31:42 -07:00
BUILD.bazel refactor(ivy): move ngcc into a higher level folder (#29092) 2019-03-20 14:45:54 -04:00
PACKAGE.md docs: add package doc files (#26047) 2018-10-05 15:42:14 -07:00
index.ts refactor: move angular source to /packages rather than modules/@angular 2017-03-08 16:29:27 -08:00
package.json build: update rxjs version requirements to 6.4.0 (#30032) 2019-04-22 11:15:33 -07:00
public_api.ts build: publish tree of files rather than FESMs (#18541) 2017-08-31 15:34:50 -07:00
tsconfig-build.json feat(ivy): implement TestBed (#25369) 2018-08-14 11:58:47 -07:00