1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
Commit graph

31 commits

Author SHA1 Message Date
Parsa Ghadimi
1e13a62f86 Makefile: add deno.ts (#108) 2018-06-04 09:38:39 +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
0162eca15f Allow importing of the compiled in typescript
Fixes #18.
2018-05-30 18:47:27 +02:00
Parsa Ghadimi
2242c6c792 Use wildcard to check stack trace outputs (#3) 2018-05-30 08:33:55 -04:00
Ryan Dahl
0ea603d96e Support using deno as a library 2018-05-29 04:34:44 -04:00
Ryan Dahl
92e97bca41 workaround text-encoding bug 2018-05-27 14:20:23 -04:00
Ryan Dahl
4e55928063 Add readFileSync 2018-05-27 12:49:20 -04:00
Ryan Dahl
a831d1e239 Implement fetch 2018-05-27 03:46:51 -04:00
Ryan Dahl
7609df9d4f Support async/await by including ES2017
This required adjusting the module loading system.
2018-05-26 15:21:17 -04:00
Ryan Dahl
b98f9f1efe Replace Node test runner with golang one. 2018-05-24 10:25:25 -04:00
Ryan Dahl
3171ba4c3f Add special deno module to public api 2018-05-23 16:45:01 -04:00
Ryan Dahl
105438c94f Add prettier to deps 2018-05-23 13:37:04 -04:00
Ryan Dahl
602ee0d5a1 Better exception output 2018-05-23 11:27:56 -04:00
Ryan Dahl
51692a5825 Organize modules: timers, os 2018-05-21 23:00:36 -04:00
Ryan Dahl
08307fb841 Add dispatch pub/sub 2018-05-21 22:07:40 -04:00
Ryan Dahl
8e2e17cdbe Support source maps for internal code. 2018-05-21 17:33:33 -04:00
Ryan Dahl
af6076f3c6 Source maps work for testdata/007_stack_trace.ts. 2018-05-21 16:09:24 -04:00
Ryan Dahl
aeb85efdad Remote module caching 2018-05-19 04:47:40 -04:00
Ryan Dahl
8886e1b55f Initial support for remote imports 2018-05-18 21:25:37 -04:00
Ryan Dahl
0a46a3e35b First pass at setTimeout 2018-05-18 11:49:28 -04:00
Ryan Dahl
360c50b52e Clean up msg.proto 2018-05-17 21:19:53 -04:00
Ryan Dahl
05672b7e24 runtime.ts - first pass at caching compiler 2018-05-17 21:19:49 -04:00
Ryan Dahl
6f9c919f41 Add test runner 2018-05-15 06:50:32 -04:00
Ryan Dahl
5117a8f8a2 Compile cache and relative imports working. 2018-05-15 04:50:45 -04:00
Ryan Dahl
8a7ac7f4f3 Run clang-format on msg.proto 2018-05-14 21:47:39 -04:00
Ryan Dahl
362aa677b4 Support relative import. 2018-05-14 17:28:31 -04:00
Ryan Dahl
50105d7855 Use typescript 2018-05-14 13:06:44 -04:00
Ryan Dahl
2da9893da3 Format 2018-05-14 03:15:21 -04:00
Ryan Dahl
6f59a9588b Add tslint, and tenative travis file. 2018-05-14 03:06:09 -04:00
Ryan Dahl
bfb3cd7a5c use tsc for type checking 2018-05-14 01:19:23 -04:00
Ryan Dahl
be7828684b Add makefile and use protobufjs 2018-05-14 01:11:56 -04:00