comparison third_party/bun/BUILD @ 27:b212647e8654

[Bun] Adding OS specific files that I used for testing as to be ignored.
author June Park <parkjune1995@gmail.com>
date Thu, 09 Oct 2025 06:45:50 -0700
parents 7d3fa1a7a854
children 78ea8d5ccc87
comparison
equal deleted inserted replaced
26:a58a663dae68 27:b212647e8654
40 ], 40 ],
41 visibility = ["//visibility:public"], 41 visibility = ["//visibility:public"],
42 ) 42 )
43 43
44 filegroup( 44 filegroup(
45 name = "node_modules", 45 name = "bun_files",
46 srcs = [ 46 srcs = [
47 "package.json", "tsconfig.json", "bun.lock", 47 "package.json", "tsconfig.json", "bun.lock",
48 ] + glob(["node_modules/**"]), 48 ] + glob(["node_modules/**"]),
49 visibility = ["//visibility:public"], 49 visibility = ["//visibility:public"],
50 ) 50 )
51
52 filegroup(
53 name = "bun_dir",
54 srcs = glob(["**"], exclude = ["BUILD", "bun"],),
55 visibility = ["//visibility:public"],
56 )