scrypt-ts-transpiler
Advanced tools
Comparing version 1.2.14 to 1.2.15
@@ -195,2 +195,3 @@ import ts from 'typescript'; | ||
private isCtcNode; | ||
private isParameterNode; | ||
private evalCtcBinaryExpression; | ||
@@ -228,2 +229,3 @@ private evalCtcPrefixUnaryExpression; | ||
private transformIdentifierExpression; | ||
private isBooleanType; | ||
private transformBinaryExpression; | ||
@@ -230,0 +232,0 @@ private transformSpecialPropertyAccessExpression; |
{ | ||
"name": "scrypt-ts-transpiler", | ||
"version": "1.2.14", | ||
"version": "1.2.15", | ||
"description": "", | ||
@@ -29,3 +29,3 @@ "main": "./dist/index.js", | ||
"ts-patch": "^3.0.1", | ||
"typescript": "^5.1.6" | ||
"typescript": "^5.3.3" | ||
}, | ||
@@ -42,3 +42,3 @@ "devDependencies": { | ||
"rimraf": "^5.0.1", | ||
"scrypt-ts": "^1.3.11", | ||
"scrypt-ts": "^1.3.24-test.1", | ||
"scrypt-ts-lib": "^0.1.23", | ||
@@ -45,0 +45,0 @@ "ts-node": "^10.9.1" |
Sorry, the diff of this file is too big to display
197401
18
4312
Updatedtypescript@^5.3.3