Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-24 | Add `toString` for CallSite of eval origin (#809) | Kevin (Kun) "Kassimo" Qian | |
2018-09-05 | Mark APIs at internal and include JSDoc in types | Kitson Kelly | |
2018-09-01 | Minor code refactoring | ShinDarth | |
2018-09-01 | Refactor code to be same style | liuyi | |
2018-08-15 | Use typescript strict mode (#505) | Kitson Kelly | |
2018-08-08 | Organize libdeno functions. | Ryan Dahl | |
2018-08-08 | Generate declarations | 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-07-24 | Change copyrights to be 'Deno authors'. | Ryan Dahl | |
2018-07-06 | Import ts file from prototype without change | Ryan Dahl | |
From commit 559453cf6cc88283bcf8fdeccd387458f5c63165 Excluding v8worker.d.ts, main.ts, and deno.d.ts. Updates tslint.json to be original settings. |