Skip to content

Commit fc207c4

Browse files
lexsmeta-codesync[bot]
authored andcommitted
Remove "js" language from thrift_library targets
Summary: The thrift JS codegen via thrift_library Buck targets is unused — no target actually depends on any of the generated -js outputs. Remove "js" from all languages lists and thrift_js_options from all thrift_library rules outside of fbcode/thrift and xplat/thrift. Also removes the dead js_executable sample in proxygen/websocketserver and the -js deps in scripts/pranavtbhat/jsinterop. Reviewed By: iahs, vitaut Differential Revision: D95781669 fbshipit-source-id: 72d5a8b8ad7d27d186ff54cbe481182dc59da11a
1 parent 71c40f2 commit fc207c4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fb303/thrift/BUCK

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ thrift_library(
3131
"python",
3232
"go",
3333
"hs2",
34-
"js",
3534
"py-deprecated-asyncio",
3635
"rust",
3736
"erlang",
@@ -48,7 +47,6 @@ thrift_library(
4847
py_base_module = "",
4948
thrift_cpp2_options = "frozen2,reflection",
5049
thrift_java_swift_options = ["deprecated_allow_leagcy_reflection_client"],
51-
thrift_js_options = ["node"],
5250
thrift_rust_options = [
5351
"deprecated_default_enum_min_i32",
5452
"serde",

0 commit comments

Comments
 (0)