Socket
Socket
Sign inDemoInstall

acorn-stage3

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

acorn-stage3 - npm Package Compare versions

Comparing version 0.7.0 to 1.0.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 1.0.0 (2018-10-24)
* Add `export * as ns from "mod"` support
* Update acorn-bigint and acorn-import-meta
## 0.7.0 (2018-10-01)

@@ -2,0 +7,0 @@

3

index.js

@@ -10,4 +10,5 @@ "use strict"

require("acorn-static-class-features"),
require("acorn-private-methods")
require("acorn-private-methods"),
require("acorn-export-ns-from")
)
}

@@ -25,18 +25,19 @@ {

"dependencies": {
"acorn-bigint": "^0.3.0",
"acorn-bigint": "^0.3.1",
"acorn-class-fields": "^0.2.0",
"acorn-dynamic-import": "^4.0.0",
"acorn-import-meta": "^0.3.0",
"acorn-export-ns-from": "^0.1.0",
"acorn-import-meta": "^1.0.0",
"acorn-private-methods": "^0.2.0",
"acorn-static-class-features": "^0.1.0"
},
"version": "0.7.0",
"version": "1.0.0",
"devDependencies": {
"acorn": "^6.0.1",
"eslint": "^5.5.0",
"acorn": "^6.0.2",
"eslint": "^5.7.0",
"eslint-plugin-node": "^7.0.1",
"mocha": "^5.2.0",
"test262": "git+https://github.com/tc39/test262.git#e286bfa00086226f781a3ed4e0a6295634b8ed11",
"test262-parser-runner": "^0.4.0"
"test262": "git+https://github.com/tc39/test262.git#c3e384c8c5fcee43395bebc958e48e23dc2c8d5b",
"test262-parser-runner": "^0.5.0"
}
}

@@ -15,2 +15,3 @@ # stage 3 proposal support for Acorn

- [Static class features](https://github.com/tc39/proposal-static-class-features) via [acorn-static-class-features](https://www.npmjs.org/package/acorn-static-class-features)
- [Add \`export * as ns from "mod"\` to Export production and Module Semantic](https://github.com/tc39/ecma262/pull/1174) via [acorn-export-ns-from](https://www.npmjs.org/package/acorn-export-ns-from)

@@ -24,3 +25,3 @@ ## Usage

const stage3 = require('acorn-stage3');
Parser.extend(bigInt).parse('100n');
Parser.extend(stage3).parse('100n');
```

@@ -27,0 +28,0 @@

@@ -11,3 +11,2 @@ "use strict"

const unsupportedFeatures = [
"export-star-as-namespace-from-module",
"numeric-separator-literal"

@@ -14,0 +13,0 @@ ]

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