-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add TypeScript and Autocomplete support #100
base: master
Are you sure you want to change the base?
Conversation
Add typescript definitions for TypeScript and Code Editors
Autotagging @bigcommerce/storefront-team |
- adds a type definition for the getItemGiftWrappingOptions method - adds a type definition for the submitItemGiftWrappingOption method - updates the callback type in the submitShippingQuote type definition - makes the errors array optional on the ApiStatusResponse interface
ping @junedkazi |
@cory-arcticleaf thank you for your contribution. I am not familiar with typescript so give me a couple of days to look into it. |
@junedkazi no problem, I'm always happy to contribute! That sounds fine to me, just let me know. Also, I noticed that the @bigcommerce/storefront-team tag points to a page that doesn't exist. I'm not sure if that's intentional, but I figured I'd let you know so it was on your radar. |
@cory-arcticleaf yes since the team is internal to the org you won't be able to access the list of members as part of the team. But do use it to get visibility across the storefront team at Bigcommerce. |
@junedkazi Sounds good, will do! |
been a couple of days 😁 |
Autotagging @bigcommerce/themes-team |
What?
Adds support for TypeScript type checking and code editor autocompletion
Tickets / Documentation
Typescript Documentation
Visual Studio Code IntelliSense Documentation
Screenshots