From b7eb63f7cbb03718d1ee14853df08b8a847a9ff5 Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Wed, 15 Jul 2020 15:59:52 -0400 Subject: [PATCH] This file is no longer needed. --- build/tree_sitter.bzl | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 build/tree_sitter.bzl diff --git a/build/tree_sitter.bzl b/build/tree_sitter.bzl deleted file mode 100644 index 94938f61f..000000000 --- a/build/tree_sitter.bzl +++ /dev/null @@ -1,10 +0,0 @@ -# To provide access to node-types.json files and the contents -# of the packages's corpus/ directory, we define a BUILD file -# that will be injected, via the build_file_contents, into -# the repositories that we download. - -package(default_visibility = ["//visibility:public"]) - -exports_files(glob(["**/node-types.json"])) - -filegroup(name = "corpus", srcs = glob(["**/corpus/*.txt"]))