Commit graph

11134 commits

Author SHA1 Message Date
Ryan Dahl 6097f87154 Try to fix tslint on travis 2018-05-28 09:47:40 -04:00
Ryan Dahl 80685a53eb Try to fix travis 2018-05-27 18:07:51 -04:00
Ryan Dahl 81d0c571ba Travis: Don't cache v8worker2/out 2018-05-27 15:01:16 -04:00
Ryan Dahl 386eb082fe Attempt to fix travis 2018-05-27 14:53:56 -04:00
Ryan Dahl 3d76dc51b7 Fmt 2018-05-27 14:21:18 -04:00
Ryan Dahl 92e97bca41 workaround text-encoding bug 2018-05-27 14:20:23 -04:00
Ryan Dahl bbcdc9b488 Move text-encoding types into repo so i can hack it.
It is unchanged in this commit.
2018-05-27 14:13:36 -04:00
Ryan Dahl 9b8dc66c9f Add protoc-gen-go install to travis 2018-05-27 12:52:17 -04:00
Ryan Dahl c21ae406af Clean up in fetch.ts 2018-05-27 12:49:33 -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 ef00cf3e38 Use babel-polyfill to fix error 2018-05-27 01:33:37 -04:00
Ryan Dahl 65a2c4b421 Add onerror handler for uncaught exceptions 2018-05-27 00:16:09 -04:00
Ryan Dahl fe6e4febdb Add TestErrors 2018-05-26 21:55:42 -04:00
Ryan Dahl 8d2d66256e Remove out-of-date comment 2018-05-26 15:24:25 -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 cbfb7d8720 Simplify naming of CodeFetch, CodeCache 2018-05-25 17:21:12 -04:00
Ryan Dahl a1c0862047 Add basic stats 2018-05-25 17:14:56 -04:00
Ryan Dahl 59534fb9e3 Add tests for urls 2018-05-25 17:01:18 -04:00
Ryan Dahl 0fe6ab91df Finish de-oneof-ing 2018-05-25 16:16:28 -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 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