Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-26 | chore: use local deno_std in tools scripts (#11122) | Bartek Iwańczuk | |
2021-06-23 | tests: fix bug in WPT test harness (#10920) | Bert Belder | |
2021-06-07 | chore(tools): Fix stdout buffer of launched process getting full causing ↵ | David Sherret | |
tools/lint.js to hang on Windows (#10888) Also fix Windows only clippy issues. | |||
2021-06-06 | tests: run wpt scripts with Deno.core.evalContext (#10852) | Luca Casonato | |
This means wpts are now run in script context, and there are better stack traces. | |||
2021-04-28 | chore: upgrade dprint plugins (#10397) | Satya Rohith | |
2021-01-27 | tests: new typescript WPT runner (#9269) | Luca Casonato | |
2021-01-10 | update copyright to 2021 (#9081) | Ryan Dahl | |
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-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/". |