-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
TypeScript Version: 2.0.6
- clone https://github.com/falsandtru/pjax-api
- open the project via
pjax-api.csproj
- open
src/lib/dom.ts
- add the angle brackets for generics as follows
- move the cursor inside the angle brackets
- crash immediately
// add
}, Object.assign<>({}, option, { capture: true }));
^ cursor
// move
}, Object.assign<>({}, option, { capture: true }));
^ cursor
Metadata
Metadata
Assignees
Labels
BugA bug in TypeScriptA bug in TypeScriptFixedA PR has been merged for this issueA PR has been merged for this issue