Justin Fagnani

Results 256 issues of Justin Fagnani

# Where webcomponents.org is at now webcomponents.org was launched in a very different environment than we have today: the web component specs were at "v0" with v1 not even on...

New Site

This seems like it could possibly subsume the asset references proposal: https://github.com/tc39/proposal-asset-references Instead of a new keyword as in asset references: ```js asset Logo from "./logo.gif"; ``` We could have...

I see that the source is already using JS modules. Could you publish them to npm too?

I've been using @web/dev-server and @web/test-runner in a number of different context and I'm seeing some setup and config friction that I think could be solved with a unified approach...

Also upgrades related ESLint plugins ## What I did 1. `yarn install -D typescript@latest -W` 2. Set version constraint to use `~` since TypeScript doesn't follow semver 3. Fix new...

We had copied stripExpressionMarkers and stripExpressionComments around the repo. This consolidates on @lit-labs/testing

### Which package(s) are affected? Context (@lit-labs/context) ### Description It's not possible to use optional fields with `@contextProvided` because of the use of `Record` in the decorator types. This should...

### Should this be an RFC? - [X] This is not a substantial change ### Which package is this a feature request for? Context (@lit-labs/context) ### Description Before graduating `@lit-labs/context`...