Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-04 | Remove tsconfig files - they are not part of build process (#3262) | Ry Dahl | |
2019-10-04 | Merge deno_cli_snapshots into deno_cli (#3064) | Ryan Dahl | |
2019-10-02 | feat: JSX Support (#3038) | Yusuke Sakurai | |
2019-09-06 | Add default-run (+ clean up old references) (#2876) | Nayeem Rahman | |
2019-08-30 | Remove ts_library_builder, maintain lib.deno_runtime.d.ts by hand (#2827) | Ryan Dahl | |
2019-08-26 | Clean up various flatbuffer references (#2819) | Ryan Dahl | |
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-26 | namespace reorg: libdeno and DenoCore to Deno.core (#1998) | Kitson Kelly | |
2019-03-11 | Update to TypeScript 3.3 (#1908) | Kitson Kelly | |
2019-02-05 | Add WebAssembly to runtime library (#1677) | Kitson Kelly | |
This also modifies the `ts_library_builder` to support inlining assets. Includes integration tests from @sh7dm | |||
2019-02-02 | Compiler cleanups and minor improvements (#1656) | Kitson Kelly | |
2018-11-08 | build: Use target/ instead of out/ (#1153) | Ryan Dahl | |
2018-10-30 | Add ability to load JSON as modules (#1065) | Kitson Kelly | |
2018-10-24 | Support CheckJS | Kitson Kelly | |
2018-10-23 | Revert "Support CheckJS" | Ryan Dahl | |
Broken in master. This reverts commit dd230d520b5599c0e51cf30245a567f07b3cfb28. | |||
2018-10-23 | Support CheckJS | Kitson Kelly | |
2018-08-15 | Use typescript strict mode (#505) | Kitson Kelly | |
2018-08-08 | Generate declarations | 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-26 | Run tools/format.py | Ryan Dahl | |
2018-07-25 | Remove msg_generated hack (#409) | Kitson Kelly | |
2018-07-22 | Replace packer with rollup | Kitson Kelly | |
2018-07-06 | Run tools/format.sh | 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. | |||
2018-07-01 | chore: move //src/js to //js | Yoshiya Hinosawa | |
refs: #285 | |||
2018-06-22 | Delete go implementation (#276) | Ryan Dahl | |
The go prototype will remain at https://github.com/ry/deno/tree/golang | |||
2018-06-01 | Remove text-encoding.d.ts - the declarations are included in TS (#6) | Mohsen Azimi | |
2018-05-28 | Add tests.ts for fast unit tests. | Ryan Dahl | |
Also deno_testing/ which will be released as a standalone module. | |||
2018-05-21 | Support source maps for internal code. | Ryan Dahl | |
2018-05-18 | Initial support for remote imports | Ryan Dahl | |
2018-05-14 | readFileSync is working | Ryan Dahl | |
2018-05-14 | Add console.log | Ryan Dahl | |
2018-05-13 | Init | Ryan Dahl | |