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

45 commits

Author SHA1 Message Date
Matias Insaurralde
fe9ea6dcf8 Improve golang profiling (#193) 2018-06-09 20:51:17 +02:00
Weijia Wang
8094c7421b Use check() to improve error check (#139) 2018-06-05 10:07:40 +02:00
Ryan Dahl
98be591b3c Replace -allow-connect and -allow-accept with -allow-net 2018-05-30 17:00:32 +02:00
Ryan Dahl
8e746386fe Crash nicely on no argument. 2018-05-29 06:30:16 -04:00
Ryan Dahl
e64e4e3ec8 Add permission flags 2018-05-29 05:27:41 -04:00
Ryan Dahl
0ea603d96e Support using deno as a library 2018-05-29 04:34:44 -04:00
Ryan Dahl
b6c0ad15fa Add denoMain 2018-05-29 03:43:54 -04:00
Ryan Dahl
7762b55432 Add LICENSE 2018-05-28 21:52:13 -04:00
Ryan Dahl
659f7b0433 Fix 007_stack_trace.ts by removing --abort-on-uncaught-exception 2018-05-28 12:21:06 -04:00
Ryan Dahl
a831d1e239 Implement fetch 2018-05-27 03:46:51 -04:00
Ryan Dahl
5b858632ac Use proto3 again. 2018-05-25 15:30:09 -04:00
Ryan Dahl
d765300de5 Move away from oneof in msg.proto
This is due to the size added to msg.pb.js for every new message. See
comment in msg.proto.
2018-05-25 15:24:29 -04:00
Ryan Dahl
08e005d45f Improve debug logging in golang 2018-05-25 12:25:55 -04:00
Ryan Dahl
5353e9e90f Rename --root flag to --cachedir 2018-05-25 12:16:02 -04:00
Ryan Dahl
3bc2342303 Add -root flag so tests can write artifacts to tmp 2018-05-24 10:34:05 -04:00
Ryan Dahl
19ba0321b0 Rename CompileDir to CacheDir 2018-05-24 10:25:38 -04:00
Ryan Dahl
8d1497a408 Move pubMsg to dispatch 2018-05-23 17:23:50 -04:00
Ryan Dahl
3171ba4c3f Add special deno module to public api 2018-05-23 16:45:01 -04:00
Ryan Dahl
644e7fa065 Add debug logging to golang side 2018-05-23 13:23:29 -04:00
Ryan Dahl
602ee0d5a1 Better exception output 2018-05-23 11:27:56 -04:00
Ryan Dahl
08b327bf3a Move ResolveModule to os.go 2018-05-23 11:09:38 -04:00
Ryan Dahl
d0a8bacab6 Use proto2 instead of proto3
Travis doesn't support proto3.
2018-05-22 14:10:15 -04:00
Ryan Dahl
6a1d7d2fe6 Add go profiling CLI flag 2018-05-22 11:42: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
258aa56532 Split up go code into multiple files 2018-05-19 05:53:29 -04:00
Ryan Dahl
83f436e175 Command line flags 2018-05-19 05:39:27 -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
4dd46920ee Enable caching 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
5117a8f8a2 Compile cache and relative imports working. 2018-05-15 04:50:45 -04:00
Ryan Dahl
471a4f461a Support V8 flags 2018-05-14 20:57:49 -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
7828d7fd7a Minor clean up 2018-05-14 03:12:36 -04:00
Ryan Dahl
6f59a9588b Add tslint, and tenative travis file. 2018-05-14 03:06:09 -04:00
Ryan Dahl
aba6a1dc87 readFileSync is working 2018-05-14 02:50:55 -04:00
Ryan Dahl
be7828684b Add makefile and use protobufjs 2018-05-14 01:11:56 -04:00
Ryan Dahl
1ad8a2e088 Send protobuf 2018-05-14 00:31:48 -04:00
Ryan Dahl
4db5a80ba3 Loading assets and add .gitignore and yarn.lock 2018-05-13 23:38:48 -04:00
Ryan Dahl
f7c5e19081 Init 2018-05-13 23:32:01 -04:00