@agoric/acorn-eventual-send
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -6,3 +6,3 @@ const tilde = '~'.charCodeAt(0); | ||
function makeCurryOptions(acorn, options = {}) { | ||
function makeCurryOptions(acorn, allOptions = {}) { | ||
const { tokTypes: tt, TokenType } = acorn; | ||
@@ -147,3 +147,3 @@ | ||
{ | ||
HandledPromise: options.HandledPromise || 'HandledPromise', | ||
HandledPromise: allOptions.HandledPromise || 'HandledPromise', | ||
}, | ||
@@ -150,0 +150,0 @@ Parser, |
{ | ||
"name": "@agoric/acorn-eventual-send", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Eventual send (wavy dot) parser plugin for Acorn", | ||
"main": "index.js", | ||
"scripts": { | ||
"build": "exit 0", | ||
"test": "tape -r esm 'test/**/*.js'", | ||
"lint-fix": "eslint --fix '**/*.{js,jsx}'", | ||
"lint-check": "eslint '**/*.{js,jsx}'" | ||
"lint-fix": "eslint --fix '**/*.js'", | ||
"lint-check": "eslint '**/*.js'" | ||
}, | ||
"devDependencies": { | ||
"acorn": "^6.2.0", | ||
"eslint": "^5.11.1", | ||
"eslint-config-airbnb": "^17.1.0", | ||
"eslint-config-prettier": "^3.3.0", | ||
"eslint-plugin-import": "^2.14.0", | ||
"eslint-plugin-jsx-a11y": "^6.1.2", | ||
"eslint-plugin-prettier": "^3.0.1", | ||
"eslint-plugin-react": "^7.12.0", | ||
"acorn": "^7.1.0", | ||
"esm": "^3.2.25", | ||
"prettier": "^1.16.4", | ||
"rollup": "^1.16.7", | ||
@@ -33,3 +26,3 @@ "tap-spec": "^5.0.0", | ||
"type": "git", | ||
"url": "https://github.com/Agoric/acorn-eventual-send" | ||
"url": "https://github.com/Agoric/agoric-sdk" | ||
}, | ||
@@ -39,5 +32,9 @@ "author": "Agoric", | ||
"bugs": { | ||
"url": "https://github.com/Agoric/acorn-eventual-send/issues" | ||
"url": "https://github.com/Agoric/agoric-sdk/issues" | ||
}, | ||
"homepage": "https://github.com/acorn-eventual-send#readme" | ||
"homepage": "https://github.com/acorn-eventual-send#readme", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"gitHead": "536b8e521e881357ca2945533b027ab0bd4b85e5" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17984
6
5