summaryrefslogtreecommitdiff
path: root/deno2/file_util.cc
AgeCommit message (Collapse)Author
2018-06-22Move `deno2` folder to `src` (#277)Tristan Marion
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-17Small fixesBert Belder
* Squelch printf format warning. * Fix Linux build by symlinking buildtools to v8/buildtools. * Lint comment in BUILD.gn.
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