Skip to content
New issue

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

Highlighting breaks on function type with generics #687

Closed
rbuckton opened this issue Nov 26, 2018 · 0 comments
Closed

Highlighting breaks on function type with generics #687

rbuckton opened this issue Nov 26, 2018 · 0 comments

Comments

@rbuckton
Copy link
Member

Found in:

Version: 1.30.0-insider (user setup)
Commit: 04cbc78e23eeddc368d634ed52402dbc6f28ebc9
Date: 2018-11-23T10:06:54.093Z
Electron: 2.0.12
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
OS: Windows_NT x64 10.0.17134

See https://github.com/Microsoft/TypeScript/pull/28645/files#diff-942ae3cd2a8bbd85ed86a60cd7c43307R6928

export interface ObjectAllocator { 
        getNodeConstructor(): new (kind: SyntaxKind, pos?: number, end?: number) => Node; 
        getTokenConstructor(): new <TKind extends SyntaxKind>(kind: TKind, pos?: number, end?: number) => Token<TKind>; 
        // syntax highlighting is completely broken for the rest of the file...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant