Highlights
- Arctic Code Vault Contributor
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
Pinned
3,141 contributions in the last year
Activity overview
Contribution activity
November 1, 2020
October 2020
- alan-agius4/fs-monkey JavaScript
- alan-agius4/memfs TypeScript
- alan-agius4/terser JavaScript
Created a pull request in angular/angular that received 5 comments
docs: rename `ng xi18n` to `ng extract-i18n`
In Angular CLI version 11, xi18n has been changed from ng xi18n to ng extract-i18n.
See: angular/angular-cli#19132
- fix(@angular-devkit/build-angular): improve network error message during fonts inlining
- docs(@angular/cli): use application instead of app
- Bundle output stats fixes
- refactor(@angular-devkit/core): clean up NodeJsAsyncHost and NodeJsSyncHost
- refactor(@angular-devkit/build-angular): remove host from index writer
- fix(@ngtools/webpack): elide type-only imports when using emitDecoratorMetadata
- fix(@schematics/update): update fail when using yarn 2.0 protocols
- fix(@ngtools/webpack): show zone.js incompatibility warning when using ES2017+
- fix(@angular-devkit/build-angular): when optimizing don't wrap function arguments in parenthesis
- refactor(@schematics/update): remove "all" logic which is no longer used
- build: revert @angular/dev-infra-private package to bb9763f15077a4cb279ba0e210d337e2fde4be0e
- fix(@angular-devkit/build-angular): correctly index and remove `webpack-dev-server/client` in non main chunk
- docs(@angular-devkit/build-angular): remove `="true"` from prod flag …
- fix(@schematics/update): update fail when using yarn 2.0 protocols
- build: update puppeteer to 5.4.0
- build: remove @types/jasminewd2 from repo devDependencies
- Update jasmine types
- fix(@angular-devkit/build-angular): improve builder phase reporting
- fix(@angular-devkit/build-angular): don't add publicHost pathname to sockPath in dev-server
- refactor(@angular-devkit/build-angular): remove legacy server bundle guess logic
- fix(@schematics/angular): remove lint fix default value
- ci: update nightly job to run on 10.2.x branch
- docs: remove `=true` from `--next`
- docs: update further help section in readme
- ci: remove docs-preview branch filter
- Some pull requests not shown.
- test: avoid doing differential loading in UT
- fix: don't bundle common engine in hapi and express engine
- feat: inline critical css
- fix(builders): improve prerendering logging
- build: update angular packages to version 11
- build: update puppeteer to version 5.4.0
- ci: bump to lastest sha of angular/dev-infra's lock-closed action
- ci: add alan-agius4 to docs-cli in pullapprove configuration
- docs: update CLI workspace config documentation
- docs: add strictInputAccessModifiers to strict mode guide
- Use application/applications instead of app/apps
- feat(docs-infra): add short url for strict mode guide
- docs: remove IE9-10 from `.browserslistrc` in docs
- build: update circular-dependency-plugin to version 5.2.2
- build: update @types/babel__core to version 7.1.11
- build: update webpack-merge to version 5.3.0
- build: update webpack-dev-server to version 3.11.0
- fix(@angular-devkit/build-optimizer): mark rxjs add imports as having side effects
- build: update stylus-loader to version 4.2.0
- fix(@angular-devkit/build-angular): re-enable webpack 5 license extraction support
- refactor(@angular/cli): remove NodeJsSyncHost from config utilities
- build: update angular packages
- fix(@angular-devkit/build-angular): use source locale with non-localized serving
- build: update sass to version 1.28.0
- build: update puppeteer to version 5.4.1
- build: update file-loader to version 6.2.0
- build: update mini-css-extract-plugin to version 1.2.1
- build: update source-map-loader to version 1.1.2
- build: update angular packages
- feat(@schematics/angular): add `enableI18nLegacyMessageIdFormat` defa…
- fix(@angular-devkit/build-optimizer): set rxjs as having safe side effects
- build: update typescript to version 4.0.5
- build: update @types/jasmine to version ~3.6.0
- build: update to version
- build: update license-webpack-plugin to version 2.3.1
- build: update enhanced-resolve to version 5.3.1
- build: update mini-css-extract-plugin to version 1.2.0
- Minor code cleanup in core and build-angular
- Some pull request reviews not shown.
- build: update to version
- build: update @bazel/ibazel to version 0.14.0
- build: update puppeteer to version 5.4.1
- build: update build_bazel_rules_nodejs to version 2.2.2
- build: update karma to version 5.2.3
- build: update `lock-closed` GitHub action to latest version
- feat: enable absolute URL handling by default for all engines
- build: update codelyzer to version 6.0.1
Created an issue in GoogleChromeLabs/critters that received 2 comments
DTS feedback
logLevel?: string is too permissive and should be changed to something along logLevel?: 'warn' | 'log' | 'info' | 'error'.
logger is not exposed a…