1. dc8ad1e Import tools/bazel.rc in Bazel 0.18's workspace-rc. by TypeScript Team · 6 years ago
  2. 2a7c61c Add missing skydoc argument doc by alexeagle · 6 years ago
  3. 2d18eb3 Don't warn when the user has rootDirs in their tsconfig. by alexeagle · 6 years ago
  4. 91892a9 Change 1 of 2 by James Judd <james@lucidchart.com>: by James Judd · 6 years ago
  5. b2232bc Remove dependency on tsickle by Alex Eagle · 6 years ago
  6. e9aa7fa Remove some stray google3 references in ts_auto_deps by alexeagle · 6 years ago
  7. dc3e9e6 Override resolveTypeReferenceDirectives in compiler_host.ts to fix secondary type reference directives resolve under Bazel by Greg Magolan · 6 years ago
  8. 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
  9. 8492684 Include any production mode (.closure.js) sources generated by martinprobst · 6 years ago
  10. 8bb7c93 No external change by jdhamlik · 6 years ago
  11. 55cdf74 Add debug logging when enabled by a flag by jdhamlik · 6 years ago
  12. 995849c Batch loading of all rules for packages by jdhamlik · 6 years ago
  13. ca41788 Add a cache for the results of loading all rules in a package by jdhamlik · 6 years ago
  14. 30f8bfe Move query.go to analyze.go by jdhamlik · 6 years ago
  15. 40edc60 Update ts_auto_deps to respect visibility by jdhamlik · 6 years ago
  16. 3ddd2c2 Remove ts_declaration from the managed rule classes by jdhamlik · 6 years ago
  17. 8ac75f9 Fix label comparison by jdhamlik · 6 years ago
  18. c5540c8 Add support for imports ending in "/index" by jdhamlik · 6 years ago
  19. 73ad671 Update README to indicate that the release numbers need to be in g3 by alexeagle · 6 years ago
  20. 56fae0b Move dependencies to package.bzl by Alex Eagle · 6 years ago
  21. a755837 Adjust rules_typescript to changes in tsickle. by martinprobst · 6 years ago
  22. 86980a7 Move skydoc rule to //docs package by Alex Eagle · 6 years ago
  23. e9914fb Add support for generated files by jdhamlik · 6 years ago
  24. 6b9d50e Refactor LoadImportPaths to batch queries by jdhamlik · 6 years ago
  25. 2433860 Add alias support by jdhamlik · 6 years ago
  26. d4b2859 Allow ts_library to produce closure-compatible output. by Alex Eagle · 6 years ago
  27. 3ed15cb Bump bazel go dependencies & update to CI to bazel 0.16.0 by Greg Magolan · 6 years ago
  28. 2b67f36 Check rules_nodejs version & add check_rules_typescript_version by alexeagle · 6 years ago
  29. 7a0aa7e Move QueryBasedTargetLoader to a separate file by TypeScript Team · 6 years ago
  30. 088f332 Fix issue with module_root when building external repo by martinprobst · 6 years ago
  31. 75033a2 Fix issue with module_root when building external repo by Alex Eagle · 6 years ago
  32. 6e9d9ed Add ts_auto_deps. by TypeScript Team · 6 years ago
  33. a5326ef Generate BUILD.bazel files before running tests by Florian Weikert · 6 years ago
  34. 8c468cb Updated to rules_nodejs 0.11.2 by Greg Magolan · 6 years ago
  35. 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
  36. 578d88c _compile_action should use the default shell environment when calling `ctx.action()` by Wael Nasreddine · 6 years ago
  37. c90caa8 Improve documentation for the `ts_library#tsconfig` attribute now that it has a default. by alexeagle · 6 years ago
  38. 33d5fa3 Do not attempt to evict currently compiling files from cache. by martinprobst · 6 years ago
  39. 8a9839d Make tsconfig default to label //:tsconfig.json by Alex Eagle · 6 years ago
  40. 01c8dae No external changes by alexeagle · 6 years ago
  41. 71a24a9 Re-run Gazelle, formatting BUILD.bazel files by Alex Eagle · 6 years ago
  42. 4aaa96b Move worker_protocol.proto to a third_party directory, making it clear where it's copied from. by alexeagle · 6 years ago
  43. 5af9229 Refactor go library code to make concatjs reusable outside the repo. by alexeagle · 6 years ago
  44. 05d92cb Fixes for AMD module naming to avoid backslashes appearing in module names on Windows. by alexeagle · 6 years ago
  45. bf3ef83 Move tsc_wrapped runtime dependencies to the dependencies block. by alexeagle · 6 years ago
  46. bdef416 PiperOrigin-RevId: 204137752 by TypeScript Team · 6 years ago
  47. a16e9b3 Fix the mechanism that ts_web_test uses to keep the Karma window open under bazel test. by alexeagle · 6 years ago
  48. 73e3c55 Update to ngcontainer:0.3.3 which contains Bazel 0.15. by alexeagle · 6 years ago
  49. 2c20a47 PiperOrigin-RevId: 203835861 by TypeScript Team · 6 years ago
  50. 34a0e54 Windows fixes for examples tests by Greg Magolan · 6 years ago
  51. 21a209d Clean up rules_go deprecation warnings which cause errors in rules_go 0.12. by alexeagle · 6 years ago
  52. 160c42f Amd workaround in external ts_library rules should only affect TS <= 2.8. by radokirov · 6 years ago
  53. e161af8 Fix broken builds under strict-function-types. by TypeScript Team · 6 years ago
  54. ac7a73c Internal change. by TypeScript Team · 6 years ago
  55. 24eb843 Use module=esnext for production mode output by Alex Eagle · 6 years ago
  56. d50618d Refactoring so that the ts_library module format doesn't depend on target. by alexeagle · 6 years ago
  57. 34603ab Update toolchain by TypeScript Team · 6 years ago
  58. 96f0502 Update toolchain by Greg Magolan · 6 years ago
  59. ed00c31 Update repository rules to supported versions by Dmitry Lomov · 6 years ago
  60. 9f734d8 Fix for bazel run ts_web_test_suite by Greg Magolan · 6 years ago
  61. 8906797 Enable noErrorTruncation for TypeScript builds in google3. by martinprobst · 6 years ago
  62. a30d788 Removing some google-internal machinery. by evanm · 6 years ago
  63. 65020c9 internal change by TypeScript Team · 6 years ago
  64. f20ff4d Update to latest rules_nodejs & cleanup by Greg Magolan · 6 years ago
  65. aa4096b -- Change 1 of 1 by Greg Magolan <gmagolan@gmail.com>: by Greg Magolan · 6 years ago
  66. 619d952 -- Change 1 of 1 by Nicholas Merritt <nimerritt@gmail.com>: by Nicholas Merritt · 6 years ago
  67. c5740d5 Use tagged rules_webtesting by alexeagle · 6 years ago
  68. 8434738 Add static_files attribute to ts_web_test & ts_web_test_suite by Greg Magolan · 6 years ago
  69. d3b766d Update README to include new dependency on rules_webtesting. by alexeagle · 6 years ago
  70. 9915738 Regenerate internal/karma/yarn.lock (yarn registry url change for karma-sourcemaps-loader broke it) by Greg Magolan · 6 years ago
  71. 8fbf327 Document rules_typescript release process by alexeagle · 6 years ago
  72. f442b50 Make worker.ts compatible with protobufjs 6 by Kelly Campbell · 6 years ago
  73. 5ee241b Update TypeScript version used to compile tsc_wrapped to 2.7. by alexeagle · 6 years ago
  74. 11dd8aa Serve files from package roots of all static_files in ts_devserver by Greg Magolan · 6 years ago
  75. f6cb3fb Add support for turning off strict deps checking on 'goog:' module imports. by radokirov · 6 years ago
  76. 8716047 Fix crash of tsc_wrapped. by alexeagle · 6 years ago
  77. 100d928 Move ts_web_test_suite to the same .bzl file with ts_web_test by alexeagle · 6 years ago
  78. b7410ef Adds ts_web_test_suite using rules_webtesting web_test_suite & browsers by Greg Magolan · 6 years ago
  79. 7cd8414 Name AMD modules foo rather than foo/index. by alexeagle · 6 years ago
  80. f284bcb Fix tsetse compilation errors with strictFunctionTypes on. by radokirov · 6 years ago
  81. 6b01673 Adjust to tsickle converting the ES5 module processor to a proper TypeScript transformer. by martinprobst · 6 years ago
  82. 13b8bb9 Sort module mappings first in generated tsconfigs. by martinprobst · 6 years ago
  83. 6956487 Include a link to the API docs in the README by alexeagle · 6 years ago
  84. a184e0c Internal change. by TypeScript Team · 6 years ago
  85. 35b0b39 Adjust to tsickle converting the ES5 module processor to a proper TypeScript transformer. by martinprobst · 6 years ago
  86. 4fa8c1f Adjust to tsickle converting the ES5 module processor to a proper TypeScript transformer. by martinprobst · 6 years ago
  87. 7aaf6bf Re-order skydoc so that installation is first. by alexeagle · 6 years ago
  88. bef81ec Fix outdated documentation on `ts_proto_library`. by alexeagle · 6 years ago
  89. 06c66e1 Add ts_proto_library rule by Alex Eagle · 6 years ago
  90. 396112a PiperOrigin-RevId: 195470073 by TypeScript Team · 6 years ago
  91. 74b25eb Add sourcemap support for testing by Eric Stolten · 6 years ago
  92. 630be7e Fix the base URL for rules_typescript API docs, and add missing ts_web_test doc. by alexeagle · 6 years ago
  93. e1c9d62 Add generated API docs for TypeScript rules by alexeagle · 6 years ago
  94. 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
  95. 70856a0 Fix broken windows CI by alexeagle · 6 years ago
  96. 2440054 Exclude bootstrap and node_modules files from possible karma test files by Greg Magolan · 6 years ago
  97. dae47f4 Prevent double forward slash from creeping into module_mappings when label.package is empty. by Greg Magolan · 6 years ago
  98. 112b8b4 Print a different progress_message under devmode and prodmode TS compiles. by alexeagle · 6 years ago
  99. 5b0ff96 Search in @types directory for modules too. by Holger Rapp · 6 years ago
  100. 86bc4cf Fix ts_web_test under bazel run. by alexeagle · 6 years ago