Justin Fagnani

Results 256 issues of Justin Fagnani

This is a rough cut of re-using the CLI installation prompt to install the Angular CLI. I don't love making `generate()` take so many dependencies and prompt the user -...

In our migration to Wireit we removed project references from our tsconfigs because Wireit not handles making sure that dependencies are built. The problem is that those references also enable...

### Which package is this a feature request for? Task (@lit-labs/task) ### Description The lack of an equality function to compare task arguments can cause some major DX problems. Using...

Closes #3080 This is attempting to detect when an element has overridden `createRenderRoot()` and returned something other than the result of `this.attachShadow()`. This PR is a WIP draft because: -...

This is a start of what it would look like to add event support to SSR. It uses Node's `Event` and `EventTarget` classes and extends `EventTarget` to have a parent...

cla: yes

@rictic to recommend which version to use

Needs Discussion

Since trusted types are not considered primitives and wrap the values we need to check against, they can cause unnecessary re-rendering.

Once we have runtime decorators with lit/lit-element#7, we should write a custom tsc transform that compiles the decorators into accessors, which should reduce the class definition time of LitElements.