Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-21 | Add tools/test.py test runner. (#384) | Ryan Dahl | |
2018-07-18 | Execute 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-22 | Delete go implementation (#276) | Ryan Dahl | |
The go prototype will remain at https://github.com/ry/deno/tree/golang | |||
2018-06-04 | Lint (#83) | Yingchen Xue | |
2018-05-30 | Allow importing of the compiled in typescript | Ryan Dahl | |
Fixes #18. | |||
2018-05-30 | Use wildcard to check stack trace outputs (#3) | Parsa Ghadimi | |
2018-05-28 | Move testdata/fetch.ts to tests.ts | Ryan Dahl | |
2018-05-28 | Move testdata/read_file_sync.ts to tests.ts | Ryan Dahl | |
We don't need to start a new process for every test. | |||
2018-05-27 | Add readFileSync | Ryan Dahl | |
2018-05-27 | Implement fetch | Ryan Dahl | |
2018-05-26 | Add TestErrors | Ryan Dahl | |
2018-05-26 | Support async/await by including ES2017 | Ryan Dahl | |
This required adjusting the module loading system. | |||
2018-05-23 | Adds setInterval, clearInterval, clearTimeout. | Parsa Ghadimi | |
2018-05-23 | Add special deno module to public api | Ryan Dahl | |
2018-05-21 | Support source maps for internal code. | Ryan Dahl | |
2018-05-21 | Source maps work for testdata/007_stack_trace.ts. | Ryan Dahl | |
2018-05-19 | Source map support. Partially working. | Ryan Dahl | |
2018-05-18 | Initial support for remote imports | Ryan Dahl | |
2018-05-18 | Add testdata/005_more_imports.ts | Ryan Dahl | |
2018-05-18 | First pass at setTimeout | Ryan Dahl | |
2018-05-14 | Support relative import. | Ryan Dahl | |
2018-05-14 | Use typescript | Ryan Dahl | |
2018-05-14 | readFileSync is working | Ryan Dahl | |