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

fix: workaround hugomrdias/playwright-test#52 #11

Merged
merged 1 commit into from
Aug 14, 2020

Conversation

Gozala
Copy link
Contributor

@Gozala Gozala commented Aug 7, 2020

No description provided.

@Gozala Gozala mentioned this pull request Aug 7, 2020
@achingbrain
Copy link
Owner

Hopefully @hugomrdias can take a look at why this is necessary..

@achingbrain achingbrain merged commit 024ba83 into achingbrain:master Aug 14, 2020
achingbrain added a commit that referenced this pull request Sep 2, 2020
This pull request does following:

- Adds JSDoc type annotations across the board
- Adds `npm run check` command that runs a type checker.
- Adds type checking phase to the CI
- Adds the `npm run build` and `npm run build:types` scripts that generate `.d.ts` files in `dist`.
- Updates naming / wording to reflect the fact that functions operate on iterables instead of iterators.
- Adds `typesVersions` field to `package.json` so that programs that install these libraries will get types out of the box.
- Fixes the issue that TS uncovered in `it-multipart` (error was swallowed)
- Adds `.npmignore` which doesn't ignore `package/*/dist` directories so they are published with a package.

This also cherry-picks #11 to overcome playwright-test issues

Co-authored-by: Alex Potsides <alex@achingbrain.net>
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants