Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-02-13 | tests: re-enable wpt/webappapis/timers (#9489) | Casper Beyer | |
2021-02-13 | fix: webidl utils and align `Event` to spec (#9470) | Luca Casonato | |
2021-02-13 | test(cli): enable microtask-queue tests (#9490) | Casper Beyer | |
2021-02-04 | refactor: rewrite File implementation (#9334) | Luca Casonato | |
2021-02-02 | typo (#9378) | Dezső Mészáros | |
2021-01-30 | refactor: rewrite Blob implementation (#9309) | Luca Casonato | |
Co-authored-by: Kitson Kelly <me@kitsonkelly.com> | |||
2021-01-28 | chore: add jsdoc to 26_fetch.js and enable some fetch tests (#9305) | Luca Casonato | |
2021-01-28 | fix(tools): fix typo in wpt cli output (#9303) | Dezső Mészáros | |
2021-01-27 | tests: enable url wpt (#9299) | Luca Casonato | |
2021-01-27 | tests: new typescript WPT runner (#9269) | Luca Casonato | |
2021-01-17 | chore: Enforce ban-untagged-todo lint rule (#9135) | Bartek Iwańczuk | |
2021-01-10 | update copyright to 2021 (#9081) | Ryan Dahl | |
2021-01-05 | tests: add web platform test runner (#8990) | Luca Casonato | |
Co-authored-by: Kitson Kelly <me@kitsonkelly.com> | |||
2020-11-14 | build: update dlint to v0.2.10 (#8284) | Yusuke Tanaka | |
Update prebuilt "dlint" binary to v0.2.10 and fix diagnostics for "require-await" rule. Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com> | |||
2020-11-09 | chore: reference dprint config file in format script (#8318) | Bartek Iwańczuk | |
* chore: reference dprint config file in format script * chore: ignore .git folder in dprint config | |||
2020-11-08 | docs(tools): add a little note about cargo run (#8297) | Casper Beyer | |
2020-11-05 | update third_party (#8253) | Bartek Iwańczuk | |
2020-11-05 | build: rewrite tools/ scripts to deno (#8247) | Bartek Iwańczuk | |
This commit rewrites scripts in "tools/" directory to use Deno instead of Python. In return it allows to remove huge number of Python packages in "third_party/". | |||
2020-11-04 | chore: remove dead Python code (#8248) | Bartek Iwańczuk | |
2020-11-03 | build: remove eslint (#8232) | Bartek Iwańczuk | |
This commit updates "third_party" submodule to remove "eslint" and its dependencies. In result "tools/package.json" has been removed. | |||
2020-11-03 | build: migrate to dlint (#8176) | Bartek Iwańczuk | |
This commit migrates repository from using "eslint" to "dlint" for linting JavaScript code. | |||
2020-11-02 | chore: remove unused tools/ scripts (#8222) | Bartek Iwańczuk | |
2020-10-04 | docs: end sentences with a period in markdown (#7813) | Trivikram Kamat | |
2020-10-02 | refactor: use parentheses in print statements in python (#7779) | j4qfrost | |
2020-09-23 | mark shell code blocks as sh instead of bash (#7645) | qlcom | |
2020-09-23 | fix: ignore fileExists in tsc host (#7635) | Kitson Kelly | |
Fixes #7630 | |||
2020-09-21 | chore: add copyright (#7593) | tokiedokie | |
2020-08-28 | fix benchmark publish again (#7235) | Ryan Dahl | |
2020-08-28 | fix benchmark publish (#7232) | Ryan Dahl | |
2020-08-28 | Move benchmarks to Rust (#7134) | Valentin Anger | |
All benchmarks are done in Rust and can be invoked with `cargo bench`. Currently this has it's own "harness" that behaves like `./tools/benchmark.py` did. Because of this tests inside `cli/bench` are currently not run. This should be switched to the language provided harness once the `#[bench]` attribute has been stabilized. | |||
2020-08-21 | Remove old references to libdeno (#7149) | Max Drosdo.www | |
2020-08-21 | Split core http benchmark into 'bin_ops' and 'json_ops' variants (#7147) | Bert Belder | |
2020-08-03 | fix(cli): add support for non-UTF8 source files (#6789) | Maayan Hanin | |
Fixes: #5542 | |||
2020-07-22 | Reduce 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-21 | fix(tools/lint): don't exceed max command line length on windows (#6804) | 木杉 | |
2020-07-20 | fix benchmark_test (#6814) | Ryan Dahl | |
2020-07-14 | Use dprint for internal formatting (#6682) | David Sherret | |
2020-07-08 | feat: add --no-check option (#6456) | Kitson Kelly | |
This commit adds a "--no-check" option to following subcommands: - "deno cache" - "deno info" - "deno run" - "deno test" The "--no-check" options allows to skip type checking step and instead directly transpiles TS sources to JS sources. This solution uses `ts.transpileModule()` API and is just an interim solution before implementing it fully in Rust. | |||
2020-07-06 | Remove tools/hyper_hello (#6651) | Ryan Dahl | |
2020-07-06 | Remove test_server dependency from benchmarks (#6645) | Ryan Dahl | |
2020-07-04 | fix(tools): command line args parsing bug, unused function parameter (#6629) | Bert Belder | |
2020-07-04 | chore: port http_server.py to rust (#6364) | Ryan Dahl | |
2020-06-16 | feat(std/hash): reimplement all hashes in WASM (#6292) | skdltmxn | |
2020-06-09 | upgrade: deno_lint v0.1.8 (#6208) | Bartek Iwańczuk | |
2020-06-09 | fix(tools): prettier formatting (#6206) | Mark Tiedemann | |
2020-06-06 | Chunk prettier invocation (#6129) | Mark Tiedemann | |
This avoids failures due to exceeding the maximum command line length. Fixes: #5017 | |||
2020-06-01 | upgrade: crates (#6032) | Ryan Dahl | |
2020-06-01 | fix(cli/js/web): formData parser for binary files (#6015) | Marcos Casagrande | |
2020-05-31 | fix(cli/fetch): set null body for null-body status (#5980) | Marcos Casagrande | |
2020-05-31 | fix(fetch): network error on multiple redirects (#5985) | Marcos Casagrande | |