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

Reference type declarations in package.json #1278

Merged
merged 2 commits into from
May 22, 2020
Merged

Reference type declarations in package.json #1278

merged 2 commits into from
May 22, 2020

Conversation

sceee
Copy link
Contributor

@sceee sceee commented May 20, 2020

It makes type definitions to be correctly resolved by IDEs. Without, taiko has no discoverable typedefs.

See https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#including-declarations-in-your-npm-package for further explanation.

@gaugebot gaugebot bot requested a review from negiDharmendra May 20, 2020 11:14
@sceee
Copy link
Contributor Author

sceee commented May 20, 2020

It has nothing to do with this PR but I noticed that the CLA link here https://github.com/getgauge/taiko/blob/master/CONTRIBUTING.md#how-do-i-start-contributing is broken so I have no chance to sign it:
image

* Make type definitions to be correctly resolved

Signed-off-by: sceee <sceee@users.noreply.github.com>
@zabil
Copy link
Member

zabil commented May 21, 2020

I noticed that the CLA link here is broken

Taiko now uses DCO's instead of CLA. And it looks like you've signed your commits which is good enough. I've updated the contribution instructions to reflect that. Thanks for pointing that out.

@NivedhaSenthil NivedhaSenthil merged commit 35d9d33 into getgauge:master May 22, 2020
RobertBeilich added a commit to RobertBeilich/taiko that referenced this pull request Sep 23, 2020
Types are automatically inferred as of getgauge#1278
RobertBeilich added a commit to RobertBeilich/taiko that referenced this pull request Sep 23, 2020
Types are automatically inferred as of getgauge#1278

Signed-off-by: Robert Beilich <robert@beilich.de>
NivedhaSenthil added a commit that referenced this pull request Sep 25, 2020
* Fix return type of getCookies

Signed-off-by: Robert Beilich <robert@beilich.de>

* Remove hint about experimental types

Types are automatically inferred as of #1278

Signed-off-by: Robert Beilich <robert@beilich.de>

* Add missing RelativeSearchElement types

Signed-off-by: Robert Beilich <robert@beilich.de>

* Add missing InterceptRequest attributes to type

Signed-off-by: Robert Beilich <robert@beilich.de>

Co-authored-by: Nivedha <nivedhasenthil@gmail.com>
saikrishna321 pushed a commit to saikrishna321/taiko that referenced this pull request Sep 28, 2020
* Fix return type of getCookies

Signed-off-by: Robert Beilich <robert@beilich.de>

* Remove hint about experimental types

Types are automatically inferred as of getgauge#1278

Signed-off-by: Robert Beilich <robert@beilich.de>

* Add missing RelativeSearchElement types

Signed-off-by: Robert Beilich <robert@beilich.de>

* Add missing InterceptRequest attributes to type

Signed-off-by: Robert Beilich <robert@beilich.de>

Co-authored-by: Nivedha <nivedhasenthil@gmail.com>
saikrishna321 pushed a commit to saikrishna321/taiko that referenced this pull request Sep 28, 2020
* Fix return type of getCookies

Signed-off-by: Robert Beilich <robert@beilich.de>

* Remove hint about experimental types

Types are automatically inferred as of getgauge#1278

Signed-off-by: Robert Beilich <robert@beilich.de>

* Add missing RelativeSearchElement types

Signed-off-by: Robert Beilich <robert@beilich.de>

* Add missing InterceptRequest attributes to type

Signed-off-by: Robert Beilich <robert@beilich.de>

Co-authored-by: Nivedha <nivedhasenthil@gmail.com>
saikrishna321 pushed a commit to saikrishna321/taiko that referenced this pull request Oct 1, 2020
* Fix return type of getCookies

Signed-off-by: Robert Beilich <robert@beilich.de>

* Remove hint about experimental types

Types are automatically inferred as of getgauge#1278

Signed-off-by: Robert Beilich <robert@beilich.de>

* Add missing RelativeSearchElement types

Signed-off-by: Robert Beilich <robert@beilich.de>

* Add missing InterceptRequest attributes to type

Signed-off-by: Robert Beilich <robert@beilich.de>

Co-authored-by: Nivedha <nivedhasenthil@gmail.com>
sswaroopgupta pushed a commit to sswaroopgupta/taiko that referenced this pull request Oct 6, 2020
* Fix return type of getCookies

Signed-off-by: Robert Beilich <robert@beilich.de>

* Remove hint about experimental types

Types are automatically inferred as of getgauge#1278

Signed-off-by: Robert Beilich <robert@beilich.de>

* Add missing RelativeSearchElement types

Signed-off-by: Robert Beilich <robert@beilich.de>

* Add missing InterceptRequest attributes to type

Signed-off-by: Robert Beilich <robert@beilich.de>

Co-authored-by: Nivedha <nivedhasenthil@gmail.com>
Signed-off-by: Soumya <soumya.swaroop@gmail.com>
saikrishna321 pushed a commit to saikrishna321/taiko that referenced this pull request Nov 1, 2020
* Fix return type of getCookies

Signed-off-by: Robert Beilich <robert@beilich.de>

* Remove hint about experimental types

Types are automatically inferred as of getgauge#1278

Signed-off-by: Robert Beilich <robert@beilich.de>

* Add missing RelativeSearchElement types

Signed-off-by: Robert Beilich <robert@beilich.de>

* Add missing InterceptRequest attributes to type

Signed-off-by: Robert Beilich <robert@beilich.de>

Co-authored-by: Nivedha <nivedhasenthil@gmail.com>
Signed-off-by: saikrishna321 <saikrishna321@yahoo.com>
saikrishna321 pushed a commit to saikrishna321/taiko that referenced this pull request Jan 15, 2021
* Fix return type of getCookies

Signed-off-by: Robert Beilich <robert@beilich.de>

* Remove hint about experimental types

Types are automatically inferred as of getgauge#1278

Signed-off-by: Robert Beilich <robert@beilich.de>

* Add missing RelativeSearchElement types

Signed-off-by: Robert Beilich <robert@beilich.de>

* Add missing InterceptRequest attributes to type

Signed-off-by: Robert Beilich <robert@beilich.de>

Co-authored-by: Nivedha <nivedhasenthil@gmail.com>
Signed-off-by: saikrishna321 <saikrishna321@yahoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants