1. dfbab05 Further restrict the non-hermetic reads of tsc_wrapped. by alexeagle · 6 years ago
  2. 3bca1a5 Change Strict deps checker to check per sourceFile instead of whole program. by radokirov · 6 years ago
  3. 460fa4c Ensure jasmine expect has @checkReturnValue by TypeScript Team · 6 years ago
  4. 748d753 Add support for JS transpilation mode to tsc_wrapped. by TypeScript Team · 6 years ago
  5. ad659eb Re-export the "module_name" attribute of ts_library as a provider. by alexeagle · 6 years ago
  6. ad0f429 PiperOrigin-RevId: 192548219 by evanm · 6 years ago
  7. cbbd4bf Don't pretty print errors when checking them against the list of expected diagnostics. by TypeScript Team · 6 years ago
  8. ca42049 Remove google3-only comment. by TypeScript Team · 6 years ago
  9. 875402e ts_web_test & karma fixes for Windows by Greg Magolan · 6 years ago
  10. 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
  11. 389ba85 Expose compiled ES5 and ES6 sources in output_groups of ts_library. by TypeScript Team · 6 years ago
  12. 214cbaa Just like how we honor ts_library#module_name when giving an AMD name to a module, by alexeagle · 6 years ago
  13. a65a88d don't process.exit() in worker mode by evanm · 6 years ago
  14. cc313f2 Avoid crashing when a tsconfig.json does not have bazelOptions. by martinprobst · 6 years ago
  15. 364d5a0 bump typescript worker cache size by evanm · 6 years ago
  16. 5de17c4 adjust file caching api to not require load time by evanm · 6 years ago
  17. d58e4f0 delete perfTrace.reset() by evanm · 6 years ago
  18. 50eab51 Use ES6 Map for tsc_wrapped file cache. by radokirov · 6 years ago
  19. a67e1d7 Add a Windows Bazel CI for rules_typescript by alexeagle · 6 years ago
  20. 9269f6c Preserve canonical filenames under Windows. by Greg Magolan · 6 years ago
  21. 6a2256c Another attempt to get correct module naming. by alexeagle · 6 years ago
  22. d874a65 More bugfixes for naming AMD modules following the module_name of a ts_library. by alexeagle · 6 years ago
  23. 164adc4 Fix bug in previous change which broke path mapping. by alexeagle · 6 years ago
  24. 5211c41 When a ts_library has a module_name, use this name in place of by alexeagle · 6 years ago
  25. 249a43a Workaround for https://github.com/Microsoft/TypeScript/issues/22208 by alexeagle · 6 years ago
  26. cbed2cc Restore some changes which were made directly on GitHub and later overwritten by Copybara. by alexeagle · 6 years ago
  27. f2b2e2c bugs fixes/improvements to perf tracing by evanm · 6 years ago
  28. c55051f PiperOrigin-RevId: 186693370 by TypeScript Team · 6 years ago
  29. 43504cf Produce a nodejs profile together with a perf_trace. by martinprobst · 6 years ago
  30. ef6090e Remove extra_dts param to ts_compile. Add a placeholder for extra actions for by radokirov · 6 years ago
  31. 6386096 Use --pretty formatter for TypeScript diagnostics. by alexeagle · 6 years ago
  32. e0412fc Fix tsc-wrapped flattenOutDir() for Windows. by alexeagle · 6 years ago
  33. 4e86e42 Pick up fix for source-map typings which was introduced in 0.6. by alexeagle · 6 years ago
  34. fe90665 Allow resetting the performance trace when starting a new unit of work. by martinprobst · 6 years ago
  35. 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
  36. 6b212fd Allow users to suppress the warnings about overridden tsconfig options, with by alexeagle · 6 years ago
  37. a0f6d58 Switch to yarn_install rule by Alex Eagle · 6 years ago
  38. 276e729 Warn when user-specified tsconfig has properties that will be overridden by Bazel. by alexeagle · 6 years ago
  39. 64a6173 Ban using "toBeTruthy()" to match Promises, which is error-prone. Promises are always truthy - it's likely that instead the developer intended to match the result of the Promise. by TypeScript Team · 6 years ago
  40. a6d5309 Make it more convenient to get a perf trace for TypeScript compilation. by martinprobst · 6 years ago
  41. f37114b Always set ts.CompilerHost.directoryExists under Bazel. by alexeagle · 6 years ago
  42. e221905 Include .js files as inputs to ts_library actions. by Alex Eagle · 6 years ago
  43. bf6ec1b Fix bad merge of #132 by alexeagle · 6 years ago
  44. 1385c4f file_cache: don't do non-hermetic reads by Alex Eagle · 6 years ago
  45. ad261bc Setup experimental CircleCI remote bazel cache by alexeagle · 6 years ago
  46. bb72859 Refactor: pass around the tsconfig file, not its path. by alexeagle · 6 years ago
  47. 0209bb1 Track the number of cache evictions in the file cache stats. by martinprobst · 6 years ago
  48. 9953882 Remove bazelOpts.disabledTsetseRules in favor of using configuration specified in the plugin config by TypeScript Team · 6 years ago
  49. 4892123 Remove hard-coded `jsxFactory` by alexeagle · 6 years ago
  50. 63c0bac Make file cache size configurable via a tsconfig argument. by TypeScript Team · 6 years ago
  51. f0a96bd The default_tsconfig feature has a design flaw. by alexeagle · 6 years ago
  52. 25f301f Exclude a closure base file in concatjs by alexeagle · 6 years ago
  53. afd5886 Allow ts_library to contain only .d.ts files by mrmeku · 6 years ago
  54. fc0b8a1 Enforce Skylark linter on CircleCI by Alex Eagle · 6 years ago
  55. c073e09 Configure tsickle to add JSDoc type annotations to production mode sources. by alexeagle · 6 years ago
  56. b165407 Add Go rules to WORKSPACE sample by Brenton Simpson · 6 years ago
  57. ecc0c1a fix: don't allow absolute imports without workspace name by Alex Eagle · 6 years ago
  58. d91be30 Internal change. by martinprobst · 6 years ago
  59. d6cb50f iBazel profiler support by Greg Magolan · 6 years ago
  60. 7bc3dfc Set the jasmine timeout in the correct place. by alexeagle · 6 years ago
  61. 04741cf Expose a function which reroots production (.closure.js) files. by mrmeku · 6 years ago
  62. 57ff948 Increase jasmine timeout for ts_devserver e2e test. by alexeagle · 6 years ago
  63. 590d9e2 Fix configuration of bazel CI. by alexeagle · 6 years ago
  64. 9708e3a Add `npm run skylint` command to lint .bzl files. by mrmeku · 6 years ago
  65. 69cfc3e Introduce a config file for ci.bazel.build by alexeagle · 6 years ago
  66. 126c555 Attach a label to all ts_web_test targets so they can be filtered. by alexeagle · 6 years ago
  67. 02cbf58 Adjust compiler_host to an API change in tsickle for TS 2.6. by martinprobst · 6 years ago
  68. d563765 Introduce `bootstrap` attribute to `ts_web_test` by alexeagle · 6 years ago
  69. 8dedc75 Introduce ts_web_test rule which runs karma by Alex Eagle · 6 years ago
  70. fd41b8f Introduce a default_tsconfig argument to ts_repositories by alexeagle · 6 years ago
  71. df4f591 Adjust message formatting to TypeScript 2.6 changes. by martinprobst · 6 years ago
  72. ff6c624 Set the ibazel_live_reload tag on all ts_devserver targets by alexeagle · 6 years ago
  73. dd37002 Fix broken CircleCI build by alexeagle · 6 years ago
  74. b21ead9 Improve ergonomics of ts_devserver by Greg Magolan · 6 years ago
  75. d0f3d81 Update to latest docker image which boots faster on CircleCI by alexeagle · 6 years ago
  76. 3817ac1 Forward command-line arguments to devserver binary, such as -port by Patrick Shields · 6 years ago
  77. b985540 Resolve the real path of node_modules by Greg Magolan · 6 years ago
  78. e0c09a3 Move our deps to devDependencies by Alex Eagle · 6 years ago
  79. afe48b1 Revert https://github.com/bazelbuild/rules_typescript/commit/2704011ffc5fdd242eb8ba4ad6a1f9e136f050bc by alexeagle · 6 years ago
  80. bc16c0a Remove clang-format setup. by alexeagle · 6 years ago
  81. f421004 bazel strict deps: another ignored location by alexeagle · 6 years ago
  82. 4378bb6 Fix strict deps when node_modules is in non-standard place. by alexeagle · 6 years ago
  83. 9f91874 Allow user to set bazelOptions.disableStrictDeps by Alex Eagle · 6 years ago
  84. 505d57a strict_deps plugin: allow ignored files to be symlink or realpath by alexeagle · 6 years ago
  85. 9c42434 Add a bazelrc option so that running a test with by alexeagle · 6 years ago
  86. 23062cb Fix circle CI tests by running Chrome under xfvb. by alexeagle · 6 years ago
  87. ceb6e56 Handle absolute file paths underneath outDir and rootDir in pathToModuleName. by martinprobst · 6 years ago
  88. 2dc57a6 First pass at language service plugin by Caleb Eggensperger · 6 years ago
  89. cbbc4ed Fix AMD module name for external repos. by alexeagle · 6 years ago
  90. d14d083 Introduce a ts_devserver rule that runs a "getting started" devserver. by Alex Eagle · 6 years ago
  91. 3419118 Fix Andrew Allen's email to be the right one by TypeScript Team · 6 years ago
  92. 56af48c List Bowen Ni as a contributor. by TypeScript Team · 6 years ago
  93. bfdc035 Enforce strict dependencies. by alexeagle · 6 years ago
  94. 3df2857 List Martin Probst as a contributor. by martinprobst · 6 years ago
  95. 580edd1 Only emit a performance trace if the rule has sources, and thus has a generating by martinprobst · 6 years ago
  96. c9c4b46 Document that we use path mapping for "workspace-absolute" imports. by alexeagle · 6 years ago
  97. 6f4310d Update yarn.lock by Caleb Eggensperger · 6 years ago
  98. f727c3d update CompilerHost.writeFile to support TS2.6 by clydin · 6 years ago
  99. 4e3c670 allow tsetse to build on TS2.6 by clydin · 6 years ago
  100. 343b50f Update CONTRIBUTORS by mrmeku · 6 years ago