summaryrefslogtreecommitdiff
path: root/deno2/js
AgeCommit message (Collapse)Author
2018-06-22Move `deno2` folder to `src` (#277)Tristan Marion
2018-06-22Travis for deno2Ryan Dahl
2018-06-19Fix snapshot source code wrapping.Ryan Dahl
2018-06-19Snapshot clean upsRyan Dahl
- Don't call eval() in mock_runtime - not allowed - see js2c.py. - Don't use v8_use_external_startup_data - Move MakeSnapshot to snapshot_creator.cc - Use logging.h in from_snapshot.cc
2018-06-18Fix snapshot bug. (#267)Ryan Dahl
2018-06-15deno2: make parcel produce more modern javascriptBert Belder
Parcel runs typescript compiler output through babel. Unfortunately there's no way to turn this off entirely, but with this rule it at least won't transpile down to ES5. See also https://github.com/parcel-bundler/parcel/issues/954
2018-06-14deno2: add global `deno` namespaceBert Belder
2018-06-14deno2: pass argv to jsRyan Dahl
2018-06-14Demo protobufs in deno2.Ryan Dahl
Adds deno_set_response() to allow stack allocated responses.
2018-06-14Change msg.proto package name.Ryan Dahl
2018-06-13Clean up the build (replace browserify with parcel)Ryan Dahl
2018-06-13deno2: build on WindowsBert Belder
2018-06-12Fix protobufjs snapshotting.Ryan Dahl
2018-06-12Simplify pbjs build with hack.Ryan Dahl
Just check in the generated files and create them using js/pbjs_hack.py. This allows vscode to be used and sane compilations.
2018-06-12Improve deno2 bundlingRyan Dahl
2018-06-12deno2: compile in TS, build protobufRyan Dahl
2018-06-11Calling denoSub twice should fail.Ryan Dahl
2018-06-11Use camel-case for deno js api.Ryan Dahl
2018-06-11Fix deno executableRyan Dahl
2018-06-11Add channel to pub/subRyan Dahl
2018-06-11deno2: fmt js dirRyan Dahl
2018-06-11Better function names in mock_runtime.jsRyan Dahl
2018-06-11Add tests for deno_sub_cb.Ryan Dahl
2018-06-11Use pub/sub instead of send/recvRyan Dahl
2018-06-11Add deno_dispose to tests.Ryan Dahl
And fix ArrayBuffer memory problem.
2018-06-11Add deno_send tests.Ryan Dahl
2018-06-11Add mock_runtime_test.Ryan Dahl
2018-06-10Add deno2 prototype from external repo.Ryan Dahl