• Home
Name Date Size #Lines LOC

..--

.bazelignoreD04-Jul-202513 21

.bazelrcD04-Jul-2025275 65

.gitignoreD04-Jul-20258 21

.npmrcD04-Jul-202512 21

BUILD.bazelD04-Jul-2025918 4235

MODULE.bazelD04-Jul-2025937 4034

README.mdD04-Jul-2025315 97

import_test.jsD04-Jul-2025783 2917

independent_deps_test.jsD04-Jul-2025637 198

one.fbsD04-Jul-202583 85

package.jsonD04-Jul-2025129 98

pnpm-lock.yamlD04-Jul-2025265 139

two.fbsD04-Jul-202595 106

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