We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
run_tests_on_string is not returning a value (returning undefined) on code with no type annotations:
run_tests_on_string
197 if(types.length > 0){ 198 var suite = []; 199 for(var i = 0; i < types.length; i++) { 200 var base = this.addTest(types[i], null, redefine); 201 suite.push(base); 202 } 203 return TypedJS.go(suite, redefine); 204 } 205 }
See: goatslacker/node-typedjs#4 goatslacker/node-typedjs#5
trivial patch coming
The text was updated successfully, but these errors were encountered:
Merge pull request #21 from ahamid/issue-20
d3acb58
fix for #20 - return empy results for code with no annotations
No branches or pull requests
run_tests_on_string
is not returning a value (returning undefined) on code with no type annotations:See: goatslacker/node-typedjs#4 goatslacker/node-typedjs#5
trivial patch coming
The text was updated successfully, but these errors were encountered: