summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2018-06-25Rename deno_rs to deno.Ryan Dahl
2018-06-25Fix run_node.py symlink.Ryan Dahl
2018-06-22Add onerror test to mock_runtime_test.ccRyan Dahl
2018-06-22lintRyan Dahl
2018-06-22run_node.py don't error if symlink exists (#279)Ryan Dahl
The switch from deno2/ to src/ made Travis's cached symlink invalid and now os.path.exists() returns false.
2018-06-22Move `deno2` folder to `src` (#277)Tristan Marion