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

Bootstrap/index.d.ts bug #14307

Closed
2 of 4 tasks
csharpner opened this issue Jan 27, 2017 · 4 comments
Closed
2 of 4 tasks

Bootstrap/index.d.ts bug #14307

csharpner opened this issue Jan 27, 2017 · 4 comments

Comments

@csharpner
Copy link

This line #6:
///

Causes problems. But if I change it to...
///

...It fixes it.

@mhegazy
Copy link
Contributor

mhegazy commented Jan 27, 2017

?

the lines above are empty. what am i missing?

@csharpner
Copy link
Author

Good question! I don't know what happened to the post. It's been to long now, I'm not sure what those lines were anymore. :(

@DoubleCouponDay
Copy link

DoubleCouponDay commented Apr 26, 2017

@mhegazy
OP's question is terrible but I think I can clarify the problem (since I'm experiencing it too).

I noticed bootstrap.typescript.definitelytyped 0.9.8 for nuget / visual studio wont compile straight away.
line 7 of its index.d.ts file:
/// <reference types="jquery"/>
which produces design time error: Cannot find the type definition file for 'jquery'.
when I comment it out, I can use this package just fine.

phryneas added a commit to phryneas/DefinitelyTyped that referenced this issue Jun 8, 2017
see DefinitelyTyped#14307 - as long as this line is present, the type definition is not being loaded - without the file, everything works just fine.
@orta
Copy link
Collaborator

orta commented Jun 7, 2021

Hi thread, we're moving DefinitelyTyped to use GitHub Discussions for conversations the @types modules in DefinitelyTyped.

To help with the transition, we're closing all issues which haven't had activity in the last 6 months, which includes this issue. If you think closing this issue is a mistake, please pop into the TypeScript Community Discord and mention the issue in the definitely-typed channel.

@orta orta closed this as completed Jun 7, 2021
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

4 participants