Chris Bracken
Chris Bracken
In #15, I switched from hardcoding Bazel 1.0.1 in the .travis.yml config to installing Bazel via their published APT repository. This has the advantage that we pick up the latest...
Users should be able to build Flutter apps using Bazel. The Flutter tool doesn't yet have a stable API but if we get to that point, it would be reasonable...
We'd still likely need a bundle format to deal with loading of data assets.
Along with the checked in sources in the repo, Bazel emits generated code to either `bazel-bin` or `bazel-genfiles`. Since checked-in code frequently imports generated code, toolchain support for multiple parallel...
### Check for existing issues - [X] Completed ### Language Objective-C ### Tree Sitter parser link https://github.com/jiyee/tree-sitter-objc ### Language server link https://github.com/llvm/llvm-project/tree/main/clang-tools-extra/clangd ### Misc notes In addition to C/C++, `clangd`...
Add `--json`, `--lcov`, `--pretty-print` (default) flags to specify output. Requires adding --sdk-root and --package-root flags. Blocked by #7.
In particular, lack of `@Injectable` should cause failures consistent with the failures users would experience in the static codegen version emitted by the transformer.