summaryrefslogtreecommitdiff
path: root/testdata
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-06-04Lint (#83)Yingchen Xue
2018-05-30Allow importing of the compiled in typescriptRyan Dahl
Fixes #18.
2018-05-30Use wildcard to check stack trace outputs (#3)Parsa Ghadimi
2018-05-28Move testdata/fetch.ts to tests.tsRyan Dahl
2018-05-28Move testdata/read_file_sync.ts to tests.tsRyan Dahl
We don't need to start a new process for every test.
2018-05-27Add readFileSyncRyan Dahl
2018-05-27Implement fetchRyan Dahl
2018-05-26Add TestErrorsRyan Dahl
2018-05-26Support async/await by including ES2017Ryan Dahl
This required adjusting the module loading system.
2018-05-23Adds setInterval, clearInterval, clearTimeout.Parsa Ghadimi
2018-05-23Add special deno module to public apiRyan Dahl
2018-05-21Support source maps for internal code.Ryan Dahl
2018-05-21Source maps work for testdata/007_stack_trace.ts.Ryan Dahl
2018-05-19Source map support. Partially working.Ryan Dahl
2018-05-18Initial support for remote importsRyan Dahl
2018-05-18Add testdata/005_more_imports.tsRyan Dahl
2018-05-18First pass at setTimeoutRyan Dahl
2018-05-14Support relative import.Ryan Dahl
2018-05-14Use typescriptRyan Dahl
2018-05-14readFileSync is workingRyan Dahl