We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d58425 commit 2689a2eCopy full SHA for 2689a2e
packages/babel-plugin-htm/README.md
@@ -49,7 +49,7 @@ Like `pragma=false` but converts all inline text to objects, resulting in the sa
49
html`<div id="foo">hello ${you}</div>`
50
// output:
51
{ type: 1, tag:"div", props:{ id: "foo" }, text: null, children:[
52
- { type: 3, tag: null, props: null, text "hello ", children: null },
+ { type: 3, tag: null, props: null, text: "hello ", children: null },
53
you
54
] }
55
```
0 commit comments