1. a8f559a Adds bazelWorkspaces support to @bazel/typescript and @bazel/karma npm packages by Greg Magolan · 6 years ago
  2. 5794cab Release automation: update README tags to latest by Alex Eagle · 6 years ago
  3. 733a05d Include pre-built ts_auto_deps binaries in the distribution of rules_typescript. by alexeagle · 6 years ago
  4. 819f86f Remove the (unused) flag to control whether taze registers tests with all_tests libraries. by lucassloan · 6 years ago
  5. 1f03cc9 Improve handling of generated source files. by lucassloan · 6 years ago
  6. a462fa9 Report unused ts_declaration deps as unused instead of ambiguous. by lucassloan · 6 years ago
  7. 79de493 Support an alternative collection point for test libraries. by lucassloan · 6 years ago
  8. c8fa225 Support generated sources in query-based taze. by lucassloan · 6 years ago
  9. acc8d3d Remove the ErrorOnUnresolvedImports flag. by lucassloan · 6 years ago
  10. 1b5d032 Respect disable_taze when registering tests with ts_development_sources. by lucassloan · 6 years ago
  11. 8dd18e8 Export IsMpegTS and IsTazeDisabledForDir. by lucassloan · 6 years ago
  12. 76362b0 Ignore MPEG transport stream ".ts" files. by lucassloan · 6 years ago
  13. 0b1efac Make it an error to run taze on or under a directory with ts_libraries that reference sources in subdirectories. by lucassloan · 6 years ago
  14. ded22d9 Update buildifier to the latest version by TypeScript Team · 6 years ago
  15. 79c6b07 Ensure that taze doesn't modify BUILDs with no TypeScript. by lucassloan · 6 years ago
  16. 406ae9f Do not create empty BUILD files in packages that do not contain any TS. by martinprobst · 6 years ago
  17. ca3e904 Internal change. by martinprobst · 6 years ago
  18. d6953f6 Speed up taze --recursive by using a faster, parallelized file system walker to compile the list of directories to taze. by TypeScript Team · 6 years ago
  19. 3765fd8 Refactor: clarify "registerer". by martinprobst · 6 years ago
  20. c587c5e Simplify change tracking. by martinprobst · 6 years ago
  21. f882705 Update updater to more fine grainedly track changed string list attributes. by martinprobst · 6 years ago
  22. 4fe4e5c Pull registering targets with ts_config and ts_development_sources rules out of UpdateBUILD. by TypeScript Team · 6 years ago
  23. 2ec7ee6 Quote the content of a garbled protobuf. by TypeScript Team · 6 years ago
  24. b60d7c9 Handle concatenated lists when checking if sources are already used in the BUILD file. by TypeScript Team · 6 years ago
  25. 51e6ad3 Exit early if there are no TypeScript rules nor sources in the package. by martinprobst · 6 years ago
  26. 1afa7fd Be consistent about using relative paths in AnalysisFailureCauses. by TypeScript Team · 6 years ago
  27. 45662d8 Add a flag to fail fast if taze can't resolve an import. by TypeScript Team · 6 years ago
  28. c835895 No external change by alexeagle · 6 years ago
  29. f9839ff Fix ts_auto_deps to run on Windows by Filipe Silva · 6 years ago
  30. 45c6a32 Use cross-platform isatty for ts_auto_deps by Filipe Silva · 6 years ago
  31. 73099c0 Return more detailed error messages to callers. by TypeScript Team · 6 years ago
  32. 9b91764 Wrap proto.Unmarshal() errors in a custom error to enable callers to identify such errors. by TypeScript Team · 7 years ago
  33. d16c04f Remove the flag `namespaceLookupTable`, it is not needed. by TypeScript Team · 7 years ago
  34. faaed39 Change UpdateBUILD to run in environments without synchronous filesystem access by returning an error when writes have happened to signal to the caller to apply the writes and recall UpdateBUILD. by TypeScript Team · 7 years ago
  35. 07139d3 ts_auto_deps: Fix load location for TypeScript and Angular rules. by alexeagle · 7 years ago
  36. e9aa7fa Remove some stray google3 references in ts_auto_deps by alexeagle · 7 years ago
  37. 8bb7c93 No external change by jdhamlik · 7 years ago
  38. 55cdf74 Add debug logging when enabled by a flag by jdhamlik · 7 years ago
  39. 995849c Batch loading of all rules for packages by jdhamlik · 7 years ago
  40. ca41788 Add a cache for the results of loading all rules in a package by jdhamlik · 7 years ago
  41. 30f8bfe Move query.go to analyze.go by jdhamlik · 7 years ago
  42. 40edc60 Update ts_auto_deps to respect visibility by jdhamlik · 7 years ago
  43. 3ddd2c2 Remove ts_declaration from the managed rule classes by jdhamlik · 7 years ago
  44. 8ac75f9 Fix label comparison by jdhamlik · 7 years ago
  45. c5540c8 Add support for imports ending in "/index" by jdhamlik · 7 years ago
  46. e9914fb Add support for generated files by jdhamlik · 7 years ago
  47. 6b9d50e Refactor LoadImportPaths to batch queries by jdhamlik · 7 years ago
  48. 2433860 Add alias support by jdhamlik · 7 years ago
  49. 7a0aa7e Move QueryBasedTargetLoader to a separate file by TypeScript Team · 7 years ago
  50. 6e9d9ed Add ts_auto_deps. by TypeScript Team · 7 years ago