d57fd0b84f
fix(bazel): allow TS to read ambient typings ( #21876 )
...
Same fix as e70d7a2a7c
This is because the CompilerOptions needs to have directoryExists undefined in order to get the google3 behavior,
so we have to set the property outside the constructor.
Fixes #21872
PR Close #21876
2018-02-09 17:16:25 -08:00
6a7689d4ea
build: update to latest bazel rules ( #21821 )
...
PR Close #21821
2018-01-27 10:55:45 -08:00
da9e57b3d5
build: Update to latest rules_typescript. ( #21675 )
...
Fixes #21481
PR Close #21675
2018-01-24 20:47:41 -08:00
21f766968d
refactor(bazel): pass around tsconfig as a file, not a path ( #21614 )
...
this unlocks the ability to replay ts compilations with different settings
PR Close #21614
2018-01-23 10:06:05 -08:00
4b68fdce6f
build: Update to latest rules_typescript. ( #21675 )
...
Fixes #21481
PR Close #21675
2018-01-22 15:34:48 -08:00
83d207d0a7
build: upgrade to TypeScript 2.6 ( #21144 )
...
Fixes #20653
PR Close #21144
2017-12-22 20:15:47 -08:00
ef534c0cc1
build: upgrade bazel rules to latest ( #20768 )
...
Add enough BUILD files to make it possible to
`bazel build packages/core/test`
Also re-format BUILD.bazel files with Buildifier.
Add a CI lint check that they stay formatted.
PR Close #20768
2017-12-07 11:27:50 -08:00
6790e02a13
ci: upgrade to node 8 and Bazel 0.8 ( #20807 )
...
Closes #19648
PR Close #20807
2017-12-06 06:58:33 -08:00
5ec1717c58
fix: Update test code to type-check under TS 2.5 ( #20175 )
...
PR Close #20175
2017-11-15 18:12:16 -06:00
2cf52c1b55
test: Enable sass compiler for bazel integration test ( #19357 )
2017-09-26 09:44:47 -07:00
f0c681a6de
build: disable sass under bazel( #18848 )
...
this seems to make the travis build flaky
PR Close #18848
2017-08-28 11:12:18 -07:00
f2f5286020
build: upgrade to latest bazel rules ( #18733 )
...
PR Close #18733
2017-08-23 11:34:52 -05:00
47220997e1
build: add bazel integration test ( #18733 )
...
It includes sass compilation, and building the bazel package
distribution.
PR Close #18733
2017-08-23 11:34:52 -05:00