Revert "Rewrite tools/format.py in deno (#1528)" (#1752)

tools/format.ts is making CI flaky and it's difficult to run right now.
Reverting to tools/format.py

This reverts commit f19622e768.
This commit is contained in:
Ryan Dahl 2019-02-12 15:20:32 -05:00 committed by GitHub
parent 9240f9b57f
commit 0b0d962eb9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 59 additions and 264 deletions

View file

@ -45,8 +45,6 @@ import "./url_search_params_test.ts";
import "./write_file_test.ts";
import "./performance_test.ts";
import "../tools/util_test.ts";
import "../website/app_test.js";
import "deps/https/deno.land/x/std/testing/main.ts";