1. 9ba9423 Add karma_web_test and karma_web_test_suite by Greg Magolan · 5 years ago
  2. 3c30964 ci: lower memory ceiling by Filipe Silva · 5 years ago
  3. 5a0209e -- Change 1 of 1 by Greg Magolan <gmagolan@gmail.com>: by Greg Magolan · 5 years ago
  4. 0a4901d -- Change 1 of 2 by Keen Yee Liau <kyliau@umich.edu>: by Greg Magolan · 5 years ago
  5. 3ceec3c Also add --action_env=PATH for building test by TypeScript Team · 5 years ago
  6. 42a866c Fix build breakage of rules_typescript by alexeagle · 5 years ago
  7. acc8d3d Remove the ErrorOnUnresolvedImports flag. by lucassloan · 5 years ago
  8. a01a3f1 Adjust rules_typescript to TypeScript 3.1.3 API changes. by martinprobst · 5 years ago
  9. 1b5d032 Respect disable_taze when registering tests with ts_development_sources. by lucassloan · 5 years ago
  10. 8dd18e8 Export IsMpegTS and IsTazeDisabledForDir. by lucassloan · 5 years ago
  11. e1281a4 Fix relative paths in index.html injection by Alex Eagle · 5 years ago
  12. 399a007 Enforce buildifier on CircleCI by alexeagle · 5 years ago
  13. bef0cb4 fix: enforce buildifier lint on CI by Wassim Chegham · 5 years ago
  14. 519c06c Update rules_nodejs deps to 0.16.4 by Keen Yee Liau · 5 years ago
  15. 8191cf4 feat(ts_library): bump default target to es2015 by alexeagle · 5 years ago
  16. 0d7d22a Make powershell.exe available at build time by TypeScript Team · 5 years ago
  17. 0c3987f ts_devserver support for injecting script tags by Alex Eagle · 5 years ago
  18. beb30c5 Support for building ts_library with typescript 3.1 by mgechev · 5 years ago
  19. 23aad24 Do TseTse checks with typechecker later by Filipe Silva · 5 years ago
  20. 81ec544 Update @bazel/typescript and @bazel/karma version check to use semver to match only major & minor version against bazel package version by Greg Magolan · 5 years ago
  21. 24c373c Update dependencies by Laurent Le Brun · 5 years ago
  22. 76362b0 Ignore MPEG transport stream ".ts" files. by lucassloan · 5 years ago
  23. 52b6fe6 docs: add community documentation by TypeScript Team · 5 years ago
  24. 36f51a1 internal change by martinprobst · 5 years ago
  25. 18f5df6 feat: depend on devserver binaries by Minko Gechev · 5 years ago
  26. 0b1efac Make it an error to run taze on or under a directory with ts_libraries that reference sources in subdirectories. by lucassloan · 5 years ago
  27. 12dc54a feat(ts_library): bump default target to es2015 by Fabian Wiles · 5 years ago
  28. 55cf767 refactor(tsetse): optimize equals-nan rule by clydin · 5 years ago
  29. 8c1630b Call gatherDiagnostics to perform syntax/semantic/type checks by alexeagle · 5 years ago
  30. 26604cc Fix commenting style to adhere to the TS style guide. by martinprobst · 5 years ago
  31. 56258f6 fix: use Buffer.from instead of the deprecated Buffer constructor by TypeScript Team · 5 years ago
  32. 3e3d3b9 Update handling of rules_nodejs transitive deps by Greg Magolan · 5 years ago
  33. 7846f4c internal change by TypeScript Team · 5 years ago
  34. 3aa8c13 fix: do not return empty struct if there is no compile action by Paul Gschwendtner · 5 years ago
  35. 59ce8b7 When transpiling JS with the TS compiler, use a custom JS module resolver that is significantly simpler than TypeScript's module resolver. Specifically, it does no inference and does not look at the file system. It accepts relative path imports, and workspace-rooted import paths (i.e. google3/foo/bar.js). by TypeScript Team · 5 years ago
  36. ded22d9 Update buildifier to the latest version by TypeScript Team · 5 years ago
  37. 79c6b07 Ensure that taze doesn't modify BUILDs with no TypeScript. by lucassloan · 5 years ago
  38. b6f2ba5 adjust code to reflect renamed tsickle field by evanm · 5 years ago
  39. 406ae9f Do not create empty BUILD files in packages that do not contain any TS. by martinprobst · 5 years ago
  40. 830c969 Disallow TypeScript-producing rules as srcs in ts_library and ng_module. by martinprobst · 5 years ago
  41. ba3f819 Internal only refactoring by alexeagle · 5 years ago
  42. 809b04f Remove tsickle from @bazel/typescript dependencies. by alexeagle · 5 years ago
  43. ca3e904 Internal change. by martinprobst · 5 years ago
  44. 246427e Remove an unneeded parameter from CompilerHost constructor. by alexeagle · 5 years ago
  45. 30afae5 Internal change for selecting a different tsetse plugin by alexeagle · 5 years ago
  46. f35b073 Introduce helper gatherDiagnostics in tsc_wrapped by alexeagle · 5 years ago
  47. d606ab6 Add a TODO to enable strict deps checking for npm dependencies under fine-grained deps by alexeagle · 5 years ago
  48. 5055898 Internal-only change by alexeagle · 5 years ago
  49. 38da40d Allow setup files in ts_web_test_suite by Filipe Silva · 5 years ago
  50. 5fefe41 Update skydoc to latest version to use the Starlark version of http_archive by alexeagle · 5 years ago
  51. fef46aa PiperOrigin-RevId: 221435577 by TypeScript Team · 5 years ago
  52. cb749e5 Disable Chrome sandbox when unavailable by Filipe Silva · 5 years ago
  53. 4aaa255 Update rules_typescript to use newest rules_nodejs release by alexeagle · 5 years ago
  54. dbb1ad5 Add file location to docs of ts_web_test.static_files by Dig-Doug · 5 years ago
  55. d6953f6 Speed up taze --recursive by using a faster, parallelized file system walker to compile the list of directories to taze. by TypeScript Team · 5 years ago
  56. 3765fd8 Refactor: clarify "registerer". by martinprobst · 5 years ago
  57. c587c5e Simplify change tracking. by martinprobst · 5 years ago
  58. f882705 Update updater to more fine grainedly track changed string list attributes. by martinprobst · 5 years ago
  59. f425366 use jsdoc in documentation comment by evanm · 5 years ago
  60. 4fe4e5c Pull registering targets with ts_config and ts_development_sources rules out of UpdateBUILD. by TypeScript Team · 6 years ago
  61. 2ec7ee6 Quote the content of a garbled protobuf. by TypeScript Team · 6 years ago
  62. 0760abd Use ProgramAndFileCache in tsc_wrapped.ts. END_PUBLIC by TypeScript Team · 6 years ago
  63. d5f464d Add ProgramAndFileCache. by TypeScript Team · 6 years ago
  64. 2bef7b5 Abstract Cache to separate class. by TypeScript Team · 6 years ago
  65. ea89cec Rename file_cache*.ts to cache*.ts. by TypeScript Team · 6 years ago
  66. 653c3f6 Update rules_go to 0.16.0 by katre · 6 years ago
  67. c0bbd75 Update to karma to work with --nolegacy_external_runfiles by Greg Magolan · 6 years ago
  68. 9540b90 Fix firefox karma tests with support for extracting rules_webtesting browser archive files by Greg Magolan · 6 years ago
  69. 1c6e634 Support --nolegacy_external_runfiles bazel flag by Greg Magolan · 6 years ago
  70. 5ed617f Remove workaround for .d.ts module name bug by Alex Eagle · 6 years ago
  71. e0ac968 Cleanup in e2e tests by Greg Magolan · 6 years ago
  72. eaa4d25 Move bazelrc to new location by Alex Eagle · 6 years ago
  73. b60d7c9 Handle concatenated lists when checking if sources are already used in the BUILD file. by TypeScript Team · 6 years ago
  74. b230e45 Remove skip_goog_scheme_deps_checking option, as it is no longer needed. by radokirov · 6 years ago
  75. cfe2b0e Update protobufjs past security vulnerability by Alex Eagle · 6 years ago
  76. 51e6ad3 Exit early if there are no TypeScript rules nor sources in the package. by martinprobst · 6 years ago
  77. 414e9e8 Update check_version.js to check correct location of generate_build_file.js by Greg Magolan · 6 years ago
  78. 1afa7fd Be consistent about using relative paths in AnalysisFailureCauses. by TypeScript Team · 6 years ago
  79. c11f3dc Only apply tsetse checks to internal repository by Greg Magolan · 6 years ago
  80. 0e70c11 Update to new npm fined grained deps targets by Greg Magolan · 6 years ago
  81. 456f97d Update skydoc. by L?szl? Csomor · 6 years ago
  82. 07a12e0 Fix skylint warnings about unused variables. by alexeagle · 6 years ago
  83. a72e5fa Bump transitive dep rules_nodejs to latest release by alexeagle · 6 years ago
  84. 8d997f2 Update Skydoc to work on Windows by alexeagle · 6 years ago
  85. 353f895 Update to tsutils 2.27.2 in remaining locations by Greg Magolan · 6 years ago
  86. 6400d79 Re-enable skylint checking by Alex Eagle · 6 years ago
  87. 3665534 Update skydoc repo to 8889c43, to fix skydoc #58 by L?szl? Csomor · 6 years ago
  88. 5a53562 Idiomatic install & karma fixes, rules_nodejs 0.14.1 & bazel 0.17.1 by Greg Magolan · 6 years ago
  89. 7152606 Move io_bazel dep to devDeps by Alex Eagle · 6 years ago
  90. 45662d8 Add a flag to fail fast if taze can't resolve an import. by TypeScript Team · 6 years ago
  91. 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
  92. dd6477e Pin browsers used for rules_webtesting by Filipe Silva · 6 years ago
  93. b3f8140 Introduce @bazel/typescript and @bazel/karma npm packages by Greg Magolan · 6 years ago
  94. e39e3da Update tsutils to same version that's in g3/third_party by Alex Eagle · 6 years ago
  95. 0c72df1 Turn off spammy warnings from ts_library under Bazel. by alexeagle · 6 years ago
  96. e39db47 Re-enable gazelle on Windows by Filipe Silva · 6 years ago
  97. 62d18ad Don't assume workspace name in karma executable by Filipe Silva · 6 years ago
  98. 05306a0 Expand Windows test coverage by Filipe Silva · 6 years ago
  99. c835895 No external change by alexeagle · 6 years ago
  100. f9839ff Fix ts_auto_deps to run on Windows by Filipe Silva · 6 years ago