UNPKG
es-vm
Version:
latest (1.4.1)
1.4.1
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
A visual machine run in ES env like Node/Browser
github.com/lichaozhy/ESVM
lichaozhy/ESVM
es-vm
/
.babelrc
5 lines
(4 loc)
•
66 B
Plain Text
View Raw
1
2
3
4
5
{
"presets"
:
[
"es2015"
]
,
"plugins"
:
[
"transform-runtime"
]
}