From ec402c6932128d215f78c77661d84472a89b72b1 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 12 Oct 2018 08:23:13 +1100 Subject: Replace globals.d.ts with lib.deno_runtime.d.ts --- tools/format.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/format.py') diff --git a/tools/format.py b/tools/format.py index 272f2c82b..5b6afd1c3 100755 --- a/tools/format.py +++ b/tools/format.py @@ -34,6 +34,7 @@ run(["node", prettier, "--write"] + find_exts(".github/", ".md") + find_exts("js/", ".js", ".ts", ".md") + find_exts("tests/", ".js", ".ts", ".md") + + find_exts("tools/", ".js", ".json", ".ts", ".md") + find_exts("website/", ".js", ".ts", ".md")) # yapf: enable -- cgit v1.2.3