summaryrefslogtreecommitdiff
path: root/tools/util.js
AgeCommit message (Collapse)Author
2021-06-26chore: use local deno_std in tools scripts (#11122)Bartek Iwańczuk
2021-06-23tests: fix bug in WPT test harness (#10920)Bert Belder
2021-06-07chore(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-06tests: 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-28chore: upgrade dprint plugins (#10397)Satya Rohith
2021-01-27tests: new typescript WPT runner (#9269)Luca Casonato
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-11-14build: 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-05build: 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/".