Commit graph

11656 commits

Author SHA1 Message Date
Zearin c977cba123 Minor tweaks to README.md (#173) 2018-06-08 10:38:47 +02:00
Weijia Wang 58eb14031d Use object destructing (#130) 2018-06-05 10:43:00 +02:00
Yingchen Xue 78124cd45f Rename sendMsg to pubInternal (#136) 2018-06-05 10:10:27 +02:00
Weijia Wang 8094c7421b Use check() to improve error check (#139) 2018-06-05 10:07:40 +02:00
Pig Fang 874db2a334 Add console.assert (#102) 2018-06-05 09:58:50 +02:00
ChenQuan 71d789198b Use check() (#111) 2018-06-04 10:03:48 +02:00
Sam Saccone 8e211ea685 📝 Update install instructions around known error (#110)
Even though the readme told me there was going to be an error, I was still confused about this error, as it looked unrelated to fetching the sources.

To clarify this update the readme to spell out the expected error.

Fixes #109
2018-06-04 09:41:51 +02:00
Parsa Ghadimi 1e13a62f86 Makefile: add deno.ts (#108) 2018-06-04 09:38:39 +02:00
Ryan Dahl 6e884207ee Fix testing/util_test.ts
Thanks @kitsonk
2018-06-04 09:34:41 +02:00
Ryan Dahl b6062ae662 Link to jsconf slides. 2018-06-04 09:10:54 +02:00
ztplz 37dd416505 fix typescript error (#99) 2018-06-04 09:06:42 +02:00
Yingchen Xue 3ddb4017fd Lint (#83) 2018-06-04 08:59:02 +02:00
ULIVZ 0639f9b7cc Avoid apply and move arrayToStr to util 2018-06-04 08:56:57 +02:00
Ryan Dahl a315d1ef97 Add submodule instructions. 2018-06-04 08:46:23 +02:00
Mohsen Azimi 7b5fbc7197 Remove text-encoding.d.ts - the declarations are included in TS (#6) 2018-06-01 22:20:33 +02:00
wbgbg 6cef88a09a Simplify code. (#88) 2018-06-01 20:37:26 +02:00
Frank Fang d582d67c52 Lint runtime.ts (#73) 2018-06-01 20:33:16 +02:00
Parsa Ghadimi b723ab126f Update LICENSE 2018-06-01 12:13:26 +02:00
Yorkie Liu 180f0a1b3c fix message name 2018-05-31 23:39:44 +02:00
Yorkie Liu 84b0687990 fix all duration to delay with mdn description 2018-05-31 23:39:44 +02:00
Yorkie Liu 38a2c042b6 fix nits 2018-05-31 23:39:44 +02:00
Yorkie Liu 9cf5ecab02 fix multi empty lines 2018-05-31 23:39:44 +02:00
Yorkie Liu 502662476a optimize the timer ts impl, and correct the duration if less than 10 2018-05-31 23:39:44 +02:00
ULIVZ 942daac1da Add reference links and enhance README's format 2018-05-31 23:32:02 +02:00
ULIVZ ab2ca638b0 Rename LICENSE 2018-05-31 23:17:32 +02:00
Kitson Kelly 4dce562333 Improve compile instructions in README 2018-05-31 16:04:06 +02:00
Ryan Dahl c150c320c6 Handle 404 fetch better. 2018-05-31 16:04:06 +02:00
Felix Yan 8edb3390c2 Fix a typo in integration_test.go 2018-05-31 15:57:43 +02:00
Mohsen Azimi e392672011 Remove extra out argument sent to Parcel and reduce logging in output (#22)
Use log-level=1 for parcel.
2018-05-30 20:03:10 -04:00
Ryan Dahl c0cc240810 Slightly better organization for deno module. 2018-05-30 18:59:50 +02:00
Ryan Dahl 0162eca15f Allow importing of the compiled in typescript
Fixes #18.
2018-05-30 18:47:27 +02:00
Ryan Dahl 4f00218d6d Remove extension hack in ResolveModule. 2018-05-30 18:26:03 +02:00
Ryan Dahl e401d9e21b Fix allow-net flag in integration_test.
Test should have failed in 98be59 but didn't. That needs to be
investigated.
2018-05-30 17:22:32 +02:00
Ryan Dahl 4319a0e681 Improve README 2018-05-30 17:11:15 +02:00
Ryan Dahl 98be591b3c Replace -allow-connect and -allow-accept with -allow-net 2018-05-30 17:00:32 +02:00
Ryan Dahl 871a8e05ec Remove TODO. Fixed in 0ea603. 2018-05-30 16:48:30 +02:00
Parsa Ghadimi 2242c6c792 Use wildcard to check stack trace outputs (#3) 2018-05-30 08:33:55 -04:00
Ryan Dahl 1156467c93 TODO done e64e4e 2018-05-30 05:51:22 -04:00
Parsa Ghadimi 247932b00e typo: propelml -> ry (#10)
* typo: propelml -> ry
2018-05-29 14:02:43 -04:00
Ryan Dahl 1406173a51 Try to fix travis again. 2018-05-29 12:13:23 -04:00
Ryan Dahl 344525c2c8 Fix travis. 2018-05-29 07:04:22 -04:00
Ryan Dahl 8e746386fe Crash nicely on no argument. 2018-05-29 06:30:16 -04:00
Parsa Ghadimi 19e50ec173 Fix travis 2018-05-29 06:12:24 -04:00
Yoshiya Hinosawa f72655c863 docs(README.md): fix typo 2018-05-29 05:29:53 -04:00
Ryan Dahl e64e4e3ec8 Add permission flags 2018-05-29 05:27:41 -04:00
Ryan Dahl 47cfde452d lint 2018-05-29 05:27:27 -04:00
Ryan Dahl 4936a4e5c2 Try to fix travis 2018-05-29 05:08:11 -04:00
Ryan Dahl eb259ee154 Rename deno_testing to testing 2018-05-29 04:56:00 -04:00
Ryan Dahl bd1fceb31d Travis: Try to fix ccache 2018-05-29 04:54:03 -04:00
Ryan Dahl 0ea603d96e Support using deno as a library 2018-05-29 04:34:44 -04:00