Douglas Parker
Douglas Parker
**Prettier 3.2.5** [Playground link](https://prettier.io/playground/#N4Igxg9gdgLgprEAuEAeAzgBwIZQHwBiEEAAgJYBmAFDAE4CucAlAATABG2tAvqgPRZceTgC8QAGhARMMMtHTJQXWhADuABS4IFKbABtV2AJ4LJ7WtjABrODADK2ALZwAMmShxkFfejhmL1rZ2OGDuAObIdIySvo5kkQx+IHAAHphwtGTOsPoAKhlQXGRwOt56vjHhenAAivQQ8F4+SQBW6Cl2VbX1jUhlFSAAjj1w6iqYOiDY6AC0HnAAJosSIHTYZHrhAMIQjo7YyFN6eivoXQCCMHRk7PTw6hluHk3lSQAWMI56AOpvZPCCMBwOzaf5kABu-yMh3Q1zAMBW4MYAEkoEtYHYwJkZOc0XYYEZqi8BpgVL5vhZMIdSSUMuDPJJ3L5aDAxtgwvtiUkcLRmYdcGF6HouCtSe4YN8yAsYG9kAAOAAMklocGGZBVbI5Bz6zUkMGw7El0tlSAATJJ6L5cgbSrrko52IslgsXAL6Oy4ERaPsruF+XcICBuNwgA) ```sh --parser angular --html-whitespace-sensitivity strict ``` **Input:** ```html Foo@if(true) {bar}baz ``` Importantly, at runtime this renders as "Foobarbaz". **Output:** ```html Foo @if (true) { bar }baz...
### Description of the bug: If you set both `--incompatible_disable_native_repo_rules` _and_ `--noenable_bzlmod`, any `bazel build` fails with the following error (even if you have an empty `WORKSPACE.bazel` file). > ERROR:...
I'm sure this idea has come up before, but I couldn't find any existing content on it, so I figured I'd put together an issue. I want to explore the...
This renames the Protractor builder and its `e2e` generator schematic to mark them private and remove them from Angular's public API. This will give us an opportunity to clean up...
AIO has a page on `angular.json` workspace configuration which lists [default builders](https://angular.io/guide/workspace-config#default-architect-builders-and-targets). Unfortunately these builders link directly to the [JSON schema](https://github.com/angular/angular-cli/blob/main/packages/angular_devkit/build_angular/src/builders/browser/schema.json), which is not very intuitive. We should process these...
The proposal allows multiple module specifiers in in `adoptedstylesheets` like so: ```html ``` This indicates that comma (or comma-space) is a delimiter between multiple URLs, however commas and spaces are...
[Declarative Shadow DOM Style Sharing] Is DSD the right primitive for reusing component templates?
The proposal describes a mechanism for repeating a template across multiple elements in the documents. Reproducing the relevant example below: ```html ... ``` I'm on board with the general idea...
This allows any components individually bootstrapped to inherit from a unique `Injector`. This is useful when bootstrapping multiple root components with different providers. Blocking [cl/741690539](http://cl/741690539).
## Context [The On-Demand Definitions Web Components Community Protocol](https://github.com/webcomponents-cg/community-protocols/blob/main/proposals/on-demand-definitions.md) ## Problem `` effectively requires the imported module to define any relevant custom elements in the top-level scope of the provided...
Updates the current list of DevTools reviewers to make a few small changes. 1. Adds `hawkgs` and `milomg`. 2. Removes the leading `~` from `JeanMeche` to include him in automatic...