1. 578d88c _compile_action should use the default shell environment when calling `ctx.action()` by Wael Nasreddine · 6 years ago
  2. c90caa8 Improve documentation for the `ts_library#tsconfig` attribute now that it has a default. by alexeagle · 6 years ago
  3. 33d5fa3 Do not attempt to evict currently compiling files from cache. by martinprobst · 6 years ago
  4. 8a9839d Make tsconfig default to label //:tsconfig.json by Alex Eagle · 6 years ago
  5. 01c8dae No external changes by alexeagle · 6 years ago
  6. 71a24a9 Re-run Gazelle, formatting BUILD.bazel files by Alex Eagle · 6 years ago
  7. 4aaa96b Move worker_protocol.proto to a third_party directory, making it clear where it's copied from. by alexeagle · 6 years ago
  8. 5af9229 Refactor go library code to make concatjs reusable outside the repo. by alexeagle · 6 years ago
  9. 05d92cb Fixes for AMD module naming to avoid backslashes appearing in module names on Windows. by alexeagle · 6 years ago
  10. bf3ef83 Move tsc_wrapped runtime dependencies to the dependencies block. by alexeagle · 6 years ago
  11. bdef416 PiperOrigin-RevId: 204137752 by TypeScript Team · 6 years ago
  12. a16e9b3 Fix the mechanism that ts_web_test uses to keep the Karma window open under bazel test. by alexeagle · 6 years ago
  13. 73e3c55 Update to ngcontainer:0.3.3 which contains Bazel 0.15. by alexeagle · 6 years ago
  14. 2c20a47 PiperOrigin-RevId: 203835861 by TypeScript Team · 6 years ago
  15. 34a0e54 Windows fixes for examples tests by Greg Magolan · 6 years ago
  16. 21a209d Clean up rules_go deprecation warnings which cause errors in rules_go 0.12. by alexeagle · 6 years ago
  17. 160c42f Amd workaround in external ts_library rules should only affect TS <= 2.8. by radokirov · 6 years ago
  18. e161af8 Fix broken builds under strict-function-types. by TypeScript Team · 6 years ago
  19. ac7a73c Internal change. by TypeScript Team · 6 years ago
  20. 24eb843 Use module=esnext for production mode output by Alex Eagle · 6 years ago
  21. d50618d Refactoring so that the ts_library module format doesn't depend on target. by alexeagle · 6 years ago
  22. 34603ab Update toolchain by TypeScript Team · 6 years ago
  23. 96f0502 Update toolchain by Greg Magolan · 6 years ago
  24. ed00c31 Update repository rules to supported versions by Dmitry Lomov · 6 years ago
  25. 9f734d8 Fix for bazel run ts_web_test_suite by Greg Magolan · 6 years ago
  26. 8906797 Enable noErrorTruncation for TypeScript builds in google3. by martinprobst · 6 years ago
  27. a30d788 Removing some google-internal machinery. by evanm · 6 years ago
  28. 65020c9 internal change by TypeScript Team · 6 years ago
  29. f20ff4d Update to latest rules_nodejs & cleanup by Greg Magolan · 6 years ago
  30. aa4096b -- Change 1 of 1 by Greg Magolan <gmagolan@gmail.com>: by Greg Magolan · 6 years ago
  31. 619d952 -- Change 1 of 1 by Nicholas Merritt <nimerritt@gmail.com>: by Nicholas Merritt · 6 years ago
  32. c5740d5 Use tagged rules_webtesting by alexeagle · 6 years ago
  33. 8434738 Add static_files attribute to ts_web_test & ts_web_test_suite by Greg Magolan · 6 years ago
  34. d3b766d Update README to include new dependency on rules_webtesting. by alexeagle · 6 years ago
  35. 9915738 Regenerate internal/karma/yarn.lock (yarn registry url change for karma-sourcemaps-loader broke it) by Greg Magolan · 6 years ago
  36. 8fbf327 Document rules_typescript release process by alexeagle · 6 years ago
  37. f442b50 Make worker.ts compatible with protobufjs 6 by Kelly Campbell · 6 years ago
  38. 5ee241b Update TypeScript version used to compile tsc_wrapped to 2.7. by alexeagle · 6 years ago
  39. 11dd8aa Serve files from package roots of all static_files in ts_devserver by Greg Magolan · 6 years ago
  40. f6cb3fb Add support for turning off strict deps checking on 'goog:' module imports. by radokirov · 6 years ago
  41. 8716047 Fix crash of tsc_wrapped. by alexeagle · 6 years ago
  42. 100d928 Move ts_web_test_suite to the same .bzl file with ts_web_test by alexeagle · 6 years ago
  43. b7410ef Adds ts_web_test_suite using rules_webtesting web_test_suite & browsers by Greg Magolan · 6 years ago
  44. 7cd8414 Name AMD modules foo rather than foo/index. by alexeagle · 6 years ago
  45. f284bcb Fix tsetse compilation errors with strictFunctionTypes on. by radokirov · 6 years ago
  46. 6b01673 Adjust to tsickle converting the ES5 module processor to a proper TypeScript transformer. by martinprobst · 6 years ago
  47. 13b8bb9 Sort module mappings first in generated tsconfigs. by martinprobst · 6 years ago
  48. 6956487 Include a link to the API docs in the README by alexeagle · 6 years ago
  49. a184e0c Internal change. by TypeScript Team · 6 years ago
  50. 35b0b39 Adjust to tsickle converting the ES5 module processor to a proper TypeScript transformer. by martinprobst · 6 years ago
  51. 4fa8c1f Adjust to tsickle converting the ES5 module processor to a proper TypeScript transformer. by martinprobst · 6 years ago
  52. 7aaf6bf Re-order skydoc so that installation is first. by alexeagle · 6 years ago
  53. bef81ec Fix outdated documentation on `ts_proto_library`. by alexeagle · 6 years ago
  54. 06c66e1 Add ts_proto_library rule by Alex Eagle · 6 years ago
  55. 396112a PiperOrigin-RevId: 195470073 by TypeScript Team · 6 years ago
  56. 74b25eb Add sourcemap support for testing by Eric Stolten · 6 years ago
  57. 630be7e Fix the base URL for rules_typescript API docs, and add missing ts_web_test doc. by alexeagle · 6 years ago
  58. e1c9d62 Add generated API docs for TypeScript rules by alexeagle · 6 years ago
  59. 1c0c7d2 Add non-null assertions to handle the TypeScript compiler API changing to include undefined in TS 2.7 by TypeScript Team · 6 years ago
  60. 70856a0 Fix broken windows CI by alexeagle · 6 years ago
  61. 2440054 Exclude bootstrap and node_modules files from possible karma test files by Greg Magolan · 6 years ago
  62. dae47f4 Prevent double forward slash from creeping into module_mappings when label.package is empty. by Greg Magolan · 6 years ago
  63. 112b8b4 Print a different progress_message under devmode and prodmode TS compiles. by alexeagle · 6 years ago
  64. 5b0ff96 Search in @types directory for modules too. by Holger Rapp · 6 years ago
  65. 86bc4cf Fix ts_web_test under bazel run. by alexeagle · 6 years ago
  66. dfbab05 Further restrict the non-hermetic reads of tsc_wrapped. by alexeagle · 6 years ago
  67. 3bca1a5 Change Strict deps checker to check per sourceFile instead of whole program. by radokirov · 6 years ago
  68. 460fa4c Ensure jasmine expect has @checkReturnValue by TypeScript Team · 6 years ago
  69. 748d753 Add support for JS transpilation mode to tsc_wrapped. by TypeScript Team · 6 years ago
  70. ad659eb Re-export the "module_name" attribute of ts_library as a provider. by alexeagle · 6 years ago
  71. ad0f429 PiperOrigin-RevId: 192548219 by evanm · 6 years ago
  72. cbbd4bf Don't pretty print errors when checking them against the list of expected diagnostics. by TypeScript Team · 6 years ago
  73. ca42049 Remove google3-only comment. by TypeScript Team · 6 years ago
  74. 875402e ts_web_test & karma fixes for Windows by Greg Magolan · 6 years ago
  75. ab42421 Adds a new flag "type_check_dependencies" on ts_library that makes tsc_wrapped type check all the inputs. by TypeScript Team · 6 years ago
  76. 389ba85 Expose compiled ES5 and ES6 sources in output_groups of ts_library. by TypeScript Team · 6 years ago
  77. 214cbaa Just like how we honor ts_library#module_name when giving an AMD name to a module, by alexeagle · 6 years ago
  78. a65a88d don't process.exit() in worker mode by evanm · 6 years ago
  79. cc313f2 Avoid crashing when a tsconfig.json does not have bazelOptions. by martinprobst · 6 years ago
  80. 364d5a0 bump typescript worker cache size by evanm · 6 years ago
  81. 5de17c4 adjust file caching api to not require load time by evanm · 6 years ago
  82. d58e4f0 delete perfTrace.reset() by evanm · 6 years ago
  83. 50eab51 Use ES6 Map for tsc_wrapped file cache. by radokirov · 6 years ago
  84. a67e1d7 Add a Windows Bazel CI for rules_typescript by alexeagle · 6 years ago
  85. 9269f6c Preserve canonical filenames under Windows. by Greg Magolan · 6 years ago
  86. 6a2256c Another attempt to get correct module naming. by alexeagle · 6 years ago
  87. d874a65 More bugfixes for naming AMD modules following the module_name of a ts_library. by alexeagle · 6 years ago
  88. 164adc4 Fix bug in previous change which broke path mapping. by alexeagle · 6 years ago
  89. 5211c41 When a ts_library has a module_name, use this name in place of by alexeagle · 6 years ago
  90. 249a43a Workaround for https://github.com/Microsoft/TypeScript/issues/22208 by alexeagle · 6 years ago
  91. cbed2cc Restore some changes which were made directly on GitHub and later overwritten by Copybara. by alexeagle · 6 years ago
  92. f2b2e2c bugs fixes/improvements to perf tracing by evanm · 6 years ago
  93. c55051f PiperOrigin-RevId: 186693370 by TypeScript Team · 6 years ago
  94. 43504cf Produce a nodejs profile together with a perf_trace. by martinprobst · 6 years ago
  95. ef6090e Remove extra_dts param to ts_compile. Add a placeholder for extra actions for by radokirov · 6 years ago
  96. 6386096 Use --pretty formatter for TypeScript diagnostics. by alexeagle · 6 years ago
  97. e0412fc Fix tsc-wrapped flattenOutDir() for Windows. by alexeagle · 6 years ago
  98. 4e86e42 Pick up fix for source-map typings which was introduced in 0.6. by alexeagle · 6 years ago
  99. fe90665 Allow resetting the performance trace when starting a new unit of work. by martinprobst · 6 years ago
  100. 0cf0fd0 Require all promises in an async function to be consumed in some way (awaited, returned, assigned to a variable, etc). Not using a promise in an async function is likely to be a bug. by TypeScript Team · 6 years ago