summaryrefslogtreecommitdiff
path: root/.gitmodules
AgeCommit message (Collapse)Author
2021-06-14tests: fix wpt epoch ci job (#10960)Luca Casonato
2021-06-11chore: update wpt (#10931)Luca Casonato
This synchronizes our WPT revision with upstream.
2021-02-02chore: remove std directory (#9361)Casper Beyer
This removes the std folder from the tree. Various parts of the tests are pretty tightly dependent on std (47 direct imports and 75 indirect imports, not counting the cli tests that use them as fixtures) so I've added std as a submodule for now.
2021-01-27tests: new typescript WPT runner (#9269)Luca Casonato
2021-01-07chore: checkout submodules with shallow=true (#9040)Luca Casonato
2021-01-05tests: add web platform test runner (#8990)Luca Casonato
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
2020-11-09build: use shallow clone of third_party (#8295)Bartek Iwańczuk
"third_party/" is a git submodule pointing to "deno_third_party" repository. The git history of that repo is quite heavy as it historically contained typescript, node_modules and python_packages directories, but now there are only 11 binaries in there. Setting this attribute should speed up fresh clones.
2020-08-26Use https instead of ssh for wasi-test-suite submodule (#7202)Ryan Dahl
2020-08-25test(std/wasi): add wasi-testsuite as a submodule (#7042)Casper Beyer
2020-07-22Reduce size of TypeScript Compiler snapshot (#6809)Ryan Dahl
This PR is intentionally ugly. It duplicates all of the code in cli/js2/ into cli/tsc/ ... because it's very important that we all understand that this code is unnecessarily duplicated in our binary. I hope this ugliness provides the motivation to clean it up. The typescript git submodule is removed, because it's a very large repo and contains all sorts of stuff we don't need. Instead the necessary files are copied directly into the deno repo. Hence +200k lines. COMPILER_SNAPSHOT.bin size ``` master 3448139 this branch 3320972 ``` Fixes #6812
2020-07-20Remove deno_typescript (#6813)Ryan Dahl
2020-01-05Replace libdeno with rusty_v8 (#3556)Ry Dahl
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