Keen Yee Liau
3a31a2795e
refactor(language-service): Cleanup ts_plugin ( #28145 )
...
This commit removes the unnecessary typescriptOnly() helper from
ts_plugin and all unused methods related to that.
PR Close #28145
2019-01-15 11:30:37 -08:00
Igor Minar
17e702bf8b
feat: add support for typescript 3.2 ( #27536 )
...
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-2.html
https://blogs.msdn.microsoft.com/typescript/2018/11/29/announcing-typescript-3-2/
Any application using tsickle for closure compatibility will need to update it's tsickle
dependency to 0.34
PR Close #27536
2018-12-18 13:20:01 -08:00
Alan Agius
a08af77b70
refactor: fix return type of `tryCall` ( #25481 )
...
PR Close #25481
2018-09-27 12:07:38 -07:00
Alan Agius
5653fada32
feat: add TypeScript 3 support ( #25275 )
...
PR Close #25275
2018-08-27 21:07:53 -04:00
Igor Minar
e3064d5432
feat: typescript 2.9 support ( #24652 )
...
PR Close #24652
2018-07-03 13:32:06 -07:00
Lucas Sloan
5cf82f8f3f
build: upgrade to TypeScript 2.8 ( #23782 )
...
PR Close #23782
2018-05-15 15:31:12 -07:00
Keen Yee Liau
ed53c5ccdd
refactor(language-service): Remove angularOnlyResults ( #22636 )
...
This commit is a duplicate of https://github.com/angular/angular/pull/18637
to remove Angular-specific results from the language service.
PR Close #22636
2018-03-27 17:22:44 -04:00
Chuck Jazdzewski
8449eb8d62
build: upgrade to TypeScript 2.7 ( #22669 )
...
Fixes : #21571
PR Close #22669
2018-03-12 09:27:23 -07:00
Chuck Jazdzewski
83d207d0a7
build: upgrade to TypeScript 2.6 ( #21144 )
...
Fixes #20653
PR Close #21144
2017-12-22 20:15:47 -08:00
Chuck Jazdzewski
8ecda94899
feat(compiler-cli): improve error messages produced during structural errors ( #20459 )
...
The errors produced when error were encountered while interpreting the
content of a directive was often incomprehencible. With this change
these kind of error messages should be easier to understand and diagnose.
PR Close #20459
2017-11-27 16:59:57 -06:00
Rado Kirov
005a78bd83
refactor: allow compilation with TypeScript 2.5 ( #19966 )
...
A small number of types need to be adjusted. The changes seem to be
backwards compatible with TS 2.4.
PR Close #19966
2017-10-31 00:26:43 -04:00
Tobias Bosch
ca5aebaa6b
refactor: update angular to support TypeScript 2.4
...
Detailed updates:
- rxjs@5.0.x
- tsickle@0.24.x
- typescript@2.4.x
- @bazel/typescript@0.10.0
- protractor@5.1.x
- selenium-webdriver@3.0.x
BREAKING CHANGE:
- the Angular compiler now requires TypeScript 2.4.x.
2017-09-12 10:31:30 -07:00
Chuck Jazdzewski
9a7f5d580f
ci: update build to use TypeScript 2.3.2 ( #16707 )
2017-05-16 13:29:38 -07:00
Chuck Jazdzewski
253345c0c0
fix(language-service): remove asserts for non-null expressions ( #16422 )
...
Reworked some of the code so asserts are no longer necessary.
Added additional and potentially redundant checks
Added checks where the null checker found real problems.
PR Close #16422
2017-04-28 22:50:31 -05:00
Chuck Jazdzewski
f4b771a0c6
feat(language-service): provide external file list to TypeScript ( #16417 )
...
Also ensures that it only calls base language service for files
that it contains.
PR Close #16417
2017-04-28 18:11:18 -05:00
Victor Berchet
3c8a61e40c
feat: add support for TS 2.2
2017-04-18 08:28:55 -07:00
Miško Hevery
540581da3e
fix(language-service): Update types for TypeScript nullability support
2017-04-12 11:36:19 -07:00
Jason Aden
3e51a19983
refactor: move angular source to /packages rather than modules/@angular
2017-03-08 16:29:27 -08:00