Justin Fagnani

Results 342 comments of Justin Fagnani

This is what I had to do to deterministically open the server on an open port (and choose from a set of ports taht work on Sauce, something I had...

I have a fix for this in https://github.com/lit/lit/pull/3398

@andy-blum yeah, I think we can do that. Is there any reason you haven't upgraded to LitElement 3.x yet? Things are mostly compatible, so I'm curious what incompatibilities you've run...

Any news here? I'd love to use this in a client-side JS modules only project. I can help port too.

@markusn browsers don't support Common JS, and I'm not using a bundler.

```ts import CSSDoodle from 'css-doodle'; ``` Does this work in browsers though? Last I checked standard import didn't work without a build.

The reason to do this would be to fix the bug where loading tslib from a loader that only supports standard JS modules and the [standard Node export conditions](https://nodejs.org/api/packages.html#conditional-exports) causes...

Is there hope of getting this resolved even thought #171 has a disapproval? As far as I know, `"module"` isn't one of the standard export conditions, and `"import"` is the...

@IMinchev64 I'm taking a look. Just kicked off the tests.

@IMinchev64 this looks good. We just need to format the file and add a changeset file (run `npm run changeset`).