deamme / deamme/ts-transform-inferno

Text nodes do not render when not wrapped

Open
#16 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
53
Forks
6
PR merge metrics
No merged PRs in 30d

Description

Hello,

I recently switched to fuse-box because of my confusion with webpack and your transformer is the only hope if this transition is ever going to end in consummation.

The problem is: the fuse-box example works until you use something like:
```javascript

//renders


render(){
return
Hello there!

}

//this renders
render(){
return

{"Hello there!"}

}

```
In essence, blocks of verbatim html tags with unquoted textContent would render empty.

Could you check this out, this a sole hope for my project? Thank you.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.