sval 0.5.3 → 0.5.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Sval · [![npm](https://img.shields.io/npm/v/sval.svg?style=flat-square)](https://www.npmjs.com/package/sval) [![github-actions](https://img.shields.io/github/actions/workflow/status/Siubaak/sval/coverage.yml?style=flat-square)](https://github.com/Siubaak/sval/actions/workflows/coverage.yml) [![coveralls](https://img.shields.io/coveralls/github/Siubaak/sval.svg?style=flat-square)](https://coveralls.io/github/Siubaak/sval)
1
+ # Sval · [![npm](https://img.shields.io/npm/v/sval.svg?style=flat-square)](https://www.npmjs.com/package/sval) [![coveralls](https://img.shields.io/coveralls/github/Siubaak/sval.svg?style=flat-square)](https://coveralls.io/github/Siubaak/sval) [![prs-welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)
2
2
 
3
3
  A JavaScript interpreter writen in JavaScript, based on parser [Acorn](https://github.com/acornjs/acorn).
4
4
 
@@ -133,16 +133,16 @@ moduleInterpreter.run(`
133
133
  console.log(moduleInterpreter.exports.mod) // Get 'AllKindsOfStuffs'
134
134
  ```
135
135
 
136
- ## Note
136
+ ## Reference
137
137
 
138
- **WithStatement** and **LabeledStatement** aren't implemented and recommended. Please avoid to use them.
138
+ - [estree](https://github.com/estree/estree)
139
+ - [acorn](https://github.com/acornjs/acorn)
140
+ - [jsjs](https://github.com/bramblex/jsjs)
139
141
 
140
- ## Reference
142
+ ## Related
141
143
 
142
- - [ESTree](https://github.com/estree/estree)
143
- - [Acorn](https://github.com/acornjs/acorn)
144
- - [Jsjs](https://github.com/bramblex/jsjs)
144
+ - [sval-rhino-gs](https://github.com/Patrick-ring-motive/sval-rhino-gs)
145
145
 
146
146
  ## License
147
147
 
148
- Sval is licensed under the [MIT](https://github.com/Siubaak/sval/blob/master/LICENSE).
148
+ Sval is licensed under the [MIT](https://github.com/Siubaak/sval/blob/master/LICENSE).