summaryrefslogtreecommitdiff
path: root/tools/format.py
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-10-12 08:23:13 +1100
committerRyan Dahl <ry@tinyclouds.org>2018-10-11 20:29:43 -0400
commitec402c6932128d215f78c77661d84472a89b72b1 (patch)
tree899cfd7895c900300ad6c9199f277377c5d093fb /tools/format.py
parentfda7aaa10e173bfa8ef864a74a274af69fc01cca (diff)
Replace globals.d.ts with lib.deno_runtime.d.ts
Diffstat (limited to 'tools/format.py')
-rwxr-xr-xtools/format.py1
1 files changed, 1 insertions, 0 deletions
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