Highlights
- Arctic Code Vault Contributor
Pinned
471 contributions in the last year
Less
More
Activity overview
Contribution activity
March 2021
Created 3 commits in 1 repository
Created a pull request in angular/angular that received 9 comments
feat(compiler): emit @__PURE__ or @pureOrBreakMyCode annotations in the generated code
This change marks all relevant define* callsites as pure, causing the compiler to
emmit either @__PURE__ or @pureOrBreakMyCode annotation based on …
+771
−750
•
9
comments
Opened 1 other pull request in 1 repository
angular/angular
1
closed
Reviewed 5 pull requests in 1 repository
angular/angular 5 pull requests
- docs: fix typo in `CHANGELOG.md` (find-tuned --> fine-tuned)
- Remove unnecessary hyphen
- refactor(core): don't use innerHTML in DOMTestComponentRenderer
- feat(compiler): emit @__PURE__ or @pureOrBreakMyCode annotations in the generated code
- test(forms): add integration test app to keep track of payload size