summaryrefslogtreecommitdiff
path: root/testdata/001_hello.js
AgeCommit message (Collapse)Author
2018-07-21Add tools/test.py test runner. (#384)Ryan Dahl
2018-07-18Execute JS for the first time in Rust rewrite.Ryan Dahl
Implements code_fetch handler in Rust. Add ability to embed string assets (for typescript declaration files) Remove deno_cc and deno_cc_nosnapshot targets.
2018-06-22Delete go implementation (#276)Ryan Dahl
The go prototype will remain at https://github.com/ry/deno/tree/golang
2018-05-14Support relative import.Ryan Dahl