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

build: update dependency jasmine to v5 (#51820)

The patch is to fix upstream bug in `@bazel/jasmine`. See: bazelbuild/rules_nodejs#3691

PR Clos...

github.com/prettier/angular-html-parser - 0ee0f780e4c19d43dde9bac0bb6468ea6431d24b authored over 1 year ago
docs: update to latest version of material (#51785)

Update to the latest version of material

PR Close #51785

github.com/prettier/angular-html-parser - ba64e9c2475e52e14cb950cfc2c26b4c2b4725ae authored over 1 year ago
docs: remove ref to no longer existing `test.ts` (#51462)

The file was removed in Angular 15.0.0 https://github.com/angular/angular-cli/releases/tag/15.0....

github.com/prettier/angular-html-parser - 1e6c05512bd1e05c976e87e9fe4a575f8112b3f4 authored over 1 year ago
Support type arguments on jsx opening elements for flow (#15429)

github.com/prettier/prettier - 6bff776efd0951b7812818d02d1cae3fda184737 authored over 1 year ago
refactor(router): Remove internal state tracking for browserUrlTree (#48065)

The browserUrlTree is only used to support the onSameUrlNavigation: 'ignore' logic. We can achie...

github.com/prettier/angular-html-parser - ad61bf6184d5d51a5d45dd03e1487485ccc9caaa authored over 1 year ago
build: update dependency jasmine-core to v5 (#51794)

See associated pull request for more information.

PR Close #51794

github.com/prettier/angular-html-parser - 396e064f807cfd4f7af984d9fa2e9f39037fc95e authored over 1 year ago
build: update dependency puppeteer-core to v21 (#51802)

See associated pull request for more information.

PR Close #51802

github.com/prettier/angular-html-parser - 20cdb7730e7f1f287c12084b69f5a67879c8f6bb authored over 1 year ago
build: update actions/checkout action to v4 (#51793)

See associated pull request for more information.

PR Close #51793

github.com/prettier/angular-html-parser - 8a2dc0f2e086503826927f3d2aa48ad15e9b3bdf authored over 1 year ago
build: update scorecard action dependencies (#51817)

See associated pull request for more information.

PR Close #51817

github.com/prettier/angular-html-parser - e5a0116575efba857833c8fdfbf6743d90d740d1 authored over 1 year ago
fix(router): use DOCUMENT token instead of document directly in view transitions (#51814)

document is not available in SSR so using it directly will lead to an error.

PR Close #51814

github.com/prettier/angular-html-parser - c03baed8547c2c1da576307c708d2682dfdf3742 authored over 1 year ago
refactor(compiler): require a reference in interaction and hover triggers (#51816)

Updates the parsing for `interaction` and `hover` triggers to require a reference to an element....

github.com/prettier/angular-html-parser - 988e6c3fab57523cb985c21edd3f05cfba1cafbf authored over 1 year ago
refactor(compiler): update binder to account for new semantics (#51816)

When the `TargetBinder` was written, the only embedded-view-based nodes were templates, but now ...

github.com/prettier/angular-html-parser - 8c10ba1a3827ac121f5afae8f7b5b36a8c5362a2 authored over 1 year ago
refactor(compiler): add utility to resolve the deferred block trigger element (#51816)

Adds a utility to the `BoundTarget` that helps with resolving which element a deferred block is ...

github.com/prettier/angular-html-parser - d5389089334d7815709701c28f5cdce9bfa2f8d2 authored over 1 year ago
refactor(compiler): Enable some additional passing tests for template pipeline (#51544)

A couple more tests pertaining to animations became passing at some point recently, as well as a...

github.com/prettier/angular-html-parser - 8b0340626e67697c41d41f29ebd3ed771271dc7b authored over 1 year ago
refactor(compiler): Clean up a few messy content projection details (#51544)

Pull out exclusion of `select` attributes on content nodes into a phase, and clean up a couple o...

github.com/prettier/angular-html-parser - 8438e3e9824350438745244baa7171c47dcefb61 authored over 1 year ago
refactor(compiler): Support `ngProjectAs` attributes (#51544)

Content project allows the content to specify its own selector for matching against content proj...

github.com/prettier/angular-html-parser - 40f2b2690ac48bf749b83a32cff8d2ca4cc0e956 authored over 1 year ago
refactor(compiler): Support content projection in template pipeline (#51544)

Supporting content projection requires us to emit three new kinds of output:

1. An `ngContentSe...

github.com/prettier/angular-html-parser - 05393cb54527295140ecf8dfcaa4092053e14563 authored over 1 year ago
refactor(compiler): Split up the const collection phase (#51544)

The const collection phase is getting too large. We simplify it by breaking out i18n const colle...

github.com/prettier/angular-html-parser - 7f4f1da121010f1cb6956f10b34316c8d9e8d0f9 authored over 1 year ago
refactor(compiler): Add an explicit `controlFlow` property to template ops (#51544)

The new built-in control flow design includes calls to the `template` instruction with fewer arg...

github.com/prettier/angular-html-parser - 3248ad1a1ac38c37b09256954973f18138561669 authored over 1 year ago
feat(core): drop support for older TypeScript versions (#51792)

Drops support for versions of TypeScript older than 5.2

BREAKING CHANGE:
Versions of TypeScript...

github.com/prettier/angular-html-parser - e23aaa7d75efdd52be4dd7ca9267bc60d36059c2 authored over 1 year ago
build: disable TS version checks on AIO (#51792)

Disables the checks for the version of TS in AIO to unblock the TS deprecation.

PR Close #51792

github.com/prettier/angular-html-parser - e1b27b01a5e0b5a4e4fb2954dbbd9e1fac32f4f6 authored over 1 year ago
docs: Migrate Service Worker to Standalone (#51687)

Although there are several pages, only `service-worker-getting-started.md` has an example.
That ...

github.com/prettier/angular-html-parser - 9f3b549cf622fd71a5c19e82b166a26123905f89 authored over 1 year ago
fix(router): Remove malformedUriErrorHandler from `ExtraOptions` (#51745)

The `malformedUriErrorHandler` is used as a recovery mechanism for when the `UrlSerializer`
thro...

github.com/prettier/angular-html-parser - 0b3e6a41d025997d2947125d875ac26ecd1b86d9 authored over 1 year ago
refactor(core): fix NgModule compilation scope in deps tracker (#51791)

Currently deps tracker includes the exported scope of the exported NgModule only in the exported...

github.com/prettier/angular-html-parser - 873e80b869f0f1817d8ccc5683297badfc5aaa6a authored over 1 year ago
refactor(core): flatten and resolve ng-module bootstrap info in local compilation mode (#51767)

This change contains runtime logic needed to flatten the NgModule bootstrap field in local compi...

github.com/prettier/angular-html-parser - 3d06a8133c5c024b3f63b975c9cdbc7355c878c6 authored over 1 year ago
refactor(core): allow nested array for standalone component imports in local compilation mode (#51767)

This change flattens the imports info on standalone component decorators in runtime dev mode by ...

github.com/prettier/angular-html-parser - 1d0fc42fc70fbd49de3699325de9e61bdb601b21 authored over 1 year ago
refactor(compiler-cli): move NgModule bootstrap definition to runtime in local compilation mode (#51767)

Today in local compilation mode the NgModule bootstrap definition is moved as it is into the run...

github.com/prettier/angular-html-parser - fbf3ac247bbbf98c73b6aa0dfa6e20774359031b authored over 1 year ago
refactor(core): allow nested array for ng-module scope info in local compilation mode (#51767)

This change flattens the imports/exports/declarations info on ngModule decorators in runtime dev...

github.com/prettier/angular-html-parser - 3d2f9451c08c0cecbe1d846b6b56fed70ae544fc authored over 1 year ago
Improve browserslist in `package.json` (#15427)

github.com/prettier/prettier - b37a120ab6459f25218b411baab66ee73de02af9 authored over 1 year ago
refactor(core): ensure reactive node constants are considered pure (#51809)

Currently when ESBuild bundles an application importing from
`@angular/core`, the signals librar...

github.com/prettier/angular-html-parser - fb3e6d6015558eb261c814bf5a47f0b36b48b83b authored over 1 year ago
Revert "feat(common): make the warning for lazy-loaded lcp image an error (#51748)" (#51810)

This reverts commit fe2fd7e1a898a4525c219065a6d0908988dfd7e2.

PR Close #51810

github.com/prettier/angular-html-parser - 8486fa15948f09231d588ded334cdcbe5df8567c authored over 1 year ago
feat(compiler): extract docs info for enums, pipes, and NgModules (#51733)

Based on top of #51717

This commit adds extraction for enums, pipes, and NgModules. It also add...

github.com/prettier/angular-html-parser - 2e41488296879685b19dfba8d78037690347bda3 authored over 1 year ago
feat(compiler): extract doc info for JsDoc (#51733)

Based on top of #51713

This commit adds docs extraction for information provided in JsDoc comme...

github.com/prettier/angular-html-parser - e0b1bb33d77babe881f77f52cb1b71e345f5696b authored over 1 year ago
feat(compiler): extract docs for top level functions and consts (#51733)

Based on top of ##51700

Also updates extraction to ignore un-exported statements.

PR Close #51733

github.com/prettier/angular-html-parser - a24ae994a0470fdac09a69937fd0580cff6c6d68 authored over 1 year ago
feat(compiler): extract docs for accessors, rest params, and types (#51733)

Based on top of #51697

Adds extraction for accessors (getters/setters), rest params, and resolv...

github.com/prettier/angular-html-parser - b9c70158abecd81a5af512c8b4da685851cf159f authored over 1 year ago
feat(compiler): extract directive docs info (#51733)

Based on top of #51685

This expands on the extraction with information for directives, includin...

github.com/prettier/angular-html-parser - c7daf7ea1692391f7cac8f794ed777887a2764af authored over 1 year ago
feat(compiler): expand class api doc extraction (#51733)

Based on top of #51682

This expands on the skeleton previously added to extract docs info for c...

github.com/prettier/angular-html-parser - 7f6d9a73ab8b658d0d8148080dfefb2550bee6b4 authored over 1 year ago
feat(compiler): initial skeleton for API doc extraction (#51733)

This commit adds a barebones skeleton for extracting information to be used for extracting info ...

github.com/prettier/angular-html-parser - 7e82df45c5bb72ec3dafaa07dc1eaa5d463b006c authored over 1 year ago
feat(core): add support for zone.js 0.14.0 (#51774)

This commit adds support for zone.js 0.14.0 and drops support for older versions

BREAKING CHANG...

github.com/prettier/angular-html-parser - 81b67aa98767078aebae22150d3441372772c28f authored over 1 year ago
release: cut the zone.js-0.14.0 release (#51774)

PR Close #51774

github.com/prettier/angular-html-parser - 9bd1551c3f44953df07ce8ca6b587ad225d019d0 authored over 1 year ago
test(compiler): attempt to deflake windows tests (#51804)

Another try at deflaking the tests on Windows. I'm trying a couple of fixes here:
1. I noticed t...

github.com/prettier/angular-html-parser - 75380bf2209ac5b9c7cb02d1be890631fbc2098e authored over 1 year ago
feat(common): make the warning for lazy-loaded lcp image an error (#51748)

upgrade the warning for lazy-loaded lcp images when using NgOptimizedImage to an error

BREAKING...

github.com/prettier/angular-html-parser - fe2fd7e1a898a4525c219065a6d0908988dfd7e2 authored over 1 year ago
refactor(core): support phases in afterRender and afterNextRender (#51559)

Support for scheduling after*Render callbacks into various phases to minimize reflows

PR Close ...

github.com/prettier/angular-html-parser - 545db6d22de38ce8ca94fe8b41a34e824752c3d8 authored over 1 year ago
feat(language-service): Enable go to definition of styleUrl (#51746)

This commit enables 'go to definition' action for the new 'styleUrl' property

PR Close #51746

github.com/prettier/angular-html-parser - e2416a284ff086752c809689ef74588f02e5f0e4 authored over 1 year ago
Improve changelog generation DX for contributors (#15412)

* Make docs on generating changelog actually work

* Make a yarn gen:changelog command and ref...

github.com/prettier/prettier - e02f16415b235d88b499fe51676a4cbb983f370c authored over 1 year ago
chore(deps): update dependency codemirror-graphql to v2.0.10 (#15425)

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

github.com/prettier/prettier - 9a1aa65f9f24c8d21608c2b521aa92ad6de231fd authored over 1 year ago
chore(deps): update dependency html-ua-styles to v0.0.2 (#15417)

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

github.com/prettier/prettier - a0734a8030e1f980ec0516b07c03bb1ec5d04309 authored over 1 year ago
chore(deps): update dependency jest-docblock to v29.7.0 (#15421)

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

github.com/prettier/prettier - 9462520a5c04ee6f204d2c746ca0d99a8b2e0ed3 authored over 1 year ago
chore(deps): update dependency eslint-plugin-n to v16.1.0 (#15419)

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

github.com/prettier/prettier - a2c15a47ec9ffd6e7c3be2ba52eeee12139d7b48 authored over 1 year ago
chore(deps): update babel (#15424)

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

github.com/prettier/prettier - 4dd65a00fbc9012465838ac2cbd88f3533c154b9 authored over 1 year ago
Refactor simple member expressions etc (#15423)

github.com/prettier/prettier - 77310c49ea01fa4b9aa3ba3e0f26f37561eff6d2 authored over 1 year ago
chore(deps): update dependency jest to v29.7.0 (#15420)

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

github.com/prettier/prettier - 86d0d146e6200272d3e11c25a9c46e0eafef37fd authored over 1 year ago
chore(deps): update dependency eslint-plugin-jest to v27.4.0 (#15418)

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

github.com/prettier/prettier - 44279be038162a4a6a325287414b3b03b02f770a authored over 1 year ago
chore(deps): update dependency esbuild to v0.19.3 (#15416)

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

github.com/prettier/prettier - 86d470f534276f6ca7afbe86665766cc7f627d71 authored over 1 year ago
chore(deps): update dependency cspell to v7.3.6 (#15415)

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

github.com/prettier/prettier - 4553b8825733f538025588ad7c309630ce6c7ef4 authored over 1 year ago
chore(deps): update dependency @angular/compiler to v16.2.5 (#15414)

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

github.com/prettier/prettier - 8436d1b2a7fba8b471272adf0d20ef89e2d1636b authored over 1 year ago
chore(deps): update babel to v7.22.20 (#15413)

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

github.com/prettier/prettier - 8c038340c7a2e7cffedacbe0d87347babb9467d4 authored over 1 year ago
Fix printing comment for the last operand of union types (#15409)

github.com/prettier/prettier - 4169dbb871f29023fdb8ed4594c7bb19a758771e authored over 1 year ago
Support embedded formatting in template literals annotated with `as const` (#15408)

github.com/prettier/prettier - c041f3fb4f2674366bacd204cbde21370a6bf0db authored over 1 year ago
Support `as` and `satisfies` expressions for Flow (#15130)

github.com/prettier/prettier - 675490ae55fe1c0b797db13bf5f055711d2c0b69 authored over 1 year ago
refactor: ensure top-level symbols are marked as side-effect free (#51776)

Terser does not treat `Symbol` as side-effect free- so if we end up with
a symbol export being l...

github.com/prettier/angular-html-parser - 0c5b34b4465e16bf51fe34be042f3cb4a3c06782 authored over 1 year ago
refactor(core): make sure that destroyed watch nodes dont run again (#51757)

This commit moves the destroy logic from 'effect' in the lower-level
'watch' so this implementat...

github.com/prettier/angular-html-parser - a62e62c1c2500bd953da4a10356a8791a87a36df authored over 1 year ago
build: update actions/cache digest to 704facf (#51787)

See associated pull request for more information.

PR Close #51787

github.com/prettier/angular-html-parser - cb7acdf84d3a203562bf6dfe621c2e978839de8d authored over 1 year ago
refactor(core): forbid rendering orphan components in local compilation mode (#51726)

Certain code patterns and tools in Google (and possibly 3P world) lead to the situation that a c...

github.com/prettier/angular-html-parser - c6b9a3ea6cdc65e8001af6a86d7c89a6a7ded20c authored over 1 year ago
fix(localize): ng-add schematics for application builder (#51777)

The schematics now supports the `application` builder, which is the new default builder in an ap...

github.com/prettier/angular-html-parser - 5a20a44c64066e47894ca3cbe26327766ca89a42 authored over 1 year ago
build: update dependency conventional-changelog to v5 (#51606)

See associated pull request for more information.

PR Close #51606

github.com/prettier/angular-html-parser - 88ac76fb3439f011167ed66cfd90ddc6ea866e89 authored over 1 year ago
build: update io_bazel_rules_sass digest to 63d77ff (#51243)

See associated pull request for more information.

PR Close #51243

github.com/prettier/angular-html-parser - d79db4a9e18805ee9dc3d8b824b0352cb44d8b95 authored over 1 year ago
build: update babel dependencies (#50932)

See associated pull request for more information.

PR Close #50932

github.com/prettier/angular-html-parser - 25b9b8637372d8bcecac5247072981cbf79a6415 authored over 1 year ago
ci: use head_ref for concurrency group (#51784)

Use the head_ref value for the conncurency group on ci-priviledged rather than the ref, so that ...

github.com/prettier/angular-html-parser - 06bf80dd041f00ae44304171605121716bed0c97 authored over 1 year ago
build: update cross-repo angular dependencies (#51780)

See associated pull request for more information.

PR Close #51780

github.com/prettier/angular-html-parser - a2681c7c9d597d9b67225595d5d548385b6af55e authored over 1 year ago
cleanup EditorConfig handling: Remove unused parsing/ignoring of `insert_final_newline` to `insertFinalNewline` (#15398)

EditorConfig handling: Remove parsing/ignoring of `insert_final_newline` to `insertFinalNewline`...

github.com/prettier/prettier - 825dbe3daa1269233ddae1c2d986f5c50ab86cbe authored over 1 year ago
docs: fix broken image links in tutorial (#51744)

This is to fix broken image links in the first-app tutorial documentation with functional links ...

github.com/prettier/angular-html-parser - 4b3d1c82e3b0839345bb5b2b75c23436f3373dea authored over 1 year ago
Support `URL` as `ignorePath` in `getFileInfo()` (#15364)

github.com/prettier/prettier - 6c833b444526d8805ce3fa5152a1f75997978517 authored over 1 year ago
Normalize selectors (#1)

github.com/prettier/html-ua-styles - f54c1b4167a2f2f771b2280d6d644dd04e05579b authored over 1 year ago
Move editorconfig-to-prettier package into repo (#15394)

I'd like to vendor/upstream this code because it's been the topic of a handful of issues in its ...

github.com/prettier/prettier - ae6f9ac25bb677690b26ee4c7ff035724060daf8 authored over 1 year ago
build: update `@angular/build-tooling` to `17a3a88dc637f365a0bc3168de839c18c7f6db81` (#51752)

This is needed to consume a zone.js related import fix. https://github.com/angular/dev-infra/pul...

github.com/prettier/angular-html-parser - aa74ea3b86b7d1fe012a6a8e85de8fcb9715510e authored over 1 year ago
refactor(compiler): address missing override modifier tslint failure (#51752)

This commits add missing `override` modifier to `HostBindingCompilationJob` class members.

PR C...

github.com/prettier/angular-html-parser - 70e88f8a13c4c983940f94ee3e0b62475022b1cf authored over 1 year ago
feat(zone.js): remove legacy files and access to deep imports (#51752)

This commit removes access to deep imports and `zone-testing-bundle` and `zone-testing-node-bund...

github.com/prettier/angular-html-parser - a8efc605ea9c3cf03d85b5c567218202e304fef9 authored over 1 year ago
fix(core): ensure a consumer drops all its stale producers (#51722)

When a producer is no longer used, the consumer has to update its internal data structure
that k...

github.com/prettier/angular-html-parser - 5ead7d412d847c85176a321e58d12dcdfc0dab67 authored over 1 year ago
refactor(core): let reactive node prototypes conform to their type (#51722)

This commit adds explicit type annotations to the reactive node prototype objects,
such that the...

github.com/prettier/angular-html-parser - 3a1c57dfb551376184cf47c4fc3130f345d1da63 authored over 1 year ago
docs: add revamped guide for dependency injection focused on standalone (#51572)

* Updates two of the md files to prioritize standalone components/architecture
* Updates three e...

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

Updated Angular CLI help contents.

PR Close #51761

github.com/prettier/angular-html-parser - c09015af0844d22bb3d16b99252d755ffc8c676f authored over 1 year ago
docs: removed the entire `pretty-quick` section (#15337)

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

github.com/prettier/prettier - 721a050d0b743cb0c2195c70e599dcd4e1e95e64 authored over 1 year ago
Fix empty Prettier config file create command (#15367)

github.com/prettier/prettier - f7959cccbfaf38f685b660f39eed061f5eec5ec2 authored over 1 year ago
Switch `html-styles` to `html-ua-styles` (#15334)

github.com/prettier/prettier - bf7d90ae848c36440a36c56a5016a3858e7b19d0 authored over 1 year ago
ci: migrate legacy saucelabs job to Github Actions (#51695)

Migrate the legacy saucelabs job

PR Close #51695

github.com/prettier/angular-html-parser - d91618f2d81eec5f35dcd00d1f31e80fd9aace1a authored over 1 year ago
build: remove support for Node.js v16 (#51755)

BREAKING CHANGE: Node.js v16 support has been removed and the minimum support version has been b...

github.com/prettier/angular-html-parser - 59aa0634f4d4694203f2a69c40017fe5a3962514 authored over 1 year ago
test(compiler): fix broken integrity check (#51751)

The `verifyPlaceholdersIntegrity` check in the compliance tests was basically a noop, because it...

github.com/prettier/angular-html-parser - 2a1723c945398f44fa8b1c82570c2d415f4aeef2 authored over 1 year ago
refactor(docs-infra): increase timeout for flaky tests (#51747)

This commit updates the `jasmine.DEFAULT_TIMEOUT_INTERVAL` value for some AIO tests from 10 -> 2...

github.com/prettier/angular-html-parser - aedfc75e052b716a5e9d2e5ed06b67aa2eb34c51 authored over 1 year ago
refactor(core): Add defer block testing fixture (#51698)

This adds a fixture for being able to access and test defer blocks.

PR Close #51698

github.com/prettier/angular-html-parser - 06bbc2fc4e08fab8a5a645e2b6b8cdb067f9ac2c authored over 1 year ago
release: cut the v17.0.0-next.4 release

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

github.com/prettier/angular-html-parser - a8ccc6f3b4ece1fee0c706646032aca4549a70a9 authored over 1 year ago
Do not split call of scss function with leading dash (#15370)

* Do not split call of scss function with leading dash

* add changelog

* apply check only ...

github.com/prettier/prettier - 7c512651f8814924a042034ff821190c68ef409d authored over 1 year ago
Merge pull request #721 from prettier/dependabot/npm_and_yarn/jest-29.7.0

chore(deps-dev): bump jest from 29.6.4 to 29.7.0

github.com/prettier/plugin-xml - 646b7b8665b94ba7def677aca69c1729c2431dd2 authored over 1 year ago
chore(deps-dev): bump jest from 29.6.4 to 29.7.0

Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.6.4 to 29.7.0.
- [R...

github.com/prettier/plugin-xml - 30f7ddcae12bd1ae508813904a84b6059f7f269b authored over 1 year ago
feat(core): support styles and styleUrl as strings (#51715)

Adds support for passing in `@Component.styles` as a string. Also introduces a new `styleUrl` pr...

github.com/prettier/angular-html-parser - 59387ee476dff1a893a01fe5cbee3c95b93c0cdb authored over 1 year ago
build: skip simulated file system tests on Windows (#51738)

The code for detecting a Windows CI run from #51701 didn't work, because Bazel isolates the envi...

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