Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alicewriteswrongs/stencil-transform-tag-name-repro

reproducing Stencil#2847
https://github.com/alicewriteswrongs/stencil-transform-tag-name-repro

Last synced: about 1 month ago
JSON representation

reproducing Stencil#2847

Awesome Lists containing this project

README

        

# Stencil addTransformTagName repro

This is a repro case for https://github.com/ionic-team/stencil/issues/2847

Run

```sh
lerna bootstrap
```

```sh
npm install
```

and then

```sh
lerna run build
```

then check out `packages/importing-package/main.ts`. You should see a type
error for the usage of `defineCustomElements`.