Skip to content

feat: convert to typescript#16

Merged
achingbrain merged 1 commit intomasterfrom
feat/convert-to-typescript
Jan 12, 2022
Merged

feat: convert to typescript#16
achingbrain merged 1 commit intomasterfrom
feat/convert-to-typescript

Conversation

@achingbrain
Copy link
Copy Markdown
Collaborator

  • Only named exports
  • No more CJS, only ESM
  • Adds auto-publish
  • Adds dependabot
  • Adds tests for abortable sink/source/duplex
  • Removes support for multiple abort signals - just use any-signal

BREAKING CHANGE: switch to named exports, ESM only

- Only named exports
- No more CJS, only ESM
- Adds auto-publish
- Adds dependabot
- Adds tests for abortable sink/source/duplex
- Removes support for multiple abort signals - just use `any-signal`

BREAKING CHANGE: switch to named exports, ESM only
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 12, 2022

Codecov Report

❗ No coverage uploaded for pull request base (master@8fd144b). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #16   +/-   ##
=========================================
  Coverage          ?   93.14%           
=========================================
  Files             ?        3           
  Lines             ?      350           
  Branches          ?       66           
=========================================
  Hits              ?      326           
  Misses            ?       24           
  Partials          ?        0           
Flag Coverage Δ
chrome 100.00% <0.00%> (?)
node 93.14% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8fd144b...3f08e37. Read the comment docs.

@achingbrain achingbrain merged commit 7a36b81 into master Jan 12, 2022
@achingbrain achingbrain deleted the feat/convert-to-typescript branch January 12, 2022 20:10
github-actions bot pushed a commit that referenced this pull request Jan 12, 2022
## [4.0.0](v3.0.1...v4.0.0) (2022-01-12)

### ⚠ BREAKING CHANGES

* switch to named exports, ESM only

### Features

* convert to typescript ([#16](#16)) ([7a36b81](7a36b81))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

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.

1 participant