mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
04180bf8ff
Summary: FBLazyVector is a simple utility to help typesafety/codegen of TurboModule specs. This is not used widely elsewhere at the moment. Reviewed By: hramos, cpojer Differential Revision: D15929956 fbshipit-source-id: 17226351738335a74e7b931812a1ca901f47963f
12 lines
296 B
Python
12 lines
296 B
Python
load("//tools/build_defs/oss:rn_defs.bzl", "fb_apple_library")
|
|
|
|
fb_apple_library(
|
|
name = "FBLazyVector",
|
|
autoglob = True,
|
|
contacts = ["oncall+react_native@xmail.facebook.com"],
|
|
enable_exceptions = False,
|
|
frameworks = [],
|
|
link_whole = False,
|
|
visibility = ["PUBLIC"],
|
|
)
|