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:
James Kuszmaul
2022-03-22 21:41:39 -07:00
committed by GitHub
parent 824763b316
commit eeb49c2757
5 changed files with 108 additions and 102 deletions

View File

@@ -1,4 +1,4 @@
load("//:build_defs.bzl", "flatbuffer_ts_library")
load("//:typescript.bzl", "flatbuffer_ts_library")
filegroup(
name = "reflection_fbs_schema",