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
class C { where(filter: Iterator<T, boolean>): Query<T> { return fromDoWhile(test => var index = 0; !!! '{' expected. return this.doWhile((item, i) => filter(item, i) ? test(item, index++) : true); !!! Property 'doWhile' does not exist on value of type 'C'. }); } }
Expected: errors as above
Actual:
var index = 0; !!! Expression expected. return this.doWhile((item, i) => filter(item, i) ? test(item, index++) : true); !!! Property 'doWhile' does not exist on value of type 'C'. !!! Cannot find name 'test'. }); !!! Property or method expected. !!! Property or method expected. } !!! Declaration or statement expected. } !!! Declaration or statement expected.
The text was updated successfully, but these errors were encountered:
I believe I fixed this in #28.
Sorry, something went wrong.
I think @DanielRosenwasser is right Looks solved according to this baseline: https://github.com/Microsoft/TypeScript/blob/master/tests/baselines/reference/parserMissingLambdaOpenBrace1.errors.txt
No branches or pull requests
Expected: errors as above
Actual:
The text was updated successfully, but these errors were encountered: