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

Slow quickInfo for lodash #21968

Closed
ghost opened this issue Feb 15, 2018 · 2 comments
Closed

Slow quickInfo for lodash #21968

ghost opened this issue Feb 15, 2018 · 2 comments
Assignees
Labels
Bug A bug in TypeScript

Comments

@ghost
Copy link

ghost commented Feb 15, 2018

TypeScript Version: 2.8.0-dev.20180215

Code

(first @types/lodash@4.14.102)

import _ = require("lodash");
const x = _({} as any).pick(["x"])
x
  • Hover over x, get quick info.
  • Add a semicolon after x and hover over it again. It will take a second.

First noticed in DefinitelyTyped/DefinitelyTyped#23344 (comment), thanks @wuyiw

@mhegazy mhegazy added Bug A bug in TypeScript Needs Investigation This issue needs a team member to investigate its status. labels Apr 3, 2018
@mhegazy mhegazy added this to the TypeScript 2.9 milestone Apr 3, 2018
@sheetalkamat
Copy link
Member

This does not repro for me any more.
quickinfo

@ghost
Copy link
Author

ghost commented May 1, 2018

Me neither.

@ghost ghost closed this as completed May 1, 2018
@mhegazy mhegazy modified the milestones: TypeScript 3.0, TypeScript 2.9 May 2, 2018
@microsoft microsoft locked and limited conversation to collaborators Jul 31, 2018
@RyanCavanaugh RyanCavanaugh removed the Needs Investigation This issue needs a team member to investigate its status. label Mar 7, 2019
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A bug in TypeScript
Projects
None yet
Development

No branches or pull requests

3 participants