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

@types/sass has no fiber option #32091

Closed
4 tasks done
gluons opened this issue Jan 13, 2019 · 4 comments
Closed
4 tasks done

@types/sass has no fiber option #32091

gluons opened this issue Jan 13, 2019 · 4 comments

Comments

@gluons
Copy link

gluons commented Jan 13, 2019

@types/sass has no fiber option for sass.render function that sass has.


If you know how to fix the issue, make a pull request instead.

If you do not mention the authors the issue will be ignored.

@Swivelgames
Copy link

This is valid. Currently running into the same issue.

Authors: @lenovouser and @jleider

@Swivelgames
Copy link

Swivelgames commented Oct 16, 2020

This requires adding a new key fiber to @types/sass sass.Options with the @types/fibers FiberConstructor type.

I'm not entirely sure how to reference "external" type dependencies, so I'm not sure how to implement this into a PR to resolve it.

@lenovouser @jleider Any chance you could lend a hand? :)

@jleider
Copy link
Contributor

jleider commented Oct 16, 2020

I think you may want to use the triple slash directive to pull in the types you need from @types/fibers.

https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html

@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.

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