1. 7a9308a Don't initialize tsconfig with empty plugins. by alexeagle · 4 years, 2 months ago master
  2. 37f946f Wire up Angular 9 templates as a ts_library plugin by alexeagle · 4 years, 2 months ago
  3. e4043dc Fix worker loading when using require.resolve by Alex Eagle · 4 years, 2 months ago
  4. bad5a07 don't stat() all input files by evanm · 4 years, 2 months ago
  5. 816b8dd clarify why expected_diagostics isn't available to everyone by evanm · 4 years, 2 months ago
  6. ac66f1d Deleting the google-internal path for ts-lit-plugin in favor of the open source one. by TypeScript Team · 4 years, 2 months ago
  7. 331ee29 construct plugins just before using them by evanm · 4 years, 2 months ago
  8. cd559f4 Fix null dereference of angularPlugin. by TypeScript Team · 4 years, 2 months ago
  9. 9bde60b Switch tsc_wrapped to a .js entry point by alexeagle · 4 years, 2 months ago
  10. b16833a Make rules_typescript compatible with --incompatible_load_proto_rules_from_bzl by Yannic · 4 years, 3 months ago
  11. 23ddcdf Remove obsolete incompatible flag by TypeScript Team · 4 years, 3 months ago
  12. bbc35f3 Improve formatting of cyclical dependency error reporting by TypeScript Team · 4 years, 3 months ago
  13. 568a228 Internal only by alexeagle · 4 years, 3 months ago
  14. 5136665 Remove an obsolete TODO in Tsetse's test utils. by rjamet · 4 years, 3 months ago
  15. 5809045 Require deps of ts_library to provide DeclarationInfo by alexeagle · 4 years, 3 months ago
  16. 4a435a9 Adds a tsetse rule to prevent constructing Sets using a string. by TypeScript Team · 4 years, 3 months ago
  17. 94f0300 Allow for ts strictdeps to look at multiple declaration sites of a symbol by alexeagle · 4 years, 3 months ago
  18. a2b96b5 Expose declarations only via DeclarationInfo by alexeagle · 4 years, 3 months ago
  19. 6aace57 Fix two "strictBindCallApply" problems in tsc_wrapped. by martinprobst · 4 years, 3 months ago
  20. 31665ca Bump handlebars from 4.1.2 to 4.5.3 by dependabot[bot] · 4 years, 4 months ago
  21. 142c5d3 Update to rules_nodejs 1.0.0 by Greg Magolan · 4 years, 4 months ago
  22. 72f59b6 Minor code cleanup by TypeScript Team · 4 years, 5 months ago
  23. 171e6b0 n/a by TypeScript Team · 4 years, 5 months ago
  24. 2ee1c39 Fix compilation issues with strictBindCallApply. by martinprobst · 4 years, 5 months ago
  25. ecf3bda Add a tsetse rule that disallows mutating exports by TypeScript Team · 4 years, 5 months ago
  26. 530c8f1 Remove incompatible_depset_is_not_iterable from bazelrc by TypeScript Team · 4 years, 5 months ago
  27. 469b484 Add a test suite for json_marshal.bzl. by martinprobst · 4 years, 5 months ago
  28. 95e84ee Unpublish ts_auto_deps. by lucassloan · 4 years, 5 months ago
  29. d4c6203 Avoid depset union operators by TypeScript Team · 4 years, 5 months ago
  30. 8777f0a Properly handle negative error codes in typescript diagnostic identifiers for tsc_wrapped diagnostics extensions by TypeScript Team · 4 years, 5 months ago
  31. b16ed8d Fix generic comparisons on protobuf messages by TypeScript Team · 4 years, 5 months ago
  32. b54d593 Fix breakage shown in downstream build when adopting new version by alexeagle · 4 years, 5 months ago
  33. 8cfe59c Internal change. by TypeScript Team · 4 years, 5 months ago
  34. 2c90bb9 Revert the behavior of taze --update_comments. by lucassloan · 4 years, 5 months ago
  35. 3c606c0 Internal change. by TypeScript Team · 4 years, 5 months ago
  36. 438e805 Add boq_jswire_test_library to the list of well known tests to ignore for ts_development_sources registration. by lucassloan · 4 years, 5 months ago
  37. b5db3f0 Avoid recursively adding depth to depsets in rules_typescript by TypeScript Team · 4 years, 5 months ago
  38. 43e4626 Refactor tsc_wrapped's runFromOptions to be more composable. by martinprobst · 4 years, 6 months ago
  39. cf5cc52 Update one more reference to rules_nodejs defs.bzl that I missed. by alexeagle · 4 years, 6 months ago
  40. b936e76 Switch rules_nodejs load points from defs.bzl to index.bzl by alexeagle · 4 years, 6 months ago
  41. c709648 Improve the spacing of suggested fix stringifications. by rjamet · 4 years, 6 months ago
  42. 2d7a6de Add karma_web_test_suite to the list of well-known test rules. by lucassloan · 4 years, 6 months ago
  43. 8c42682 Add jasmine_node_test to the list of test rules that taze recognizes. by lucassloan · 4 years, 6 months ago
  44. 7958708 Remove dependencies on builtin TypeScript typings by evanm · 4 years, 6 months ago
  45. f8b6262 Merge changes from Bazel: Allow sending and receiving work requests via proxy and multiplexer in the persistent worker protocol. by TypeScript Team · 4 years, 7 months ago
  46. 3663289 Cleanup pass on the conformance_pattern tests. by rjamet · 4 years, 7 months ago
  47. 64be932 Change the --update_comments flag to only update taze comments when blaze can't find the dep. by lucassloan · 4 years, 7 months ago
  48. 3b51528 Add the possibility to set a rule name in a conformanceRule's config. by rjamet · 4 years, 7 months ago
  49. 50f1e35 Ensure the fake filesystem used in concatjs_test.go is thread-safe. by TypeScript Team · 4 years, 7 months ago
  50. 2dc17ae Don't wrap filesystem errors. by lucassloan · 4 years, 7 months ago
  51. 58887b5 Turn PatternKind into a non-const enum. by martinprobst · 4 years, 7 months ago
  52. f86f2f2 Switch to npm_bazel_typescript index.bzl. by alexeagle · 4 years, 7 months ago
  53. c99bbd9 Asynchronously glob for TypeScript sources in the package. by lucassloan · 4 years, 7 months ago
  54. fe53ee0 Fix ts_library to produce files that rollup knows how to find. by alexeagle · 4 years, 7 months ago
  55. 42049c2 Remove unused load statements from .bzl files by TypeScript Team · 4 years, 7 months ago
  56. 634f190 Don't re-stat the BUILD file. by lucassloan · 4 years, 7 months ago
  57. 19cded9 Inline getBUILDPathAndBUILDFile. by lucassloan · 4 years, 7 months ago
  58. f77d868 Swap the Tsetse runner diagnostic generation to use toDiagnosticWithStringifiedFix. by rjamet · 4 years, 7 months ago
  59. 93e6b7a Add a way to call Tsetse with fixes in the diagnostic text. by rjamet · 4 years, 8 months ago
  60. d4dd567 Upgrade rules_nodejs to 0.36.2 by TypeScript Team · 4 years, 8 months ago
  61. c045c7a Add more detailed logging of latency for requests with no TypeScript. by lucassloan · 4 years, 8 months ago
  62. 15bcba2 Provide DeclarationInfo that replaces two fields from "typescript" legacy provider by alexeagle · 4 years, 8 months ago
  63. 30569b3 Refactor the "output_groups" string to the OutputGroupInfo() provider. by alexeagle · 4 years, 8 months ago
  64. 65807b7 Support async worker functions in the tsc_wrapped/worker.ts helper library. by TypeScript Team · 4 years, 8 months ago
  65. 8380d87 No public change. by radokirov · 4 years, 8 months ago
  66. 92476a6 Refactor the files and runfiles fields from strings to the DefaultInfo() provider. by alexeagle · 4 years, 8 months ago
  67. c891fc9 fix: ts_auto_deps workaround for https://github.com/bazelbuild/bazel/issues/3325 no longer needed by Greg Magolan · 4 years, 8 months ago
  68. 61f9b73 Return a set of packages changed by RegisterTestRules by lucassloan · 4 years, 8 months ago
  69. b12cbeb Fix module name mangling to avoid double escaping. by TypeScript Team · 4 years, 8 months ago
  70. 153c163 Fix dealiaser throwing on TypeAlias nodes. by rjamet · 4 years, 8 months ago
  71. 4bb24bc Remove unused transitive_es5_sources by alexeagle · 4 years, 8 months ago
  72. 39721a7 Update to latest rules_go by Alex Eagle · 4 years, 9 months ago
  73. 3b87ca7 Make libraries that depend on //javascript/angular2/testing/catalyst into ng_modules. by lucassloan · 4 years, 9 months ago
  74. 1a2b611 Name AMD module `foo` rather than `foo/module_root/index` by alexeagle · 4 years, 9 months ago
  75. 94f896d Internal change. by TypeScript Team · 4 years, 9 months ago
  76. c007ae8 Clarify tsetse's isLiteral documentation. by rjamet · 4 years, 9 months ago
  77. 51b6cdb Add a new matcher (nth argument of a call to foo is literal) to Tsetse. by rjamet · 4 years, 9 months ago
  78. 08c452a Report whether there was no TS in the package, don't just return early. by lucassloan · 4 years, 9 months ago
  79. a4bbe82 Define an interface for a TypeScript compiler plugin that may only contribute diagnostics. by TypeScript Team · 4 years, 9 months ago
  80. 027495e internal change by TypeScript Team · 4 years, 10 months ago
  81. c6d5fbc Remove code supporting blaze analyze. by lucassloan · 4 years, 10 months ago
  82. 4013076 Make libraries that depend on //javascript/angular2/testing/catalyst into ng_modules. by lucassloan · 4 years, 10 months ago
  83. 7a11ae5 Remove the templating layer for pattern engines. by rjamet · 4 years, 10 months ago
  84. 99c6b5f Print a shorter error in tsc_wrapped FileCache by alexeagle · 4 years, 10 months ago
  85. 5060a43 Make ts_compile_actions callable from aspects. by TypeScript Team · 4 years, 10 months ago
  86. 0341611 Disambiguate expected and unexpected errors for the presubmit service. by lucassloan · 4 years, 10 months ago
  87. eb40f70 -- Change 1 of 1 by Yun Peng <pcloudy@google.com>: by Yun Peng · 4 years, 10 months ago
  88. 4d88224 Update to rules_nodejs 0.32.0 by Greg Magolan · 4 years, 10 months ago
  89. 9a8407f Be more explicit about types in the conformancePatternRule. by rjamet · 4 years, 10 months ago
  90. 90e4680 Fix bug where .d.ts are not added to tsconfig when them come from coarse grained `node_modules = @npm//:node_modules` style deps by Greg Magolan · 4 years, 10 months ago
  91. babe125 Remove types[node] from compilation of tsc_wrapped by Alex Eagle · 4 years, 11 months ago
  92. ac33f53 Fix a bug where the failure matcher didn't look at error messages. by rjamet · 4 years, 11 months ago
  93. 7f053ed Add a BANNED_NAME engine to Tsetse's ConformancePatternRule. by rjamet · 4 years, 11 months ago
  94. b6c227b Test the suggested fix generation. by rjamet · 4 years, 11 months ago
  95. 716e45d Update to nodejs rules 0.31.1 by Greg Magolan · 4 years, 11 months ago
  96. d71da23 Add an in-config ConformanceRule whitelist. by rjamet · 5 years ago
  97. b0fae0e Fix path to worker_protocol.proto in ts_library for @npm/typescript package downstream in rules_nodejs by Greg Magolan · 5 years ago
  98. 5223b74 Remove some overloads of "updateCache" to unblock TS 3.4. by TypeScript Team · 5 years ago
  99. d92ffa5 Opt-in to --incompatible_depset_is_not_iterable by Alex Eagle · 5 years ago
  100. 1a0169c Fix a small type confusion bug in the test matcher for Failures by rjamet · 5 years ago