| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-06 | Process source maps in Rust instead of JS (#1280) | Ryan Dahl | |
| - Improves speed and binary size significantly. - Makes deno_last_exception() output a JSON structure. - Isolate::execute and Isolate::event_loop now return structured, mapped JSError objects on errors. - Removes libdeno functions: libdeno.setGlobalErrorHandler() libdeno.setPromiseRejectHandler() libdeno.setPromiseErrorExaminer() In collaboration with Ryan Dahl. | |||
| 2018-12-06 | Use alternate TextEncoder/TextDecoder implementation (#1281) | Kitson Kelly | |
| This is faster and smaller. | |||
| 2018-11-30 | Upgrade Prettier to support BigInt syntax in TS | Ryan Dahl | |
| 2018-11-29 | Upgrade to TypeScript 3.2 | Kitson Kelly | |
| 2018-11-12 | Update to TypeScript 3.1.6 (#1177) | Kitson Kelly | |
| 2018-11-05 | Omit sources from source maps in bundle. | Kitson Kelly | |
| 2018-10-19 | Upgrade node_modules. | Ryan Dahl | |
| 2018-10-15 | Update to TypeScript 3.1 and ts-simple-ast 17 (#980) | Kitson Kelly | |
| 2018-10-11 | Replace globals.d.ts with lib.deno_runtime.d.ts | Kitson Kelly | |
| 2018-10-03 | Upgrade TS to 3.0.3 | Ryan Dahl | |
| We need this specific version because ts-simple-ast depends on it. See https://github.com/denoland/deno/pull/729#issuecomment-426352887 | |||
| 2018-09-20 | Add deno.arch/deno.platform (#773) | Kevin (Kun) "Kassimo" Qian | |
| 2018-08-11 | Use unit_tests for readFileSync testing. | Ryan Dahl | |
| 2018-08-09 | Add TextEncoder/TextDecoder support. | Ryan Dahl | |
| Fixes #470 This commit increases size: out/release/gen/bundle/main.js 7.3M -> 7.9M out/release/gen/bundle/main.js.map 11M -> 12M out/release/gen/snapshot_deno.bin 34M -> 37M out/release/deno 49M -> 53M Note the amount in the JS code added is quite small: 4.0K node_modules/text-encoding/index.js 4.0K node_modules/@types/text-encoding/index.d.ts 4.0K js/text_encoding.ts Unclear to me what is causing the jump in snapshot size. | |||
| 2018-08-01 | Add base64-js to third_party. | Ryan Dahl | |
| It's a dependency of js/v8_source_maps.ts. | |||
| 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-22 | Replace packer with rollup | Kitson Kelly | |
| 2018-07-18 | Downgrade typescript to 2.8.3 | Ryan Dahl | |
| This is to exactly match the runtime in the prototype for easier debugging. We will upgrade once the runtime is functional being tested properly. | |||
| 2018-07-09 | chore: use local prettier | Yoshiya Hinosawa | |
| 2018-07-06 | chore: reorganize symlinks | Yoshiya Hinosawa | |
| resolves #332 | |||
| 2018-06-22 | Delete go implementation (#276) | Ryan Dahl | |
| The go prototype will remain at https://github.com/ry/deno/tree/golang | |||
| 2018-05-28 | Try to fix tslint on travis | Ryan Dahl | |
| 2018-05-27 | Move text-encoding types into repo so i can hack it. | Ryan Dahl | |
| It is unchanged in this commit. | |||
| 2018-05-27 | Implement fetch | Ryan Dahl | |
| 2018-05-27 | Use babel-polyfill to fix error | Ryan Dahl | |
| 2018-05-24 | Try to fix travis | Ryan Dahl | |
| 2018-05-24 | Replace Node test runner with golang one. | Ryan Dahl | |
| 2018-05-23 | Add prettier to deps | Ryan Dahl | |
| 2018-05-21 | Source maps work for testdata/007_stack_trace.ts. | Ryan Dahl | |
| 2018-05-19 | Source map support. Partially working. | Ryan Dahl | |
| 2018-05-18 | Initial support for remote imports | Ryan Dahl | |
| 2018-05-14 | Format | Ryan Dahl | |
| 2018-05-14 | Add tslint, and tenative travis file. | Ryan Dahl | |
| 2018-05-14 | readFileSync is working | Ryan Dahl | |
| 2018-05-14 | Add protobufjs deps | Ryan Dahl | |
| 2018-05-13 | Init | Ryan Dahl | |
