mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
* The ungram file is now taken from the rust-analyzer dependencies pulled in by bazel * the grammar parsing code is not published, so it must be taken directly from rust-analyzer code. That part should be less prone to be updated than the ungram file, so it does not necessarily need to be in sync with the rust-analyzer version is used elsewhere. * both need some patches. The former is patched during build, the latter during loading in `MODULE.bazel`.
5 lines
99 B
Plaintext
5 lines
99 B
Plaintext
exports_files([
|
|
"xtask/src/codegen/grammar.rs",
|
|
"xtask/src/codegen/grammar/ast_src.rs",
|
|
])
|