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.0.14 to 0.0.15

2

package.json
{
"name": "cherow",
"version": "0.0.14",
"version": "0.0.15",
"description": "",

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

@@ -1,3 +0,1 @@

# Cherow
[![Build Status](https://travis-ci.org/cherow/cherow.svg?branch=master)](https://travis-ci.org/cherow/cherow)

@@ -11,3 +9,3 @@

# Features
## Features

@@ -18,5 +16,5 @@ - Full support for ECMAScript® 2018 [(ECMA-262 8th Edition)](http://www.ecma-international.org/publications/standards/Ecma-262.htm)

- Optional tracking of syntax node location (index-based and line-column)
- 4400 unit tests with full code coverage
- 4650 unit tests with full code coverage
# ESNext features
## ESNext features

@@ -32,3 +30,3 @@ `Stage 3` features support. This need to be enabled with the `next` option

# Options
## Options

@@ -113,7 +111,15 @@ * `next` - Enables `ECMAScript Next` support and let you use proposals at `stage 3` or higher such as `Dynamic Import`.

# Benchmarks
## Benchmarks
See the benchmarks [here](BENCHMARK.md)
## 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).
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`.
## Contribution

@@ -120,0 +126,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