1. 1c6e634 Support --nolegacy_external_runfiles bazel flag by Greg Magolan · 6 years ago
  2. 5ed617f Remove workaround for .d.ts module name bug by Alex Eagle · 6 years ago
  3. e0ac968 Cleanup in e2e tests by Greg Magolan · 6 years ago
  4. eaa4d25 Move bazelrc to new location by Alex Eagle · 6 years ago
  5. b60d7c9 Handle concatenated lists when checking if sources are already used in the BUILD file. by TypeScript Team · 6 years ago
  6. b230e45 Remove skip_goog_scheme_deps_checking option, as it is no longer needed. by radokirov · 6 years ago
  7. cfe2b0e Update protobufjs past security vulnerability by Alex Eagle · 6 years ago
  8. 51e6ad3 Exit early if there are no TypeScript rules nor sources in the package. by martinprobst · 6 years ago
  9. 414e9e8 Update check_version.js to check correct location of generate_build_file.js by Greg Magolan · 6 years ago
  10. 1afa7fd Be consistent about using relative paths in AnalysisFailureCauses. by TypeScript Team · 6 years ago
  11. c11f3dc Only apply tsetse checks to internal repository by Greg Magolan · 6 years ago
  12. 0e70c11 Update to new npm fined grained deps targets by Greg Magolan · 6 years ago
  13. 456f97d Update skydoc. by L?szl? Csomor · 6 years ago
  14. 07a12e0 Fix skylint warnings about unused variables. by alexeagle · 6 years ago
  15. a72e5fa Bump transitive dep rules_nodejs to latest release by alexeagle · 6 years ago
  16. 8d997f2 Update Skydoc to work on Windows by alexeagle · 6 years ago
  17. 353f895 Update to tsutils 2.27.2 in remaining locations by Greg Magolan · 6 years ago
  18. 6400d79 Re-enable skylint checking by Alex Eagle · 6 years ago
  19. 3665534 Update skydoc repo to 8889c43, to fix skydoc #58 by L?szl? Csomor · 6 years ago
  20. 5a53562 Idiomatic install & karma fixes, rules_nodejs 0.14.1 & bazel 0.17.1 by Greg Magolan · 6 years ago
  21. 7152606 Move io_bazel dep to devDeps by Alex Eagle · 6 years ago
  22. 45662d8 Add a flag to fail fast if taze can't resolve an import. by TypeScript Team · 6 years ago
  23. 1825955 Ban using Promises as a condition, which is error-prone. Promises are always truthy - it's likely that instead the developer intended to check the result of the Promise. by TypeScript Team · 6 years ago
  24. dd6477e Pin browsers used for rules_webtesting by Filipe Silva · 6 years ago
  25. b3f8140 Introduce @bazel/typescript and @bazel/karma npm packages by Greg Magolan · 6 years ago
  26. e39e3da Update tsutils to same version that's in g3/third_party by Alex Eagle · 6 years ago
  27. 0c72df1 Turn off spammy warnings from ts_library under Bazel. by alexeagle · 6 years ago
  28. e39db47 Re-enable gazelle on Windows by Filipe Silva · 6 years ago
  29. 62d18ad Don't assume workspace name in karma executable by Filipe Silva · 6 years ago
  30. 05306a0 Expand Windows test coverage by Filipe Silva · 6 years ago
  31. c835895 No external change by alexeagle · 6 years ago
  32. f9839ff Fix ts_auto_deps to run on Windows by Filipe Silva · 6 years ago
  33. 8d92b9a No external change. by alexeagle · 6 years ago
  34. 3ca0bdd Internal change by evanm · 6 years ago
  35. 45c6a32 Use cross-platform isatty for ts_auto_deps by Filipe Silva · 6 years ago
  36. 8e9ee77 Update to rules_nodejs 0.13.4 by Greg Magolan · 6 years ago
  37. 73099c0 Return more detailed error messages to callers. by TypeScript Team · 6 years ago
  38. 9b91764 Wrap proto.Unmarshal() errors in a custom error to enable callers to identify such errors. by TypeScript Team · 6 years ago
  39. ae18ade Update to rules_nodejs 0.13.1 by Greg Magolan · 6 years ago
  40. 95c02d7 Update to rules_nodejs 0.12.4 & make rules forward compatible with npm fine grained deps by Greg Magolan · 6 years ago
  41. aaef2a5 run buildifier by TypeScript Team · 6 years ago
  42. d16c04f Remove the flag `namespaceLookupTable`, it is not needed. by TypeScript Team · 6 years ago
  43. 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 · 6 years ago
  44. 81ad536 Update version numbers following release by alexeagle · 6 years ago
  45. 07139d3 ts_auto_deps: Fix load location for TypeScript and Angular rules. by alexeagle · 6 years ago
  46. dc8ad1e Import tools/bazel.rc in Bazel 0.18's workspace-rc. by TypeScript Team · 6 years ago
  47. 2a7c61c Add missing skydoc argument doc by alexeagle · 6 years ago
  48. 2d18eb3 Don't warn when the user has rootDirs in their tsconfig. by alexeagle · 6 years ago
  49. 91892a9 Change 1 of 2 by James Judd <james@lucidchart.com>: by James Judd · 6 years ago
  50. b2232bc Remove dependency on tsickle by Alex Eagle · 6 years ago
  51. e9aa7fa Remove some stray google3 references in ts_auto_deps by alexeagle · 6 years ago
  52. dc3e9e6 Override resolveTypeReferenceDirectives in compiler_host.ts to fix secondary type reference directives resolve under Bazel by Greg Magolan · 6 years ago
  53. 9cf33a5 Add optional `srcs` and `deps` arguments to `compile_ts` so that it can be invoked from any rule and not just a rule like ts_library where the srcs and deps are part of ctx.attr. Behavior is same as before if these arguments are not provided. by TypeScript Team · 6 years ago
  54. 8492684 Include any production mode (.closure.js) sources generated by martinprobst · 6 years ago
  55. 8bb7c93 No external change by jdhamlik · 6 years ago
  56. 55cdf74 Add debug logging when enabled by a flag by jdhamlik · 6 years ago
  57. 995849c Batch loading of all rules for packages by jdhamlik · 6 years ago
  58. ca41788 Add a cache for the results of loading all rules in a package by jdhamlik · 6 years ago
  59. 30f8bfe Move query.go to analyze.go by jdhamlik · 6 years ago
  60. 40edc60 Update ts_auto_deps to respect visibility by jdhamlik · 6 years ago
  61. 3ddd2c2 Remove ts_declaration from the managed rule classes by jdhamlik · 6 years ago
  62. 8ac75f9 Fix label comparison by jdhamlik · 6 years ago
  63. c5540c8 Add support for imports ending in "/index" by jdhamlik · 6 years ago
  64. 73ad671 Update README to indicate that the release numbers need to be in g3 by alexeagle · 6 years ago
  65. 56fae0b Move dependencies to package.bzl by Alex Eagle · 6 years ago
  66. a755837 Adjust rules_typescript to changes in tsickle. by martinprobst · 6 years ago
  67. 86980a7 Move skydoc rule to //docs package by Alex Eagle · 6 years ago
  68. e9914fb Add support for generated files by jdhamlik · 6 years ago
  69. 6b9d50e Refactor LoadImportPaths to batch queries by jdhamlik · 6 years ago
  70. 2433860 Add alias support by jdhamlik · 6 years ago
  71. d4b2859 Allow ts_library to produce closure-compatible output. by Alex Eagle · 6 years ago
  72. 3ed15cb Bump bazel go dependencies & update to CI to bazel 0.16.0 by Greg Magolan · 6 years ago
  73. 2b67f36 Check rules_nodejs version & add check_rules_typescript_version by alexeagle · 6 years ago
  74. 7a0aa7e Move QueryBasedTargetLoader to a separate file by TypeScript Team · 6 years ago
  75. 088f332 Fix issue with module_root when building external repo by martinprobst · 6 years ago
  76. 75033a2 Fix issue with module_root when building external repo by Alex Eagle · 6 years ago
  77. 6e9d9ed Add ts_auto_deps. by TypeScript Team · 6 years ago
  78. a5326ef Generate BUILD.bazel files before running tests by Florian Weikert · 6 years ago
  79. 8c468cb Updated to rules_nodejs 0.11.2 by Greg Magolan · 6 years ago
  80. 1ee562e nodejs_binaries tsc and tsc_wrapped_bin should not depend on @build_bazel_rules_typescript_tsc_wrapped_deps//:node_modules by Greg Magolan · 6 years ago
  81. 578d88c _compile_action should use the default shell environment when calling `ctx.action()` by Wael Nasreddine · 6 years ago
  82. c90caa8 Improve documentation for the `ts_library#tsconfig` attribute now that it has a default. by alexeagle · 6 years ago
  83. 33d5fa3 Do not attempt to evict currently compiling files from cache. by martinprobst · 6 years ago
  84. 8a9839d Make tsconfig default to label //:tsconfig.json by Alex Eagle · 6 years ago
  85. 01c8dae No external changes by alexeagle · 6 years ago
  86. 71a24a9 Re-run Gazelle, formatting BUILD.bazel files by Alex Eagle · 6 years ago
  87. 4aaa96b Move worker_protocol.proto to a third_party directory, making it clear where it's copied from. by alexeagle · 6 years ago
  88. 5af9229 Refactor go library code to make concatjs reusable outside the repo. by alexeagle · 6 years ago
  89. 05d92cb Fixes for AMD module naming to avoid backslashes appearing in module names on Windows. by alexeagle · 6 years ago
  90. bf3ef83 Move tsc_wrapped runtime dependencies to the dependencies block. by alexeagle · 6 years ago
  91. bdef416 PiperOrigin-RevId: 204137752 by TypeScript Team · 6 years ago
  92. a16e9b3 Fix the mechanism that ts_web_test uses to keep the Karma window open under bazel test. by alexeagle · 6 years ago
  93. 73e3c55 Update to ngcontainer:0.3.3 which contains Bazel 0.15. by alexeagle · 6 years ago
  94. 2c20a47 PiperOrigin-RevId: 203835861 by TypeScript Team · 6 years ago
  95. 34a0e54 Windows fixes for examples tests by Greg Magolan · 6 years ago
  96. 21a209d Clean up rules_go deprecation warnings which cause errors in rules_go 0.12. by alexeagle · 6 years ago
  97. 160c42f Amd workaround in external ts_library rules should only affect TS <= 2.8. by radokirov · 6 years ago
  98. e161af8 Fix broken builds under strict-function-types. by TypeScript Team · 6 years ago
  99. ac7a73c Internal change. by TypeScript Team · 6 years ago
  100. 24eb843 Use module=esnext for production mode output by Alex Eagle · 6 years ago