-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: JSX/TSXRelates to the JSX parser and emitterRelates to the JSX parser and emitterFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
This issue first surfaced in palantir/tslint#972
I think the following is a minimal reproduction of the problem:
/// <reference path='fourslash.ts' />
//@Filename: file.tsx
//// export function BuildMyComponent(): JSX.Element {
//// let [|StringComponentA|]: React.ComponentClass<{}>;
//// return <[|StringCom/**/ponentA|] />;
//// }
The issue first surfaced in 1.9.0-dev.20160212
; indeed I think I've bisected the problem to 13167f5 using the above test
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptDomain: JSX/TSXRelates to the JSX parser and emitterRelates to the JSX parser and emitterFixedA PR has been merged for this issueA PR has been merged for this issue