Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Prettier

Prettier is an opinionated code formatter.
Collective - Host: opensource - https://opencollective.com/prettier - Website: https://prettier.io - Code: https://github.com/prettier

refactor(compiler): Generate correct advance instructions for i18n (#51876)

Matches the behavior of `TemplateDefinitionBuilder`, advancing to the
last element in the i18n b...

github.com/prettier/angular-html-parser - 1c44d8e06f7327f41217cb4bf644c415fa60a701 authored over 1 year ago
refactor(compiler): Allow collapsing i18n start/end ops that contain a pipe (#51876)

Moves the empty element phase earlier, to before pipe creation. This
ensures that adjacent i18nS...

github.com/prettier/angular-html-parser - e79fc02a2a164183fbba65dd7e5496239f74a8a2 authored over 1 year ago
refactor(compiler): Add support for i18n expressions (#51876)

Adds support for i18n expressions in i18n messages, and allows i18n
messages on templates.

Co-a...

github.com/prettier/angular-html-parser - 5ba9093c451d2cbe2d88267bd9dd2d5f888d627b authored over 1 year ago
ci: move permissions for google-internal-tests into job definition (#51847)

Move permissions into the job definition for security improvement.

PR Close #51847

github.com/prettier/angular-html-parser - 47e841c834bf1bfd8473a8bbdc2caf419473d4f5 authored over 1 year ago
test(animations): update the integration test (#50738)

Let's have the same test app for async and eagerly loaded animations.

PR Close #50738

github.com/prettier/angular-html-parser - 81e7f5be0380f58b0d7e74c7e8190c865316becc authored over 1 year ago
refactor(animations): Add integration test for animations/async. (#50738)

This integration test aims to cover that we do not break the code splitting of the animation mod...

github.com/prettier/angular-html-parser - 2c2ccf76e22e521898105fbad470eb81c707a471 authored over 1 year ago
feat(animations): Add the possibility of lazy loading animations code. (#50738)

`provideLazyLoadedAnimations()` returns providers which allow the lazy loading of the animation ...

github.com/prettier/angular-html-parser - e753278faae79a53e235e0d8e03f89555a712d80 authored over 1 year ago
Disambiguate unary expr in instanceof and in (#15468)

Co-authored-by: fisker Cheung <[email protected]>

github.com/prettier/prettier - b78d7c7d2d9889252211abc69fffef71f02f741a authored over 1 year ago
Support type arguments after `typeof` (#15466)

github.com/prettier/prettier - fa8cb85434cf449ded1aa2a4a0d773595146114f authored over 1 year ago
release: cut the v17.0.0-next.6 release

github.com/prettier/angular-html-parser - e1728a2a392aa7fa237a50561469f99eb201a24c authored over 1 year ago
docs: release notes for the v16.2.7 release

github.com/prettier/angular-html-parser - 423709634e7af297132f1fc691c3ac7e6a766aba authored over 1 year ago
build: update actions/checkout digest to 8ade135 (#51873)

See associated pull request for more information.

PR Close #51873

github.com/prettier/angular-html-parser - f3c5b2ea3a213968954b1303de0888bb1009dca7 authored over 1 year ago
feat(core): support deferred triggers with implicit triggers (#51922)

Adds support for defining `viewport`, `interaction` and `hover` triggers with no parameters. If ...

github.com/prettier/angular-html-parser - e2e3d69a277990ab79aac7aae43cbdd398e13ed9 authored over 1 year ago
fix(compiler): add diagnostic for inaccessible deferred trigger (#51922)

If a trigger element can't be accessed from the defer block, we don't generate any instructions ...

github.com/prettier/angular-html-parser - 23bfa10ac809f6b27d32647210c52329f0e4262e authored over 1 year ago
refactor(core): add `whenStable` private API (#51807)

Prior to this change `this.isStable.pipe(first((isStable) => isStable)).toPromise()` had to be d...

github.com/prettier/angular-html-parser - 8413b64a6b039e2a47e29feabc7a63d5ad614a06 authored over 1 year ago
refactor(core): populate dehydrated views in `template` instruction (#51915)

Previously, dehydrated views lookup was triggered only when ViewContainerRef was injected. The n...

github.com/prettier/angular-html-parser - f483aed86a3758b2f9444a63e4b8e39de46a6950 authored over 1 year ago
refactor(core): add hydration support for built-in `if` and `switch` (#51915)

This commit updates the `if` and `switch` logic to support hydration. The logic attempts to find...

github.com/prettier/angular-html-parser - 7a731c95364b742f45a6b3758a80e0b015af7304 authored over 1 year ago
build: update scorecard action dependencies (#51899)

See associated pull request for more information.

PR Close #51899

github.com/prettier/angular-html-parser - acfea3cbe3491d48263872af40e93d000a42156c authored over 1 year ago
refactor(compiler): Output i18n message parameter maps in sorted order (#51911)

Changes `TemplateDefinitionBuilder` to output i18n message parameters in
sorted order to make it...

github.com/prettier/angular-html-parser - c52995d9f15331e67c48d6fffc3bd3b09560f693 authored over 1 year ago
docs: update Angular CLI help [main] (#51916)

Updated Angular CLI help contents.

PR Close #51916

github.com/prettier/angular-html-parser - 69ec3493bb55c73cd7cbea37e57c98af42746ebf authored over 1 year ago
refactor(core): avoid an empty array allocation during hydration (#51917)

This commit updates hydration runtime code to avoid creating an empty array when we can avoid it...

github.com/prettier/angular-html-parser - a39010f6ce173eb29eec543fc734249da038af1b authored over 1 year ago
docs: updated the server configuration for apache2 (#51921)

PR Close #51921

github.com/prettier/angular-html-parser - 9b40b64b68fb03a6a4f3c1c0470f8a6f5d07b87d authored over 1 year ago
docs: minor update to modify the Bazel extension url (#51925)

PR Close #51925

github.com/prettier/angular-html-parser - 4d5d9027792a5f2b3b6f9a8ed756e1242d6b8a37 authored over 1 year ago
refactor(migrations): rename migration to remove version prefix (#51926)

The version prefix in the migration name is redundant.

PR Close #51926

github.com/prettier/angular-html-parser - ba0effd4944f6c0f45f6a7e77a1d964304497700 authored over 1 year ago
refactor(migrations): remove unused version 16 migrations (#51926)

When updating to version 17, version 16 migrations cannot be executed thus making them redundant...

github.com/prettier/angular-html-parser - e66c18ffa06971bbcd2b8d58db1efde9921f4ed8 authored over 1 year ago
Fix type definitions for v3 (#15464)

github.com/prettier/prettier - c140ed6b5354bc64d15f33eb9fbaa2571a375aa1 authored over 1 year ago
feat(core): add schematic to escape block syntax characters (#51905)

#51891 introduces a new syntax that assigns a new meaning to the `@` and `}` in Angular template...

github.com/prettier/angular-html-parser - c7127b98b555449f99e24a81c828ab7b1c6c4a4e authored over 1 year ago
refactor: relocate animation renderer class for private exports (#51910)

this is a pre-emptive move of the animation renderer to prepare for #50738 to land safely.

PR C...

github.com/prettier/angular-html-parser - ac1afd8649e48d68606f49d7f86a224c08e14d6b authored over 1 year ago
fix(compiler): allocating unnecessary slots in conditional instruction (#51913)

Fixes that we were allocating slots for the expressions of `if`, `else if`, `switch` and `case` ...

github.com/prettier/angular-html-parser - 31295a3cf907a61e7115d9039a83a232b263a676 authored over 1 year ago
refactor(core): add batching for defer blocks with `on idle` conditions (#51750)

This commit updates runtime logic of defer blocks to schedule a single `requestIdleCallback` for...

github.com/prettier/angular-html-parser - 4b38e9a1abd28f601aa598563ed6fe055eb5c353 authored over 1 year ago
fix(router): Allow redirects after an absolute redirect (#51731)

The router currently restricts all further redirects after an absolute
redirect. Because there's...

github.com/prettier/angular-html-parser - ce1b915868e654cdb679e9381db9d3bd3d68d5c4 authored over 1 year ago
refactor(router): Remove code duplication in matching logic (#51731)

This commit re-uses the match function rather than duplicating the matching and error handling

...

github.com/prettier/angular-html-parser - 3ab923328c3301be57684c3d7d84f42083ea5ad5 authored over 1 year ago
refactor(compiler): Add source maps in template pipeline for expressions and additional ops (#51877)

Enable source maps in a variety of new cases, including most AST expressions, as well as several...

github.com/prettier/angular-html-parser - c3cb26527e3868fe120dc68a48d14d3cf1b56592 authored over 1 year ago
fix(compiler-cli): resolve component encapsulation enum in local compilation mode (#51848)

Currently the field encapsulation undergoes some static analysis to check if it is `ViewEncapsul...

github.com/prettier/angular-html-parser - f91f222b55f249089d267c72a9c0ab5b09d7c932 authored over 1 year ago
fix(compiler-cli): bypass static resolving of the component's changeDetection field in local compilation mode (#51848)

Currently the field changeDetection undergoes some static analysis to check if it is `ChangeDete...

github.com/prettier/angular-html-parser - 377a7abfda60a6ddd55a41531e3653bcad78b0a2 authored over 1 year ago
fix(service-worker): throw a critical error when `handleFetch` fails (#51885)

On Safari, the cache might fail on methods like `match` with an `Internal error`. Critical error...

github.com/prettier/angular-html-parser - dcaad169ec8bf0a61d032ae1ae68fb90d1face09 authored over 1 year ago
feat(core): implement new block syntax (#51891)

Switches the syntax for blocks from `{#block}{/block}` to `@block {}` based on the feedback from...

github.com/prettier/angular-html-parser - 8be2c48b7cda5e99f3d1efa9f26eb2615fea6a8b authored over 1 year ago
docs: update Angular CLI help [main] (#51896)

Updated Angular CLI help contents.

Closes #51890

PR Close #51896

github.com/prettier/angular-html-parser - 5f6cc7cb684d8e29d1ebd036a0c4e8dc5b693e8e authored over 1 year ago
build: improve results logging in perf script (#51902)

Add git references when printing perf comparison results.

PR Close #51902

github.com/prettier/angular-html-parser - b771539eb3d7bc077e31fc61adcbdfe4ec883d65 authored over 1 year ago
ci: use pull request head sha instead of the sha provided in the github context (#51908)

Use the pull request head sha so that we don't test the code already committed.

PR Close #51908

github.com/prettier/angular-html-parser - 18e34ad91f7b1613e8d3deee334caa8d04a7919b authored over 1 year ago
test(core): disable flaky tests temporarily (#51895)

This commit disables a couple newly-added tests related to `on idle` trigger condition for @defe...

github.com/prettier/angular-html-parser - 487b9e118a1ee4e1b6bcf1588b30f5e5a0ff97d8 authored over 1 year ago
refactor(compiler): generate arrow functions for setClassMetadata calls (#51637)

Reworks the `setClassMetadata` calls to generate arrow functions instead of full anonymous funct...

github.com/prettier/angular-html-parser - d6bfebe2c8909d5a812358ba86e4c74cd56a8baf authored over 1 year ago
refactor(core): add `on immediate` support for defer blocks (#51630)

This commit adds a logic to handle `on immediate` conditions both as a main condition, as well a...

github.com/prettier/angular-html-parser - baaaa6daf693a8dd24f93e027658b63cdbbb4ed6 authored over 1 year ago
feat(core): support deferred hover triggers (#51874)

Adds support for `on hover` and `prefetch on hover` triggers. Some code had to be moved around s...

github.com/prettier/angular-html-parser - 687b96186c7da731927e55e714061ea2de718505 authored over 1 year ago
feat(core): support deferred viewport triggers (#51874)

Adds support for `on viewport` and `prefetch on viewport` triggers which will load the deferred ...

github.com/prettier/angular-html-parser - 16f5fc40a49cee0d29711df1783f297ff30b5c6e authored over 1 year ago
chore(deps): update dependency @types/estree to v1.0.2 (#15450)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/prettier/prettier - d9e09e0849ac9f41dd90350b44ca56bf1693fe39 authored over 1 year ago
chore(deps): update dependency hermes-parser to v0.16.0 (#15456)

* chore(deps): update dependency hermes-parser to v0.16.0

* Update snapshot

---------

C...

github.com/prettier/prettier - 772c7b6305c53af7000b8f93af71d6b6258f071c authored over 1 year ago
Process files only supported by plugins (#15433)

github.com/prettier/prettier - 9f06cdd5b00689da6c9cdcae29c1386877886942 authored over 1 year ago
Enable `dependencyDashboardApproval` in Renovate config (#15444)

github.com/prettier/prettier - 65ee35800a32bec2c40dac09b7c06c6c67a43d6f authored over 1 year ago
chore(deps): update dependency flow-parser to v0.217.0 (#15455)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by:...

github.com/prettier/prettier - e574ec812ade7db7d995d4e38794dbcad4e38b85 authored over 1 year ago
Merge pull request #723 from prettier/dependabot/npm_and_yarn/eslint-8.50.0

chore(deps-dev): bump eslint from 8.49.0 to 8.50.0

github.com/prettier/plugin-xml - 30c15109676c63f80a8aba1069b9b949cef630e2 authored over 1 year ago
chore(deps-dev): bump eslint from 8.49.0 to 8.50.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https:...

github.com/prettier/plugin-xml - 4893d624ae6e298ae3064a5032f95ad550930a4b authored over 1 year ago
Add indentation back to nested ternaries (#9559)

* Add indentation back to nested ternaries (except JSX)

* Add a real-world test case

* Add...

github.com/prettier/prettier - f25a592f571257cef4847e27820e86945c7fcb68 authored over 1 year ago
chore(deps): update dependency eslint to v8.50.0 (#15454)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/prettier/prettier - 84a5faf7a82dbe72030707315d058d15f9e77066 authored over 1 year ago
chore(deps): update typescript-eslint to v6.7.2 (#15452)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/prettier/prettier - c1301b3cdc472f723e4f32ee7edcf9db70e79109 authored over 1 year ago
chore(deps): update dependency postcss to v8.4.30 (#15451)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/prettier/prettier - 69071b9673f3f2de5b99b186c0ccbc6ad4cb7047 authored over 1 year ago
chore(deps): update dependency @angular/compiler to v16.2.6 (#15449)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

github.com/prettier/prettier - 76d788bcf6170bac33cc67a5314c6a3d9aafafe7 authored over 1 year ago
Bump actions/checkout from 4.0.0 to 4.1.0 (#15448)

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release n...

github.com/prettier/prettier - e8cac4609dd8976422417652917f5cdce5d0a987 authored over 1 year ago
Rename vitest config

github.com/prettier/plugin-pug - 8ba5e363628465ca9a8c7a97674f965b139bde37 authored over 1 year ago
Update devDependencies

github.com/prettier/plugin-pug - f1a44f710063565b721fda7d5433898b8bb378c0 authored over 1 year ago
Add eslint-plugin-unicorn (#470)

github.com/prettier/plugin-pug - 055297065b06d22ae41c8940d918978b82d5adc3 authored over 1 year ago
refactor(compiler): implement final instruction generation for interaction triggers (#51830)

Updates the logic that generates the instructions for the `on interaction` and `prefetch on inte...

github.com/prettier/angular-html-parser - 00e60136613b51552d85fbb2ecb3e18c6b6e1f55 authored over 1 year ago
feat(core): implement deferred block interaction triggers (#51830)

Adds the implementation for the `on interaction` and `prefetch on interaction` triggers.

PR Clo...

github.com/prettier/angular-html-parser - 3cbb2a8ecf202c814c37ab241ce9f57fb574692e authored over 1 year ago
refactor(compiler): extract deferred block trigger information (#51830)

Reworks the compiler to use the API introduced in #51816 to match triggers to the element nodes ...

github.com/prettier/angular-html-parser - 7cce28ae9c699164965014900cfac4ef9261e581 authored over 1 year ago
refactor(animations): deprecation of `AnimationDriver.NOOP` (#51843)

The `NoopAnimationDriver` as static property of `AnimationDriver` prevents it from being removed...

github.com/prettier/angular-html-parser - 0598613950c76f4a13601c6942e30ab4ce1e3b67 authored over 1 year ago
refactor(animations): Use the `Writable` type when overwriting readonly properties. (#49754)

The `Writable` type is usefull when we want overwrite readonly properties and we still want to m...

github.com/prettier/angular-html-parser - e5d327d0496d23578cf09b548f7c3a14774407fc authored over 1 year ago
refactor(core): Private export of the `Writable` type (#49754)

The `Writable` type is usefull when we want overwrite readonly properties and we still want to m...

github.com/prettier/angular-html-parser - ca416b57a81ffb405110db6037a8248cc03548aa authored over 1 year ago
refactor(forms): Use the `Writable` type when overwriting readonly properties. (#49754)

The `Writable` type is usefull when we want overwrite readonly properties and we still want to m...

github.com/prettier/angular-html-parser - e9b9fd45797268c78c731a7c1ecc61a500f4508f authored over 1 year ago
refactor(core): Use the `Writable` type when overwriting readonly properties. (#49754)

The `Writable` type is usefull when we want overwrite readonly properties and we still want to m...

github.com/prettier/angular-html-parser - 6610c4fb109cc12fc6285d58873eec3703344fc3 authored over 1 year ago
refactor(router): Use the `Writable` type when overwriting readonly properties. (#49754)

The `Writable` type is usefull when we want overwrite readonly properties and we still want to m...

github.com/prettier/angular-html-parser - f53857ef6a67aae314f91330d6d9ff246f39ed09 authored over 1 year ago
refactor(platform-server): Use the `Writable` type when overwriting readonly properties. (#49754)

The `Writable` type is usefull when we want overwrite readonly properties and we still want to m...

github.com/prettier/angular-html-parser - 2df83e225376430e60200d0139b5cf764ec9f804 authored over 1 year ago
docs: annotate `ComponentFixture.getDeferBlocks` as a developer preview API (#51855)

PR Close #51855

github.com/prettier/angular-html-parser - 4599642a87f3209b16e3490f54bd9cc30a8f6f5e authored over 1 year ago
fix(bazel): allow setting `_enabledBlockTypes` angular compiler option (#51862)

We control most flags via Starlark and therefore limit configuration
options via `tsconfig` to a...

github.com/prettier/angular-html-parser - cb545807bc62cd6c11e047383a843d5836d627ec authored over 1 year ago
feat(devtools): added instances count and total time in bar chart (#50866)

In Devtools bar chart we can see the total time for all the directive instances in one change de...

github.com/prettier/angular-html-parser - ee6c915c82b838ee1b3a1e979ab8dc70b3986485 authored over 1 year ago
refactor(core): enabled using deps tracker in JIT compilation (#51415)

This change simply flip the flag which enables using the deps tracker in JIT compilation (the lo...

github.com/prettier/angular-html-parser - 077534ef0f3d6c68766cb30557e3839a72f7d2e6 authored over 1 year ago
refactor(core): remove class type check when clearing cache in deps tracker (#51415)

Using verification helpers such as `isComponent` may trigger JIT compilation. Now in some tests ...

github.com/prettier/angular-html-parser - 654d6ce2fa015063e67553d8968a939a290b4a81 authored over 1 year ago
build: update cross-repo angular dependencies (#51783)

See associated pull request for more information.

PR Close #51783

github.com/prettier/angular-html-parser - 013aec850cf3d20ff8a8f962e9d03d357e131074 authored over 1 year ago
perf(platform-browser): disable styles of removed components instead of removing (#51808)

This commit changes the behaviour of `REMOVE_STYLES_ON_COMPONENT_DESTROY`.

Now, `style` nodes a...

github.com/prettier/angular-html-parser - 3c0577f99140b75688cb8ae969738325cc871548 authored over 1 year ago
feat(router): Add option to skip the first view transition (#51825)

This commit adds an option to the view transition feature to skip the first transition.
This opt...

github.com/prettier/angular-html-parser - 86e91463afc1f3d3d71a669fb2919f2b8bc5a1ca authored over 1 year ago
fix(router): Remove deprecated setupTestingRouter function (#51826)

The `setupTestingRouter` function is a factory function for creating a
new instance of the `Rout...

github.com/prettier/angular-html-parser - 3c6258c85b37535c1178e84509b7c9ed3a1359e4 authored over 1 year ago
fix(core): allow toSignal calls in reactive context (#51831)

This PR moves the Observable subscription of toSignal outside of the
reactive context. As the re...

github.com/prettier/angular-html-parser - dcf18dc74c260253bbf394626beb712a831824f3 authored over 1 year ago
refactor(core): cleanup prefetch triggers when resource loading starts (#51856)

This commit adds the necessary mechanisms to perform cleanup of prefetch triggers when resource ...

github.com/prettier/angular-html-parser - 917203d9916096ea237f5a4329052f01e0a9dbf9 authored over 1 year ago
Don't split lines between Japanese kana & COMBINING KATAKANA-HIRAGANA (SEMI-)VOICED SOUND MARK (#15411)

* Don't split lines between Japanese kana & COMBINING KATAKANA-HIRAGANA (SEMI-)VOICED SOUND MARK...

github.com/prettier/prettier - 0661f78a2603b52f2382dc3c7639014e16999e5a authored over 1 year ago
Bump graphql from 16.8.0 to 16.8.1 (#15440)

Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.0 to 16.8.1.
- [Release notes]...

github.com/prettier/prettier - 270ea3e0903d5addbcdecbd3f9193f9213ee236b authored over 1 year ago
release: cut the v17.0.0-next.5 release

github.com/prettier/angular-html-parser - 0a4f18a419ba68a7c8a2d22da85a7f88bd217840 authored over 1 year ago
docs: release notes for the v16.2.6 release

github.com/prettier/angular-html-parser - bc296a17e5bc21f599d0932120ca658881bb7b10 authored over 1 year ago
feat(compiler): extract docs via exports (#51828)

So far this docs extraction has pulls API info from all exported symbols in the program. This co...

github.com/prettier/angular-html-parser - 34495b35337892ab209d9955ff7fe2897a0c5d41 authored over 1 year ago
refactor(router): Refactor loadChildren callback execution and privately export for SSR (#51818)

This commit refactors the loadChildren callback execution of the router config loader
into a fun...

github.com/prettier/angular-html-parser - 2c09d5144927ec41d95ef0b029976ed6e7c51914 authored over 1 year ago
Update devDependencies

github.com/prettier/plugin-pug - a56742aa6561152749f3f34b05a643e5aee717e8 authored over 1 year ago
refactor(core): print the errors related to computing component dependencies to the console in local compilation mode (#51824)

Certain tools in g3 which dynamically bootstrap a component (e.g., custom routers) simply swallo...

github.com/prettier/angular-html-parser - e3532291c70b1b9f39b0120e02312a18b57daeb7 authored over 1 year ago
fix(compiler-cli): allow non-array imports for standalone component in local compilation mode (#51819)

Currently the compiler in local mode assumes that the standalone component imports are array exp...

github.com/prettier/angular-html-parser - 5b66330329fd066a7c347f040a330b4c7f2a0a2b authored over 1 year ago
fix(compiler-cli): fix NgModule injector def in local compilation mode when imports/exports are non-array expressions (#51819)

Current implementation assumes that NgModule imports/exports fields are always arrays and thus i...

github.com/prettier/angular-html-parser - 19c3dc18d3c0cfd83efec2c8f81b40860d570346 authored over 1 year ago
refactor(core): include injector info for standalone components in local compilation mode (#51819)

Standalone component need to include the imported NgModules as part of their dependencies in ord...

github.com/prettier/angular-html-parser - b44533ba39334514960a7a28bc96d3843edc8e15 authored over 1 year ago
refactor(compiler): implement template type checking for loop blocks (#51690)

Adds support for template type checking inside `for` blocks. It is implemented by generating a J...

github.com/prettier/angular-html-parser - aaa597393da959e3d618627627c3b9df9b0cbf0d authored over 1 year ago
refactor(compiler): implement template type checking for if blocks (#51690)

Adds support for template type checking inside `if` blocks. It is implemented by generating a JS...

github.com/prettier/angular-html-parser - d42e02333a6bb61953def195398fa77352ad9722 authored over 1 year ago
refactor(compiler): implement template type checking for tracking expressions (#51690)

Adds support for template type checking of the `track` expression of a `for` loop block. Trackin...

github.com/prettier/angular-html-parser - 14d89d79badc6b9bc7be3621dce8f3c91af5ba6f authored over 1 year ago
refactor(compiler): implement template type checking for switch blocks (#51690)

Adds support for template type checking inside `switch` blocks. It is implemented by generating ...

github.com/prettier/angular-html-parser - 29ced9b066297b9d216186be64499db5c6595376 authored over 1 year ago