Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
1,206 contributions in the last year
Contribution activity
June 2020
Created a pull request in angular/angular that received 1 comment
perf(ngcc): cache parsed tsconfig between runs
This commit will store a cached copy of the parsed tsconfig that can be reused if the tsconfig path is the same. This will improve the ngcc "noop" …
+110
−2
•
1
comment
- fix(ngcc): ensure lockfile is removed when analyzeFn fails
- feat(ngcc): support passing a list of entry-points to process
- docs(ngcc): add additional next steps to an error
- perf(ngcc): use `EntryPointManifest` to speed up noop `ProgramBaseEntryPointFinder`
- perf(ngcc): shortcircuit tokenizing in ESM dependency host
- fix(ngcc): do not scan import expressions in d.ts files
- perf(ngcc): cache parsed tsconfig between runs
- style(ngcc): post-merge review tidy up
- fix(ngcc): find decorated constructor params on IIFE wrapped classes
- docs: add note about the month being zero-based in the Date constructor
- ci(docs-infra): store JS bundles as CI artifacts to debug size check flakes
- fix(ngcc): prevent including JavaScript sources outside of the package
- ci(docs-infra): disable flaky tests
- fix(common): date pipe is giving error weeks
- docs: Refactor-i18n-DOCS-758
- fix: grammatical errors
- refactor(platform-browser): specify return type of parseEventName
- docs(core): fix typo "filter" should be "first"
- feat(core): rename async to asyncTest to avoid confusing
- fix(core): do not trigger CSP alert/report in Firefox and Chrome
- fix(ngcc): correctly get config for packages in nested `node_modules/`
- Update API reference doc for Pipes
- Expand scope of formatting to enforce formatting on more files
- fix(compiler): unable to resolve destructuring variable declarations
- fix(docs-infra): preconnect to analytics origins
- Improve typing of common pipes
- build(docs-infra): upgrade cli command docs sources to b76099083
- docs: fix minor error in the "Structural directives" guide
- build(docs-infra): add deployment mode for release-candidate versions
- ci(docs-infra): skip deploying RC version when lexicographically smaller than stable