Tobias Bosch
|
2da45e629d
|
fix(tsc-wrapped): make `test.sh tools` run the tsc-wrapped tests again (#18683)
|
2017-08-16 17:58:44 -05:00 |
Bowen Ni
|
4cbf8ccf05
|
Keep `console.log` that are not called during compilation.
|
2016-11-23 15:47:02 -08:00 |
Bowen Ni
|
2c02d34c05
|
refactor(lint): Don't allow console.log
Enable tslint check for `console.log` as a follow-up to
https://github.com/angular/angular/issues/13018
|
2016-11-23 15:47:01 -08:00 |
Joao Dias
|
77ee27c59e
|
refactor(): use const and let instead of var
|
2016-11-12 16:40:17 -08:00 |
Joao Dias
|
a382d6dd20
|
style: add missing semicolons
|
2016-10-31 14:25:53 -07:00 |
Joao Dias
|
52bf188b8f
|
style: add missing copyright headers
|
2016-10-31 14:25:53 -07:00 |
Marc Laval
|
9decc3d823
|
build: fix some issues on Windows platforms
Closes #9450
|
2016-06-23 10:46:01 +02:00 |
Alex Eagle
|
6c389ed32f
|
ci(local dev): fix test.sh
|
2016-06-16 15:46:08 -07:00 |
Alex Eagle
|
9096481744
|
chore(lint): format tools dir
|
2016-05-26 15:46:03 -07:00 |
Igor Minar
|
16dfe3c63f
|
build: consolidate tsc to ease migration to @types/ based typings delivery
I actually tried to use @types/* directly but came across several issues which prevented me
from switching over:
- https://github.com/Microsoft/TypeScript/issues/8715
- https://github.com/Microsoft/TypeScript/issues/8723
|
2016-05-25 08:22:07 -07:00 |
Alex Eagle
|
ebe14720eb
|
chore(typing): enforce --noImplicitAny for tools directory.
Exposed a couple of bugs.
Closes #6645
|
2016-05-19 21:38:01 -07:00 |
Tobias Bosch
|
119abe7bb9
|
chore: fail build if a command from tsc-watch fails.
This bug was introduced with eba6e7946d
to integrate the compiler_cli into the build properly.
Closes #8480
|
2016-05-04 20:30:10 -07:00 |
Tobias Bosch
|
eba6e7946d
|
refactor(compiler_cli): move it into modules/@angular and integrate properly into the build
This also does no more depend on a version
on npm for the compiler_cli.
Also runs the tests for tools/metadata
|
2016-05-03 15:57:49 -07:00 |
Tobias Bosch
|
fdd8bd1a36
|
chore: use `ng2tc` for compiling and running tests on ci
|
2016-05-01 23:40:59 -07:00 |
Misko Hevery
|
3e17c99f4e
|
chore: clang-reformat
|
2016-05-01 22:59:41 -07:00 |
Igor Minar
|
a66cdb469f
|
repackaging: all the repackaging changes squashed
|
2016-05-01 20:51:00 -07:00 |