brighterscript
Advanced tools
Comparing version 0.34.2 to 0.34.3
@@ -9,2 +9,8 @@ # Changelog | ||
## [0.34.3] | ||
### Fixed | ||
- bug when transpiling bsc with custom function and parameter return types | ||
## [0.34.2] - 2021-03-04 | ||
@@ -1028,1 +1034,2 @@ ### Added | ||
[0.34.2]: https://github.com/rokucommunity/brighterscript/compare/v0.34.1...v0.34.2 | ||
[0.34.3]: https://github.com/rokucommunity/brighterscript/compare/v0.34.2...v0.34.3 |
@@ -165,3 +165,3 @@ "use strict"; | ||
//return type | ||
state.tokenToSourceNode(this.returnTypeToken)); | ||
state.sourceNode(this.returnTypeToken, this.returnType.toTypeString())); | ||
} | ||
@@ -168,0 +168,0 @@ if (includeBody) { |
{ | ||
"name": "brighterscript", | ||
"version": "0.34.2", | ||
"version": "0.34.3", | ||
"description": "A superset of Roku's BrightScript language.", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2690475
37897