@huolala-tech/eval5
Version:
A JavaScript vm written in JavaScript. Forked from eval5
22 lines (12 loc) • 741 B
Markdown
# eval5
[中文](./README_ZH.md) | English
[](https://github.com/HuolalaTech/eval5/blob/master/LICENSE)
[](https://www.npmjs.com/package/@huolala-tech/eval5)
[](https://unpkg.com/browse/@huolala-tech/eval5/dist/umd/index.min.js)
A JavaScript interpreter written in TypeScript, Supports full ES5 syntax.
> [!NOTE]
> Forked from [eval5](https://github.com/bplok20010/eval5)
## Features
The purpose of this package is to reduce the code size, so as to compare with the original package, we removed the transpile from code to AST,
## License
MIT