1. b165407 Add Go rules to WORKSPACE sample by Brenton Simpson · 6 years ago
  2. ecc0c1a fix: don't allow absolute imports without workspace name by Alex Eagle · 6 years ago
  3. d91be30 Internal change. by martinprobst · 6 years ago
  4. d6cb50f iBazel profiler support by Greg Magolan · 6 years ago
  5. 7bc3dfc Set the jasmine timeout in the correct place. by alexeagle · 6 years ago
  6. 04741cf Expose a function which reroots production (.closure.js) files. by mrmeku · 6 years ago
  7. 57ff948 Increase jasmine timeout for ts_devserver e2e test. by alexeagle · 6 years ago
  8. 590d9e2 Fix configuration of bazel CI. by alexeagle · 6 years ago
  9. 9708e3a Add `npm run skylint` command to lint .bzl files. by mrmeku · 6 years ago
  10. 69cfc3e Introduce a config file for ci.bazel.build by alexeagle · 6 years ago
  11. 126c555 Attach a label to all ts_web_test targets so they can be filtered. by alexeagle · 6 years ago
  12. 02cbf58 Adjust compiler_host to an API change in tsickle for TS 2.6. by martinprobst · 6 years ago
  13. d563765 Introduce `bootstrap` attribute to `ts_web_test` by alexeagle · 6 years ago
  14. 8dedc75 Introduce ts_web_test rule which runs karma by Alex Eagle · 6 years ago
  15. fd41b8f Introduce a default_tsconfig argument to ts_repositories by alexeagle · 6 years ago
  16. df4f591 Adjust message formatting to TypeScript 2.6 changes. by martinprobst · 6 years ago
  17. ff6c624 Set the ibazel_live_reload tag on all ts_devserver targets by alexeagle · 6 years ago
  18. dd37002 Fix broken CircleCI build by alexeagle · 6 years ago
  19. b21ead9 Improve ergonomics of ts_devserver by Greg Magolan · 6 years ago
  20. d0f3d81 Update to latest docker image which boots faster on CircleCI by alexeagle · 7 years ago
  21. 3817ac1 Forward command-line arguments to devserver binary, such as -port by Patrick Shields · 7 years ago
  22. b985540 Resolve the real path of node_modules by Greg Magolan · 7 years ago
  23. e0c09a3 Move our deps to devDependencies by Alex Eagle · 7 years ago
  24. afe48b1 Revert https://github.com/bazelbuild/rules_typescript/commit/2704011ffc5fdd242eb8ba4ad6a1f9e136f050bc by alexeagle · 7 years ago
  25. bc16c0a Remove clang-format setup. by alexeagle · 7 years ago
  26. f421004 bazel strict deps: another ignored location by alexeagle · 7 years ago
  27. 4378bb6 Fix strict deps when node_modules is in non-standard place. by alexeagle · 7 years ago
  28. 9f91874 Allow user to set bazelOptions.disableStrictDeps by Alex Eagle · 7 years ago
  29. 505d57a strict_deps plugin: allow ignored files to be symlink or realpath by alexeagle · 7 years ago
  30. 9c42434 Add a bazelrc option so that running a test with by alexeagle · 7 years ago
  31. 23062cb Fix circle CI tests by running Chrome under xfvb. by alexeagle · 7 years ago
  32. ceb6e56 Handle absolute file paths underneath outDir and rootDir in pathToModuleName. by martinprobst · 7 years ago
  33. 2dc57a6 First pass at language service plugin by Caleb Eggensperger · 7 years ago
  34. cbbc4ed Fix AMD module name for external repos. by alexeagle · 7 years ago
  35. d14d083 Introduce a ts_devserver rule that runs a "getting started" devserver. by Alex Eagle · 7 years ago
  36. 3419118 Fix Andrew Allen's email to be the right one by TypeScript Team · 7 years ago
  37. 56af48c List Bowen Ni as a contributor. by TypeScript Team · 7 years ago
  38. bfdc035 Enforce strict dependencies. by alexeagle · 7 years ago
  39. 3df2857 List Martin Probst as a contributor. by martinprobst · 7 years ago
  40. 580edd1 Only emit a performance trace if the rule has sources, and thus has a generating by martinprobst · 7 years ago
  41. c9c4b46 Document that we use path mapping for "workspace-absolute" imports. by alexeagle · 7 years ago
  42. 6f4310d Update yarn.lock by Caleb Eggensperger · 7 years ago
  43. f727c3d update CompilerHost.writeFile to support TS2.6 by clydin · 7 years ago
  44. 4e3c670 allow tsetse to build on TS2.6 by clydin · 7 years ago
  45. 343b50f Update CONTRIBUTORS by mrmeku · 7 years ago
  46. b1d03e6 Don't push to diagnostics by Filipe Silva · 7 years ago
  47. 378bf17 In the equals_nan rule, also check for x != NaN by TypeScript Team · 7 years ago
  48. ee38d30 Add a tsetse rule to ban equality comparison with NaN by Caleb Eggensperger · 7 years ago
  49. 550707f Extract the logic for whether a file should have a module name. by alexeagle · 7 years ago
  50. 14154cc Strict deps plugin: don't crash when requested file not in program by alexeagle · 7 years ago
  51. 91bd8ed Add missing npm metadata to rules_typescript package.json by alexeagle · 7 years ago
  52. 4255562 Support TypeScript imports from 'workspace_name/some/path` by alexeagle · 7 years ago
  53. 63312f4 Restore GitHub pages configurations by alexeagle · 7 years ago
  54. 28638e7 Introduce Tsetse, a plugin in the TypeScript compiler, letting us add our own type checks which are treated as compilation errors. by TypeScript Team · 7 years ago
  55. 7e22834 Initial docs site for http://tsetse.info by Alex Eagle · 7 years ago
  56. ab375ad Setup gazelle for rules_typescript. by Alex Eagle · 7 years ago
  57. b63a278 Remove some unnecessary code for stripping closure's deps.js file by alexeagle · 7 years ago
  58. d54f775 open source concatjs by evanm · 7 years ago
  59. 530b2ed Propagate module mappings through _helpers, which can be used to bring by evanm · 7 years ago
  60. 983abd5 Add expected_diagnostics attribute to ts_library by alexeagle · 7 years ago
  61. aca1c41 This doesn't work when @bazel/typescript is installed under a node_modules where the typescript dep is shared with the app (hoisted above the @bazel/typescript/WORKSPACE file) by alexeagle · 7 years ago
  62. b56b841 internal change by TypeScript Team · 7 years ago
  63. 1d99851 Adjust to a breaking change in rules_nodejs. by alexeagle · 7 years ago
  64. 6a1f34c internal change by TypeScript Team · 7 years ago
  65. e68abb3 Move our bazel RC file to the best-practices location. by alexeagle · 7 years ago
  66. b44ffbe Switch to TypeScript 2.5. by radokirov · 7 years ago
  67. 681cff9 Add the ability to flip a new tsickle flag in the tsconfig's bazel options. by TypeScript Team · 7 years ago
  68. 85f1767 Upgrade rules_typescript to newest rules_nodejs. by alexeagle · 7 years ago
  69. 72624cf Implement the optional directoryExists method in our CompilerHost by alexeagle · 7 years ago
  70. 5fb09ef Support deep .d.ts collection through clutz. by radokirov · 7 years ago
  71. e8c5506 Add a provider that allows us to reply a typescript compile by TypeScript Team · 7 years ago
  72. 86bedd0 Add a provider that allows us to reply a typescript compile by TypeScript Team · 7 years ago
  73. e766208 Do not flatten depsets in typescript rules. by TypeScript Team · 7 years ago
  74. a36c278 Add a provider that allows us to reply a typescript compile by TypeScript Team · 7 years ago
  75. a2b4a1e Fix some tsconfig attributes that were dropped on the floor. by alexeagle · 7 years ago
  76. e41c06a Turn on --strict for tsc_wrapped compilation by Alex Eagle · 7 years ago
  77. 4e36681 Only apply AMD module names to sources in the program. by Alex Eagle · 7 years ago
  78. 2092844 Allow multiple tsconfig inputs to a ts_library by Alex Eagle · 7 years ago
  79. e439952 Expose a variable for the outputs expected from all ts_library-like rules. by alexeagle · 7 years ago
  80. 46cbf0e Switch devmode to UMD format by Alex Eagle · 7 years ago
  81. f4e6eec Add circleCI badge to rules_typescript readme. by alexeagle · 7 years ago
  82. b9ae90b Add circle CI by Alex Eagle · 7 years ago
  83. 56eee8d emit ESmodules for es6 target by Alex Eagle · 7 years ago
  84. defb91a Set declarationDir equal to outDir by Paul Johnston · 7 years ago
  85. c483f25 Expose a target //:foo_tsconfig.json for a ts_library at //:foo by alexeagle · 7 years ago
  86. 4879d78 @bazel/typescript now depends on TypeScript 2.4 by alexeagle · 7 years ago
  87. d32f7d5 Adjust to tsickle's dropping its non-transformer API. by martinprobst · 7 years ago
  88. 8781af6 PiperOrigin-RevId: 167292738 by evanm · 7 years ago
  89. b3b5751 Expose a helper function to generate import-ordered manifest files from tsickle outputs. by alexeagle · 7 years ago
  90. d6dda1e Allow constructing file caches that are fully hermetic, and move the by martinprobst · 7 years ago
  91. ef1930b Move perf_trace functionality to compilation.bzl. by martinprobst · 7 years ago
  92. 63c9f5b Don't tell tsickle to re-write commonjs module syntax to goog.module. by alexeagle · 7 years ago
  93. 9357fb7 Order the rootDirs right after parsing them from the config. by alexeagle · 7 years ago
  94. 7a38377 Make worker.ts usable in other repositories. by alexeagle · 7 years ago
  95. c8ee30f Update rules_nodejs to 0.0.4 for compatibility with Bazel 0.6+ by TypeScript Team · 7 years ago
  96. 43a8a90 Merge #27: Minor fixes to README by alexeagle · 7 years ago
  97. 793b15e Remove nodejs bits from rules_typescript. by alexeagle · 7 years ago
  98. 4c2b3d6 Users should import from @bazel/typescript by alexeagle · 7 years ago
  99. 1c810c6 Update npm package name to @bazel/typescript by alexeagle · 7 years ago
  100. 75cba78 Refactor: allow rules that extend from TypeScript rules to be able to declare their outputs. by alexeagle · 7 years ago