Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

nvwajs

1eeing4ISC0.0.3

A javascript interpreter.

nvwa, nvwajs, nvwa.js, javascript-interpreter, javascript interpreter, js-interpreter, js interpreter

readme

Nvwa.js

A javascript interpreter.

在线体验

codesandbox

安装

npm install nvwajs --save

如何使用

import createContext from 'nvwajs';

const run = createContext();

run(`console.log('hello world')`);

TODO

  • <input disabled="" type="checkbox"> 补充单测,完成自举
  • <input disabled="" type="checkbox"> 补充语法