UNPKG
hastscript
Version:
latest (9.0.1)
9.0.1
9.0.0
8.0.0
7.2.0
7.1.0
7.0.2
7.0.1
7.0.0
6.0.0
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
4.1.0
4.0.0
3.1.0
3.0.1
3.0.0
2.0.0
1.0.1
1.0.0
hast utility to create trees
github.com/syntax-tree/hastscript
syntax-tree/hastscript
hastscript
/
lib
/
automatic-runtime-svg.js
8 lines
(5 loc)
•
250 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{createAutomaticRuntime}
from
'./create-automatic-runtime.js'
import
{s}
from
'./index.js'
// Export `JSX` as a global for TypeScript.
export
*
from
'./jsx-automatic.js'
export
const
{
Fragment
, jsxDEV, jsxs, jsx} =
createAutomaticRuntime
(s)