bson-transpilers
Advanced tools
Comparing version
@@ -16,3 +16,3 @@ # Contributing to bson-transpilers | ||
```shell | ||
$ cd /usr/local/lib && curl -O http://www.antlr.org/download/antlr-4.7.1-complete.jar | ||
$ cd /usr/local/lib && curl -O http://www.antlr.org/download/antlr-4.7.2-complete.jar | ||
``` | ||
@@ -22,3 +22,3 @@ | ||
```shell | ||
$ export CLASSPATH=".:/usr/local/lib/antlr-4.7.1-complete.jar:$CLASSPATH" | ||
$ export CLASSPATH=".:/usr/local/lib/antlr-4.7.2-complete.jar:$CLASSPATH" | ||
``` | ||
@@ -28,3 +28,3 @@ | ||
```shell | ||
$ alias antlr4='java -Xmx500M -cp "/usr/local/lib/antlr-4.7.1-complete.jar:$CLASSPATH" org.antlr.v4.Tool' && alias grun='java org.antlr.v4.gui.TestRig' | ||
$ alias antlr4='java -Xmx500M -cp "/usr/local/lib/antlr-4.7.2-complete.jar:$CLASSPATH" org.antlr.v4.Tool' && alias grun='java org.antlr.v4.gui.TestRig' | ||
``` | ||
@@ -31,0 +31,0 @@ |
@@ -1,2 +0,2 @@ | ||
// Generated from grammars/ECMAScript.g4 by ANTLR 4.7.1 | ||
// Generated from grammars/ECMAScript.g4 by ANTLR 4.7.2 | ||
// jshint ignore: start | ||
@@ -3,0 +3,0 @@ var antlr4 = require('antlr4/index'); |
@@ -1,2 +0,2 @@ | ||
// Generated from grammars/ECMAScript.g4 by ANTLR 4.7.1 | ||
// Generated from grammars/ECMAScript.g4 by ANTLR 4.7.2 | ||
// jshint ignore: start | ||
@@ -3,0 +3,0 @@ var antlr4 = require('antlr4/index'); |
@@ -1,2 +0,2 @@ | ||
// Generated from grammars/Python3.g4 by ANTLR 4.7.1 | ||
// Generated from grammars/Python3.g4 by ANTLR 4.7.2 | ||
// jshint ignore: start | ||
@@ -3,0 +3,0 @@ var antlr4 = require('antlr4/index'); |
@@ -1,2 +0,2 @@ | ||
// Generated from grammars/Python3.g4 by ANTLR 4.7.1 | ||
// Generated from grammars/Python3.g4 by ANTLR 4.7.2 | ||
// jshint ignore: start | ||
@@ -3,0 +3,0 @@ var antlr4 = require('antlr4/index'); |
{ | ||
"name": "bson-transpilers", | ||
"version": "0.13.3", | ||
"version": "0.13.4", | ||
"apiVersion": "0.0.1", | ||
@@ -16,4 +16,4 @@ "productName": "BSON Transpilers", | ||
"compile": "npm run antlr4-js && npm run antlr4-py && npm run symbol-table", | ||
"antlr4-js": "java -Xmx500M -cp '/usr/local/lib/antlr-4.7.1-complete.jar:$CLASSPATH' org.antlr.v4.Tool -Dlanguage=JavaScript -lib grammars -o lib/antlr -visitor -Xexact-output-dir grammars/ECMAScript.g4", | ||
"antlr4-py": "java -Xmx500M -cp '/usr/local/lib/antlr-4.7.1-complete.jar:$CLASSPATH' org.antlr.v4.Tool -Dlanguage=JavaScript -lib grammars -o lib/antlr -visitor -Xexact-output-dir grammars/Python3.g4", | ||
"antlr4-js": "java -Xmx500M -cp '/usr/local/lib/antlr-4.7.2-complete.jar:$CLASSPATH' org.antlr.v4.Tool -Dlanguage=JavaScript -lib grammars -o lib/antlr -visitor -Xexact-output-dir grammars/ECMAScript.g4", | ||
"antlr4-py": "java -Xmx500M -cp '/usr/local/lib/antlr-4.7.2-complete.jar:$CLASSPATH' org.antlr.v4.Tool -Dlanguage=JavaScript -lib grammars -o lib/antlr -visitor -Xexact-output-dir grammars/Python3.g4", | ||
"symbol-table": "node compile-symbol-table.js", | ||
@@ -40,3 +40,3 @@ "test": "npm run symbol-table && mocha", | ||
"dependencies": { | ||
"antlr4": "^4.7.1", | ||
"antlr4": "4.7.2", | ||
"bson": "^4.0.2", | ||
@@ -43,0 +43,0 @@ "chai": "^4.1.2", |
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 too big to display
Sorry, the diff of this file is too big to display
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
65383803
2050.63%30313
3.53%54
-16.92%1
Infinity%+ Added
- Removed
Updated