0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-01 09:24:20 -04:00
Commit graph

1363 commits

Author SHA1 Message Date
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
8eeededd90 Try to fix travis 2018-05-25 13:27:03 -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
016684a586 Try to fix travis 2018-05-24 14:00:54 -04:00
Ryan Dahl
8b4809d680 Fix travis file 2018-05-24 12:03:44 -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
b98f9f1efe Replace Node test runner with golang one. 2018-05-24 10:25:25 -04:00
Ryan Dahl
8d1497a408 Move pubMsg to dispatch 2018-05-23 17:23:50 -04:00
Parsa Ghadimi
cb222ceb22 Adds setInterval, clearInterval, clearTimeout. 2018-05-23 17:07:20 -04:00
Ryan Dahl
3171ba4c3f Add special deno module to public api 2018-05-23 16:45:01 -04:00
Ryan Dahl
b2ca48a621 Use protobuf 3.1 in travis. 2018-05-23 14:29:14 -04:00
Ryan Dahl
e4a0acb429 Adjust travis's ccache 2018-05-23 13:46:12 -04:00
Ryan Dahl
105438c94f Add prettier to deps 2018-05-23 13:37:04 -04:00
Ryan Dahl
644e7fa065 Add debug logging to golang side 2018-05-23 13:23:29 -04:00
Ryan Dahl
be4883722f Rename sendMsgFromObject to sendMsg 2018-05-23 11:31:53 -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
10c198fffd Try to fix travis 2018-05-22 15:25:16 -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
9ea397861f Fix LoadOutputCodeCache 2018-05-22 13:12:05 -04:00
Parsa Ghadimi
cd9c361ee1 Improve travis build 2018-05-22 11:54:08 -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
9a66216599 Add globals.ts 2018-05-21 18:53:53 -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
2c65292119 Source map support. Partially working. 2018-05-19 07:06:23 -04:00
Ryan Dahl
ca8eb1d421 privatize some methods 2018-05-19 05:56:02 -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
487bf4e1ac Fix travis. 2018-05-18 21:55:51 -04:00
Ryan Dahl
8886e1b55f Initial support for remote imports 2018-05-18 21:25:37 -04:00
Ryan Dahl
39da69f051 Fix travis.yml 2018-05-18 12:32:37 -04:00
Ryan Dahl
d1f71db455 Add README 2018-05-18 12:25:59 -04:00
Ryan Dahl
ee9cfb5a60 Add testdata/005_more_imports.ts 2018-05-18 12:20:59 -04:00
Ryan Dahl
8f0e242f4b Display diagnostics on TS error. 2018-05-18 12:20:59 -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
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
03af2c7118 Try to fix travis 2018-05-14 22:26:56 -04:00
Ryan Dahl
8a7ac7f4f3 Run clang-format on msg.proto 2018-05-14 21:47:39 -04:00
Ryan Dahl
471a4f461a Support V8 flags 2018-05-14 20:57:49 -04:00
Ryan Dahl
76379d7058 Add diagnostics. 2018-05-14 18:22:45 -04:00