Skip to content

Commit

Permalink
[Release] Version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Siubaak committed Mar 14, 2019
1 parent f6e944c commit 90f0650
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 2,727 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ Sval instance also has a field, **exports**, to get what you exported from runs,

## Note

- **WithStatement** and **LabeledStatement** aren't implemented and recommended. Please avoid to use them.

- If you want to skip the parsing of Acorn and directly pass an ESTree node to **run**, the runtime dist ([runtime.js](https://github.com/Siubaak/sval/blob/master/dist/runtime.js) or [sval.runtime.min.js](https://github.com/Siubaak/sval/blob/master/dist/sval.runtime.min.js)) without Acorn bundle is recommended to use instead. In this situation, the option **ecmaVer** will be useless and the Sval instance will always evaluate based on the supported latest ECMAScript edition.
**WithStatement** and **LabeledStatement** aren't implemented and recommended. Please avoid to use them.

## Reference

Expand Down
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2610,7 +2610,7 @@
});
}

var version = "0.2.3";
var version = "0.2.4";

var Sval = (function () {
function Sval(options) {
Expand Down

0 comments on commit 90f0650

Please sign in to comment.