Skip to content

Commit

Permalink
Build types locally, run tests in ts
Browse files Browse the repository at this point in the history
The lib itself is still JS so it can be hand-tuned, but the tests
cover the whole lib, and are in TS, so any errors in the types should
be apparent.
  • Loading branch information
isaacs committed May 11, 2022
1 parent 05942bc commit efbb661
Show file tree
Hide file tree
Showing 31 changed files with 4,425 additions and 2,492 deletions.
7 changes: 7 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
node_modules
tap-snapshots
coverage
.nyc_output
bench-lru
.github
scripts
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

* Add `noDeleteOnFetchRejection` option, to suppress behavior
where a failed `fetch` will delete a previous stale value.
* Ship types along with the package, rather than relying on
out of date types coming from DefinitelyTyped.

## 7.9.0

Expand Down
Loading

0 comments on commit efbb661

Please sign in to comment.