bson-transpilers
Advanced tools
Comparing version 0.13.6 to 0.14.0
@@ -10,4 +10,7 @@ /* | ||
generateFuncDefExpression(ctx) { | ||
return ctx.getText(); | ||
const source = ctx.start.source[1].strdata; | ||
const startIndex = ctx.start.start; | ||
const stopIndex = ctx.stop.stop; | ||
return source.slice(startIndex, stopIndex + 1); | ||
} | ||
}; |
{ | ||
"name": "bson-transpilers", | ||
"version": "0.13.6", | ||
"version": "0.14.0", | ||
"apiVersion": "0.0.1", | ||
@@ -5,0 +5,0 @@ "productName": "BSON Transpilers", |
2198456
30339
36
383
9
13
5
178