Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-08-30 | Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827) | Ryan Dahl | |
2019-06-01 | Upgrade TypeScript to 3.5.1 (#2437) | Kitson Kelly | |
2019-04-01 | Add web worker JS API (#1993) | andy finch | |
* Refactored the way worker polling is scheduled and errors are handled. * Share the worker future as a Shared | |||
2019-04-01 | Upgrade to TypeScript 3.4.1 (#2027) | Kitson Kelly | |
2019-03-30 | Move //libdeno to //core/libdeno (#2015) | Ryan Dahl | |
Fixes some sed errors introduced in c43cfe. Unfortunately moving libdeno required splitting build.rs into two parts, one for cli and one for core. I've also removed the arm64 build - it's complicating things at this re-org and we're not even testing it. I need to swing back to it and get tools/test.py running for it. | |||
2019-03-09 | Migrate from tslint to eslint for linting (#1905) | Kitson Kelly | |
2019-03-07 | Remove 'deno' builtin module (#1895) | Kitson Kelly | |
2019-01-02 | Happy new year! | Ryan Dahl | |
2018-11-29 | Upgrade to TypeScript 3.2 | Kitson Kelly | |
2018-10-30 | Remove unused asset. | Kitson Kelly | |
2018-10-11 | Replace globals.d.ts with lib.deno_runtime.d.ts | Kitson Kelly | |
2018-09-16 | Improve integration of dom_types | Kitson Kelly | |
2018-09-14 | Rename fetch_types.d.ts to dom_types.d.ts | Parsa Ghadimi | |
2018-09-05 | Mark APIs at internal and include JSDoc in types | Kitson Kelly | |
2018-09-01 | Remove lib.globals.d.ts | Kitson Kelly | |
2018-09-01 | Bundle most types into globals.d.ts (#642) | Kitson Kelly | |
2018-08-25 | Prevent circular imports in ts code (#576) | Francesco Borzì | |
2018-08-22 | runtime.ts refactor into compiler.ts (#564) | Ryan Dahl | |
Adds compiler_test.ts | |||
2018-08-20 | First pass at fetch() | Ryan Dahl | |
With help from Thomas Ghysels <info@thomasg.be> | |||
2018-08-13 | Use `@internal` with js/timers.ts | Kitson Kelly | |
2018-08-09 | First pass at setTimeout with Tokio (#434) | Ryan Dahl | |
2018-08-08 | Generate declarations | Kitson Kelly | |
2018-08-08 | Rename lib.deno.d.ts to lib.globals.d.ts | Kitson Kelly | |
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) | |||
2018-07-24 | Change copyrights to be 'Deno authors'. | Ryan Dahl | |
2018-07-22 | Replace packer with rollup | Kitson Kelly | |
2018-07-18 | Execute 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. |