summaryrefslogtreecommitdiff
path: root/deno2/BUILD.gn
AgeCommit message (Collapse)Author
2018-06-22Move `deno2` folder to `src` (#277)Tristan Marion
2018-06-22Travis for deno2Ryan Dahl
2018-06-17First pass at deno rustRyan Dahl
2018-06-17Move gn templates into deno.gniRyan Dahl
2018-06-17Small fixesBert Belder
* Squelch printf format warning. * Fix Linux build by symlinking buildtools to v8/buildtools. * Lint comment in BUILD.gn.
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-15Make libdeno a complete_static_lib for rust linkingRyan Dahl
2018-06-15Fix error handling in deno::ReadFileToStringRyan Dahl
Starts a unit test for it, and adds to mock_runtime_test.
2018-06-14Cleans up ReadFile and snapshot_creator code.Ryan Dahl
2018-06-14Add ability to link to v8_libbase.Ryan Dahl
2018-06-14Demo protobufs in deno2.Ryan Dahl
Adds deno_set_response() to allow stack allocated responses.
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-11Add mock_runtime_test.Ryan Dahl
2018-06-10Organize BUILD.gnRyan Dahl
2018-06-10Expose deno::from_snapshot() constructorRyan Dahl
2018-06-10First pass at libdeno.Ryan Dahl
2018-06-10Add deno2 prototype from external repo.Ryan Dahl