Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-31 | Upgrade node_modules, change tagline, clean up root directory (#3247) | Ry Dahl | |
* Upgrade node_modules * Simplify tagline * Move gclient_config.py out of root * Move package.json to tools * Remove yarn.lock * Remove CONTRIBUTING.md | |||
2019-10-22 | upgrade: typescript-eslint to 2.5.0 (#3184) | Yoshiya Hinosawa | |
2019-09-19 | Clean up miscellaneous metafiles (#2981) | Bert Belder | |
The yarn.lock file is moved from //third_party to the root of the main repository. This is where other package metadata files (e.g. Cargo.lock and package.json) are also located. | |||
2018-08-08 | Remove yarn.lock | Ryan Dahl | |
Fixes #393. | |||
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-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 | Loading assets and add .gitignore and yarn.lock | Ryan Dahl | |