Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-08 | Rename lib.deno.d.ts to lib.globals.d.ts | Kitson Kelly | |
2018-08-02 | Source map support (#429) | Ryan Dahl | |
This change increases size: out/debug/obj/libdeno/from_snapshot.o 19M -> 34M out/release/deno 32M -> 47M | |||
2018-08-01 | Better handling of exceptions during snapshot creation. | Ryan Dahl | |
2018-07-31 | Upgrade 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) |