-
Notifications
You must be signed in to change notification settings - Fork 159
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
Extend the library to support TypeScript #33
Comments
I think I can take a crack at it. There are two ways to handle Typescript support:
|
Oh, shoot, I'm just a tiny bit late. womp womp, I'll find another issue. |
@spencerwi: There might be more. I will keep you posted. Thank you. |
im kinda surprised you dont have these yet. anything on the horizon ? |
@29er : We will be releasing the typescript version soon. Thanks. |
@abisalehalliprasan did the TS types pushed through? |
@jponc : We have a I cannot provide exact timelines on the release at the moment. But you are free to look at the sample example here if it helps. |
No worries, thanks mate 👍 |
im kinda surprised you dont have these yet. anything on the horizon ? |
Is this published? I just tried running |
@abisalehalliprasan I'm just jumping into using |
Hi @ryannewton : |
Hello @abisalehalliprasan! Just checking in 👯 |
Hi, What is the status of typescript type definition ? Could you please provide it ? |
Hello @abisalehalliprasan...It's been almost 6 months since your last post and I don't see anything posted on NPM in this regard. This would be a big help for us. Thanks. |
Quick work around for Typescript users.
...
"types": [
"intuit-oauth",
],
"typeRoots": [ "./types", "./node_modules/@types"],
...
This has not been fully tested, but seems to work. Someone should test this and make a PR as Typescript support here seems essential. |
Why is this closed if it's not released (13 months later)? |
@abisalehalliprasan can you comment on the current state of type definitions for TypeScript? |
Bump |
This worked perfectly for me, thank you! |
Really guys? Three+ years? That's totally not serious! |
@juanjalvarez does it work for production? I am having an issue.
|
Hello from Nov 2023... |
26 Dec 2023 and this is still not implemented? |
Hello from 2024 |
It's essential to include TypeScript support. TypeScript, introduced in 2012 and further popularized by Angular in 2016, has become a cornerstone of modern development. With frameworks like NestJS leveraging its capabilities since 2017, it's evident that TypeScript is integral to contemporary programming practices. Given the significant financial transactions your customers conduct, the absence of TypeScript support seems unwarranted. It's high time for this support to be officially integrated. |
I don't think they will introduce it anytime soon :( |
lol, this isn't happening folks. it's time for us to step in |
What's the status on this? @IntuitDeveloperRelations |
Why is this closed? Is there no plan on supporting typescript? |
Is there a custom implementation somewhere? I don't think we're going to get an official one anytime soon |
oh wow, 2024 is gonna end, and we didnt receive it yet. |
Goal :
To be able to support
typescript
communityRef :
https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/gapi.client.oauth2
https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/simple-oauth2
The text was updated successfully, but these errors were encountered: