Skip to content

Commit

Permalink
chore: refactor things to make tracking async work a bit easier
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ebey committed Oct 25, 2023
1 parent 8c9315f commit 7916c80
Show file tree
Hide file tree
Showing 10 changed files with 261 additions and 501 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "turbo-stream",
"version": "0.0.1",
"version": "0.0.2",
"description": "A streaming data transport format that aims to support built-in features such as Promises, Dates, RegExps, Maps, Sets and more.",
"type": "module",
"files": [
Expand Down
15 changes: 0 additions & 15 deletions src/constants.ts

This file was deleted.

128 changes: 0 additions & 128 deletions src/decode.spec.ts

This file was deleted.

12 changes: 0 additions & 12 deletions src/deferred.ts

This file was deleted.

193 changes: 0 additions & 193 deletions src/encode.spec.ts

This file was deleted.

Loading

0 comments on commit 7916c80

Please sign in to comment.