Skip to content

Commit c5df1f1

Browse files
committed
[refactor] rewrite Whole Project based on TypeScript
1 parent 8922d97 commit c5df1f1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+136
-27442
lines changed

.esdoc.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
node_modules/
22
package-lock.json
3+
dist/
4+
docs/

ReadMe.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# WaterWheel
22

3-
Modern **HTTP client** based on [AsyncGenerator function](https://tc39.github.io/ecma262/#sec-asyncgeneratorfunction-objects) in ES 9
3+
[Observable Proposal][1] implement based on [Async Generator (ES 2018)][2] & [TypeScript][3]
4+
5+
[1]: https://github.com/tc39/proposal-observable
6+
[2]: https://tc39.es/ecma262/#sec-asyncgeneratorfunction-objects
7+
[3]: https://www.typescriptlang.org/

dist/EventStream.js

Lines changed: 0 additions & 101 deletions
This file was deleted.

0 commit comments

Comments
 (0)