Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-14 | Align JSDoc to style guide. | Kitson Kelly | |
2018-10-07 | Updates to js to clean up default library | Kitson Kelly | |
2018-10-04 | Move Platform from types to platform | Kitson Kelly | |
2018-10-03 | Clean up deno.platform | Ryan Dahl | |
Renames: deno.platform -> deno.platform.os deno.arch -> deno.platform.arch Removes unsupported operating systems and CPU architectures from the types. Uses the string "win" instead of "win32". | |||
2018-09-20 | Add deno.arch/deno.platform (#773) | Kevin (Kun) "Kassimo" Qian | |
2018-09-01 | Bundle most types into globals.d.ts (#642) | Kitson Kelly | |
2018-08-08 | Generate declarations | Kitson Kelly | |
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. |