0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-11 06:37:12 -04:00
Commit graph

16 commits

Author SHA1 Message Date
Vincent LE GOFF
dcd01dd025 Eslint fixes ()
Make warnings fail
Original: 4543b563a9
2019-04-24 07:41:22 -04:00
Yoshiya Hinosawa
f124e64526 fix: eslint errors ()
Original: 61af419bbc
2019-03-12 01:51:51 -04:00
Yoshiya Hinosawa
f90f62fa52 Use Deno global var instead of built-in "deno" module ()
Original: 395392912d
2019-03-07 19:25:16 -05:00
Ryan Dahl
caa383a583 Rename assertEq to assertEquals ()
After some discussion it was found that assertEquals is more common
in JS (vs assertEqual, assertEq) and sounds better in the negated form:
assertNotEquals vs assertNE.
Original: 4cf39d4a14
2019-03-06 19:42:24 -05:00
Vincent LE GOFF
e36edfdb3f Testing refactor ()
Original: e1d5c00279
2019-03-06 16:39:50 -05:00
Dmitry Sharshakov
9f33cd2896 Refactor WebSockets ()
* Use assert.equal instead of deprecated assertEqual
* Replace let with const where possible
* Add WebSocketMessage type
* Use OpCode in WebSocketFrame
* Use const where possible in WS
* Separate sha1 tests, use const instead of let
Original: 385f866a54
2019-03-04 18:23:04 -05:00
Bert Belder
2ba7de2d04 Change import { x } from "deno" to const { x } = Deno ()
Original: 6063378a92
2019-02-26 00:35:50 -05:00
Yusuke Sakurai
ed20bda6ec refactor: make acceptWebSocket independent from ServerRequest ()
Original: 88ddd5677d
2019-02-10 18:45:24 -05:00
Dmitry Sharshakov
a6e164441c Clean up tests ()
Original: f2d23f8fcd
2019-02-08 12:23:51 -05:00
Dmitry Sharshakov
f113312ef2 Add missiong copyright headers ()
Original: 5440377495
2019-02-07 11:45:47 -05:00
Ryan Dahl
132650cdf3 Rename http/http.ts to http/server.ts ()
Remove http/mod.ts
Original: e79cb5a31a
2019-02-02 18:57:38 -05:00
Dmitry Sharshakov
b400dad9b7 Move WebSocket op codes to enum ()
Original: 56579ed6ad
2019-02-02 14:57:27 -05:00
Ryan Dahl
73d5d7c680 format
Original: f911eca8d1
2019-01-24 13:33:51 -05:00
Max Graey
306a5f701e Improve & refactor SHA-1 inside ws package ()
Original: 0a10ee9f93
2019-01-24 10:55:24 -05:00
Max Graey
52fdf581a8 Refactorings & improvments for ws module ()
Original: 0d2429cdf2
2019-01-21 09:31:57 -06:00
Andy Hayden
f626b04ebe Reorgnanize repos, examples and tests ()
Original: c5e6e015b5
2019-01-12 16:50:04 -05:00