Tom

Results 8 issues of Tom

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...

Feature: Want this? Upvote it!

### Prerequisites - [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/stencil/blob/main/CONTRIBUTING.md). - [X] I agree to follow the [Code of Conduct](https://github.com/ionic-team/stencil/blob/main/CODE_OF_CONDUCT.md). - [X] I have searched for [existing issues](https://github.com/ionic-team/stencil/issues) that already...

Bug: Validated

Spotted a typo when copy/pasting a code example.

### Which package(s) are affected? Lit Core (lit / lit-html / lit-element / reactive-element) ### Description ReactiveElement's `createProperty()` adds properties and their options to the `elementProperties` map. When `createProperty()` is...

### Prerequisites - [x] I have read the [Contributing Guidelines](https://github.com/stenciljs/core/blob/main/CONTRIBUTING.md). - [x] I agree to follow the [Code of Conduct](https://github.com/stenciljs/core/blob/main/CODE_OF_CONDUCT.md). - [x] I have searched for [existing issues](https://github.com/stenciljs/core/issues) that already...

Awaiting Reply
Bug: Validated
Help Wanted

I want to import country name translations. One of the API examples say: ``` import { fr } from "intl-tel-input/i18n"; ``` But this import doesn't work. I created a new...

It would be great if html-minifier-terser could run synchronously. I run a bunch of optimizations, and html-minifier-terser is the only one that is async. Having a synchronous version would sligthly...

Update the SSR package README to * reference `shadowrootmode` instead of `shadowroot` (to reflect the current specification) * make clear that Declarative Shadow DOM already shipped