Skip to content

Commit 1f91920

Browse files
committed
build(bazel): swc_node_base
1 parent bec4c98 commit 1f91920

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

crates/swc_node_base/BUILD.bazel

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
package(default_visibility = ["//visibility:public"])
2+
3+
# [BAZELTODO]
4+
# rust_library(
5+
# name = "swc_node_base",
6+
# srcs = glob(["src/**/*.rs"]),
7+
# deps = select({
8+
# # [BAZELTODO]:
9+
# # - support target_env = "gnu"
10+
# # - build.rs support for tikv-jemalloc-sys, which
11+
# # invokes sh + configure + c build
12+
# # "@platforms//os:linux": crate_deps([
13+
# # "tikv-jemallocator",
14+
# # ]),
15+
# "//conditions:default": crate_deps([
16+
# "mimalloc-rust",
17+
# ]),
18+
# }),
19+
# )

0 commit comments

Comments
 (0)