Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/alicewriteswrongs/stencil-transform-tag-name-repro
- Owner: alicewriteswrongs
- Created: 2023-01-18T16:11:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T16:11:33.000Z (about 2 years ago)
- Last Synced: 2024-10-09T01:42:45.564Z (4 months ago)
- Language: TypeScript
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.