summaryrefslogtreecommitdiff
path: root/yarn.lock
AgeCommit message (Collapse)Author
2019-10-31Upgrade 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-22upgrade: typescript-eslint to 2.5.0 (#3184)Yoshiya Hinosawa
2019-09-19Clean 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-08Remove yarn.lockRyan Dahl
Fixes #393.
2018-08-01Add base64-js to third_party.Ryan Dahl
It's a dependency of js/v8_source_maps.ts.
2018-07-31Upgrade 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-22Replace packer with rollupKitson Kelly
2018-07-18Downgrade typescript to 2.8.3Ryan 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-09chore: use local prettierYoshiya Hinosawa
2018-07-06chore: reorganize symlinksYoshiya Hinosawa
resolves #332
2018-06-22Delete go implementation (#276)Ryan Dahl
The go prototype will remain at https://github.com/ry/deno/tree/golang
2018-05-27Move text-encoding types into repo so i can hack it.Ryan Dahl
It is unchanged in this commit.
2018-05-27Implement fetchRyan Dahl
2018-05-27Use babel-polyfill to fix errorRyan Dahl
2018-05-24Try to fix travisRyan Dahl
2018-05-24Replace Node test runner with golang one.Ryan Dahl
2018-05-23Add prettier to depsRyan Dahl
2018-05-21Source maps work for testdata/007_stack_trace.ts.Ryan Dahl
2018-05-19Source map support. Partially working.Ryan Dahl
2018-05-18Initial support for remote importsRyan Dahl
2018-05-14FormatRyan Dahl
2018-05-14Add tslint, and tenative travis file.Ryan Dahl
2018-05-14readFileSync is workingRyan Dahl
2018-05-14Add protobufjs depsRyan Dahl
2018-05-13Loading assets and add .gitignore and yarn.lockRyan Dahl