Socket
Socket
Sign inDemoInstall

cherow

Package Overview
Dependencies
Maintainers
1
Versions
536
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cherow - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "cherow",
"version": "0.1.3",
"version": "0.1.4",
"description": "Fast, standard-compliant ECMAScript parser written in ECMAScript",

@@ -5,0 +5,0 @@ "main": "dist/cherow.js",

@@ -42,3 +42,3 @@ [![Build Status](https://travis-ci.org/cherow/cherow.svg?branch=master)](https://travis-ci.org/cherow/cherow)

* `ranges` - Enables the start and characters offsets on the AST node.
* `locations` - Enables location tracking. (*4 min fix, but on hold for now*)
* `locations` - Enables location tracking
* `jsx` - Enables JSX

@@ -50,3 +50,3 @@

*Note!* there does not exist an `sourceType: module` option for parsing module code. Acc. the Ecmascript specs you should use either `parseScript` or `parseModule`.
**Note!** there does not exist an `sourceType: module` option for parsing module code. Acc. the Ecmascript specs you should use either `parseScript` or `parseModule`.

@@ -115,3 +115,3 @@ ```js

You can find the the benchmarks [here](BENCHMARK.md)
You can find the benchmarks [here](BENCHMARK.md)

@@ -121,6 +121,6 @@ ## ESTree

Cherow outputs a sensible syntax tree format as standardized by [ESTree project](https://github.com/estree/estree), and does
not add any "extra" properties to any of it's node like [Esprima](https://github.com/jquery/esprima).
not add any "extra" properties to any of it's nodes.
However. There is a small difference from other parsers because Cherow outputs a `await` property on the `ForStatement` node.
This because of the support of `For Await` and `Async Generators`.
This because of the `Asynchronous Iteration` implementation.

@@ -127,0 +127,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc