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
Matches the behavior of `TemplateDefinitionBuilder`, advancing to the
last element in the i18n b...
Moves the empty element phase earlier, to before pipe creation. This
ensures that adjacent i18nS...
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 agoMove permissions into the job definition for security improvement.
PR Close #51847
github.com/prettier/angular-html-parser - 47e841c834bf1bfd8473a8bbdc2caf419473d4f5 authored over 1 year agoLet'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 agoThis 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`provideLazyLoadedAnimations()` returns providers which allow the lazy loading of the animation ...
github.com/prettier/angular-html-parser - e753278faae79a53e235e0d8e03f89555a712d80 authored over 1 year agoCo-authored-by: fisker Cheung <[email protected]>
github.com/prettier/prettier - b78d7c7d2d9889252211abc69fffef71f02f741a authored over 1 year agogithub.com/prettier/prettier - fa8cb85434cf449ded1aa2a4a0d773595146114f authored over 1 year ago
github.com/prettier/angular-html-parser - e1728a2a392aa7fa237a50561469f99eb201a24c authored over 1 year ago
github.com/prettier/angular-html-parser - 423709634e7af297132f1fc691c3ac7e6a766aba authored over 1 year ago
See associated pull request for more information.
PR Close #51873
github.com/prettier/angular-html-parser - f3c5b2ea3a213968954b1303de0888bb1009dca7 authored over 1 year agoAdds support for defining `viewport`, `interaction` and `hover` triggers with no parameters. If ...
github.com/prettier/angular-html-parser - e2e3d69a277990ab79aac7aae43cbdd398e13ed9 authored over 1 year agoIf 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 agoPrior 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 agoPreviously, dehydrated views lookup was triggered only when ViewContainerRef was injected. The n...
github.com/prettier/angular-html-parser - f483aed86a3758b2f9444a63e4b8e39de46a6950 authored over 1 year agoThis 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 agoSee associated pull request for more information.
PR Close #51899
github.com/prettier/angular-html-parser - acfea3cbe3491d48263872af40e93d000a42156c authored over 1 year ago
Changes `TemplateDefinitionBuilder` to output i18n message parameters in
sorted order to make it...
Updated Angular CLI help contents.
PR Close #51916
github.com/prettier/angular-html-parser - 69ec3493bb55c73cd7cbea37e57c98af42746ebf authored over 1 year agoThis 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 agoPR Close #51921
github.com/prettier/angular-html-parser - 9b40b64b68fb03a6a4f3c1c0470f8a6f5d07b87d authored over 1 year agoPR Close #51925
github.com/prettier/angular-html-parser - 4d5d9027792a5f2b3b6f9a8ed756e1242d6b8a37 authored over 1 year agoThe version prefix in the migration name is redundant.
PR Close #51926
github.com/prettier/angular-html-parser - ba0effd4944f6c0f45f6a7e77a1d964304497700 authored over 1 year agoWhen 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 agogithub.com/prettier/prettier - c140ed6b5354bc64d15f33eb9fbaa2571a375aa1 authored over 1 year ago
#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 agothis 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 agoFixes 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 agoThis 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
The router currently restricts all further redirects after an absolute
redirect. Because there's...
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 agoEnable 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 agoCurrently the field encapsulation undergoes some static analysis to check if it is `ViewEncapsul...
github.com/prettier/angular-html-parser - f91f222b55f249089d267c72a9c0ab5b09d7c932 authored over 1 year agoCurrently the field changeDetection undergoes some static analysis to check if it is `ChangeDete...
github.com/prettier/angular-html-parser - 377a7abfda60a6ddd55a41531e3653bcad78b0a2 authored over 1 year agoOn 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 agoSwitches 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 agoUpdated Angular CLI help contents.
Closes #51890
PR Close #51896
github.com/prettier/angular-html-parser - 5f6cc7cb684d8e29d1ebd036a0c4e8dc5b693e8e authored over 1 year agoAdd git references when printing perf comparison results.
PR Close #51902
github.com/prettier/angular-html-parser - b771539eb3d7bc077e31fc61adcbdfe4ec883d65 authored over 1 year agoUse 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 agoThis 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 agoReworks the `setClassMetadata` calls to generate arrow functions instead of full anonymous funct...
github.com/prettier/angular-html-parser - d6bfebe2c8909d5a812358ba86e4c74cd56a8baf authored over 1 year agoThis 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 agoAdds 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 agoAdds 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 agoCo-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
* Update snapshot
---------
C...
github.com/prettier/prettier - 772c7b6305c53af7000b8f93af71d6b6258f071c authored over 1 year agogithub.com/prettier/prettier - 9f06cdd5b00689da6c9cdcae29c1386877886942 authored over 1 year ago
github.com/prettier/prettier - 65ee35800a32bec2c40dac09b7c06c6c67a43d6f authored over 1 year ago
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by:...
chore(deps-dev): bump eslint from 8.49.0 to 8.50.0
github.com/prettier/plugin-xml - 30c15109676c63f80a8aba1069b9b949cef630e2 authored over 1 year ago
Bumps [eslint](https://github.com/eslint/eslint) from 8.49.0 to 8.50.0.
- [Release notes](https:...
* Add indentation back to nested ternaries (except JSX)
* Add a real-world test case
* Add...
github.com/prettier/prettier - f25a592f571257cef4847e27820e86945c7fcb68 authored over 1 year agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/prettier/prettier - 84a5faf7a82dbe72030707315d058d15f9e77066 authored over 1 year agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/prettier/prettier - c1301b3cdc472f723e4f32ee7edcf9db70e79109 authored over 1 year agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/prettier/prettier - 69071b9673f3f2de5b99b186c0ccbc6ad4cb7047 authored over 1 year agoCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
github.com/prettier/prettier - 76d788bcf6170bac33cc67a5314c6a3d9aafafe7 authored over 1 year ago
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release n...
github.com/prettier/plugin-pug - aa4958dacdc6778e182f7bf0003331bab924eb69 authored over 1 year ago
github.com/prettier/plugin-pug - b9dd294e9489b3106665a0c8946a36c5b9f05408 authored over 1 year ago
github.com/prettier/plugin-pug - 8ba5e363628465ca9a8c7a97674f965b139bde37 authored over 1 year ago
github.com/prettier/plugin-pug - f1a44f710063565b721fda7d5433898b8bb378c0 authored over 1 year ago
github.com/prettier/plugin-pug - 055297065b06d22ae41c8940d918978b82d5adc3 authored over 1 year ago
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 agoAdds the implementation for the `on interaction` and `prefetch on interaction` triggers.
PR Clo...
github.com/prettier/angular-html-parser - 3cbb2a8ecf202c814c37ab241ce9f57fb574692e authored over 1 year agoReworks 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 agoThe `NoopAnimationDriver` as static property of `AnimationDriver` prevents it from being removed...
github.com/prettier/angular-html-parser - 0598613950c76f4a13601c6942e30ab4ce1e3b67 authored over 1 year agoThe `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 agoThe `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 agoThe `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 agoThe `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 agoThe `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 agoThe `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 agoPR Close #51855
github.com/prettier/angular-html-parser - 4599642a87f3209b16e3490f54bd9cc30a8f6f5e authored over 1 year ago
We control most flags via Starlark and therefore limit configuration
options via `tsconfig` to a...
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 agoThis 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 agoUsing verification helpers such as `isComponent` may trigger JIT compilation. Now in some tests ...
github.com/prettier/angular-html-parser - 654d6ce2fa015063e67553d8968a939a290b4a81 authored over 1 year agoSee associated pull request for more information.
PR Close #51783
github.com/prettier/angular-html-parser - 013aec850cf3d20ff8a8f962e9d03d357e131074 authored over 1 year agoThis 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
This commit adds an option to the view transition feature to skip the first transition.
This opt...
The `setupTestingRouter` function is a factory function for creating a
new instance of the `Rout...
This PR moves the Observable subscription of toSignal outside of the
reactive context. As the re...
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...
github.com/prettier/prettier - 0661f78a2603b52f2382dc3c7639014e16999e5a authored over 1 year ago
Bumps [graphql](https://github.com/graphql/graphql-js) from 16.8.0 to 16.8.1.
- [Release notes]...
github.com/prettier/angular-html-parser - 0a4f18a419ba68a7c8a2d22da85a7f88bd217840 authored over 1 year ago
github.com/prettier/angular-html-parser - bc296a17e5bc21f599d0932120ca658881bb7b10 authored over 1 year ago
github.com/prettier/plugin-pug - 4612e05ef0f4041bc2b92e2e28217fe18a7b7121 authored over 1 year ago
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
This commit refactors the loadChildren callback execution of the router config loader
into a fun...
github.com/prettier/plugin-pug - a56742aa6561152749f3f34b05a643e5aee717e8 authored over 1 year ago
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 agoCurrently 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 agoCurrent implementation assumes that NgModule imports/exports fields are always arrays and thus i...
github.com/prettier/angular-html-parser - 19c3dc18d3c0cfd83efec2c8f81b40860d570346 authored over 1 year agoStandalone 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 agoAdds 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 agoAdds 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 agoAdds 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 agoAdds 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