bson-transpilers
Advanced tools
Comparing version 0.13.5 to 0.13.6
@@ -791,2 +791,8 @@ /* eslint complexity: 0, camelcase: 0, "new-cap": 0 */ | ||
generateFuncDefExpression() { | ||
throw new BsonTranspilersUnimplementedError( | ||
'Support for exporting functions to languages other than javascript is not yet available.' | ||
); | ||
} | ||
/** | ||
@@ -793,0 +799,0 @@ * Overrides the ANTLR visitChildren method so that options can be set. |
@@ -8,2 +8,6 @@ /* | ||
} | ||
generateFuncDefExpression(ctx) { | ||
return ctx.getText(); | ||
} | ||
}; |
@@ -31,3 +31,2 @@ /* eslint complexity: 0 */ | ||
this.visitInstanceofExpression = | ||
this.visitFuncDefExpression = | ||
this.visitAssignmentExpression = | ||
@@ -292,2 +291,6 @@ this.visitAssignmentOperatorExpression = | ||
visitFuncDefExpression(ctx) { | ||
return this.generateFuncDefExpression(ctx); | ||
} | ||
/* | ||
@@ -294,0 +297,0 @@ * |
{ | ||
"name": "bson-transpilers", | ||
"version": "0.13.5", | ||
"version": "0.13.6", | ||
"apiVersion": "0.0.1", | ||
@@ -20,6 +20,5 @@ "productName": "BSON Transpilers", | ||
"symbol-table": "node compile-symbol-table.js", | ||
"test": "npm run symbol-table && mocha", | ||
"test": "mocha", | ||
"prepublishOnly": "npm run compile", | ||
"check": "mongodb-js-precommit './codegeneration/**/*{.js,.jsx}' './test/**/*.js' index.js", | ||
"ci": "npm run check && npm run test" | ||
"check": "mongodb-js-precommit './codegeneration/**/*{.js,.jsx}' './test/**/*.js' index.js" | ||
}, | ||
@@ -26,0 +25,0 @@ "homepage": "http://github.com/mongodb-js/bson-transpilers", |
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
2198305
55
30336
1