summaryrefslogtreecommitdiff
path: root/.gitmodules
AgeCommit message (Collapse)Author
2019-10-09remove std submoduleRyan Dahl
2019-10-04Move deno_std to a more convenient location. (#3057)Ryan Dahl
js/deps/https/deno.land/std -> js/std
2019-09-17Use shallow submodules, don't clone Typescript recursivelyBert Belder
2019-09-16Use more ergonomic submodule namesBert Belder
Change submodule names to match the name of the corresponding github repository, which is easier to remember than using the full path where the submodule is (or used to be) checked out.
2019-09-15Make deno_cli installable via crates.io (#2946)Ryan Dahl
- Fixes cargo publish on deno_typescript, deno_cli_snapshots, and deno_cli. - Combines cli_snapshots and js into one directory. - Extracts TS version at compile time rather than runtime - Bumps version awkwardly - it was necessary to test end-to-end publishing. Sorry. - Adds git submodule deno_typescript/typescript
2019-09-15Move GN root into //core/libdeno (#2943)Christian Moritz
2019-03-06Replace deno.land/x/std with deno.land/std (#1890)Andy Hayden
2018-12-24deno_net -> deno_std renameRyan Dahl
Also don't format external js/deps
2018-12-08Track the master branch of the chromium_build repoBert Belder
2018-12-07Add benchmark for net/http (#1289)Bartek IwaƄczuk
2018-11-29Make //build a git submoduleRyan Dahl
So we can float patches before sending them upstream. https://github.com/denoland/chromium_build Remove build_extra/toolchain
2018-08-02Update repo links to denoland.Ryan Dahl
2018-07-21Add deno_third_party as git submodule.Ryan Dahl