Closed
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