UNPKG

@huolala-tech/eval5

Version:

A JavaScript vm written in JavaScript. Forked from eval5

22 lines (12 loc) 741 B
# eval5 [中文](./README_ZH.md) | English [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/HuolalaTech/eval5/blob/master/LICENSE) [![npm](https://img.shields.io/npm/v/@huolala-tech/eval5)](https://www.npmjs.com/package/@huolala-tech/eval5) [![npm bundle size](https://img.shields.io/bundlephobia/min/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