summaryrefslogtreecommitdiff
path: root/testdata
AgeCommit message (Collapse)Author
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