Skip to content

Commit

Permalink
Fix reflection.fbs import path
Browse files Browse the repository at this point in the history
  • Loading branch information
mering committed Jan 22, 2025
1 parent 9318c6c commit 4a56b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/ts/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ flatbuffer_ts_library(
name = "typescript_ts_fbs",
srcs = ["typescript_keywords.fbs"],
deps = [
"//reflection/ts:reflection_ts_fbs",
"//tests/ts/test_dir:include_ts_fbs",
"//tests/ts/test_dir:typescript_transitive_ts_fbs",
],
Expand Down
2 changes: 1 addition & 1 deletion tests/ts/typescript_keywords.fbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
include 'test_dir/typescript_include.fbs';
include 'reflection/reflection.fbs';
include 'reflection/ts/reflection.fbs';

// This file includes a variety of keywords meant to deliberately interfere
// with typescript keywords.
Expand Down

0 comments on commit 4a56b2f

Please sign in to comment.