| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| .bazelignore | D | 04-Jul-2025 | 13 | 2 | 1 | |
| .bazelrc | D | 04-Jul-2025 | 275 | 6 | 5 | |
| .gitignore | D | 04-Jul-2025 | 8 | 2 | 1 | |
| .npmrc | D | 04-Jul-2025 | 12 | 2 | 1 | |
| BUILD.bazel | D | 04-Jul-2025 | 918 | 42 | 35 | |
| MODULE.bazel | D | 04-Jul-2025 | 937 | 40 | 34 | |
| README.md | D | 04-Jul-2025 | 315 | 9 | 7 | |
| import_test.js | D | 04-Jul-2025 | 783 | 29 | 17 | |
| independent_deps_test.js | D | 04-Jul-2025 | 637 | 19 | 8 | |
| one.fbs | D | 04-Jul-2025 | 83 | 8 | 5 | |
| package.json | D | 04-Jul-2025 | 129 | 9 | 8 | |
| pnpm-lock.yaml | D | 04-Jul-2025 | 265 | 13 | 9 | |
| two.fbs | D | 04-Jul-2025 | 95 | 10 | 6 |
README.md
1This directory is not intended to be used independently of the flatbuffers 2repository. Instead, this whole directory serves as a unit test for the 3`rules_js` integration in the flatbuffers repo. 4 5Run this test from the top-level of the flatbuffers repo. 6```console 7$ bazel test //tests/ts:bazel_repository_test 8``` 9