Justin Fagnani

Results 256 issues of Justin Fagnani

This means that imports do not work in Node, which will interpret files as scripts instead of modules.

Right now a binding like: ```js html``; ``` Will report errors on the `value` and `max` bindings if `currentValue` and `max` are numbers. But an input handles this just fine....

Also bumps version number to prep for some `@next` releases.

Often binding to `value=${}` has unexpected behavior, since `value` is only the initial value for the input and will not update when the binding value changes. Users may want to...

This would help the community to move to the new recommended imports over time.

People sometimes get mixed up on when to use the `svg` template tag. A lint warning when the template tag and contents are mismatched would help. These should warn: ```ts...

See https://github.com/runem/lit-analyzer/blob/master/packages/lit-analyzer/src/lib/analyze/data/get-built-in-html-collection.ts#L3 This prevents us from publishing standard JS modules and complicates Rollup builds. We should move to `fetch()` and possibly top-level await, until standard JSON modules are available everywhere...

lit-analyzer installs multiple versions of typescript. Depending on which install tool/script is run, a different `tsc` binary will be written to `node_modules/.bin/tsc`. `lerna add` in any package seems to always...

It's hard to see the difference right now. I've checked that the same code is present in the debug environment as the vsix file, but when installing from vsix no...

Since lit-html is published as modules, using utilities from it, such as `getTemplateHTML` will be easier it lit-analyzer uses modules too. Hopefully there's no issue with using modules inside a...