mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-18 12:04:27 +00:00
Move flatbuffer_ts_library to typescript.bzl (#7183)
This makes it so that users of flatbuffer_cc_library don't need to have rules_nodejs available in their WORKSPACE, addressing #7179.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
load("@rules_cc//cc:defs.bzl", "cc_test")
|
||||
load("//:build_defs.bzl", "flatbuffer_cc_library", "flatbuffer_ts_library")
|
||||
load("//:build_defs.bzl", "flatbuffer_cc_library")
|
||||
load("//:typescript.bzl", "flatbuffer_ts_library")
|
||||
|
||||
package(default_visibility = ["//visibility:private"])
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
load("//:build_defs.bzl", "flatbuffer_ts_library")
|
||||
load("//:typescript.bzl", "flatbuffer_ts_library")
|
||||
|
||||
flatbuffer_ts_library(
|
||||
name = "typescript_transitive_ts_fbs",
|
||||
|
||||
Reference in New Issue
Block a user