summaryrefslogtreecommitdiff
path: root/js/assets.ts
AgeCommit message (Collapse)Author
2018-08-13Use `@internal` with js/timers.tsKitson Kelly
2018-08-09First pass at setTimeout with Tokio (#434)Ryan Dahl
2018-08-08Generate declarationsKitson Kelly
2018-08-08Rename lib.deno.d.ts to lib.globals.d.tsKitson Kelly
2018-07-31Upgrade TypeScript (3.0.1)Kitson Kelly
Update runtime to use lib.deno.d.ts Add proper console declaration Upgrade prettier (There was an issue formatting lib.deno.d.ts)
2018-07-24Change copyrights to be 'Deno authors'.Ryan Dahl
2018-07-22Replace packer with rollupKitson Kelly
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.