angular-cn/packages/language-service/src
Keen Yee Liau a32cbed89c fix(language-service): use empty statement as parent of type node (#36989)
In TypeScript 3.9, type nodes need to exist in the context of a statement.
This commit ensures that the synthetic type node has such a parent.

PR Close #36989
2020-05-14 10:50:27 -07:00
..
binding_utils.ts refactor(language-service): provide service for attribute binding type (#36301) 2020-04-07 10:18:32 -07:00
completions.ts feat(compiler): add name spans for property reads and method calls (#36826) 2020-05-08 14:42:42 -07:00
definitions.ts refactor(language-service): move TS utils to separate file (#36984) 2020-05-11 11:07:50 -07:00
diagnostic_messages.ts fix(language-service): properly evaluate types in comparable expressions (#36529) 2020-04-16 16:07:47 -04:00
diagnostics.ts refactor(language-service): move TS utils to separate file (#36984) 2020-05-11 11:07:50 -07:00
expression_diagnostics.ts refactor(language-service): clean up and exports and consolidate types (#36533) 2020-04-14 10:17:43 -07:00
expression_type.ts feat(compiler): add name spans for property reads and method calls (#36826) 2020-05-08 14:42:42 -07:00
expressions.ts feat(compiler): add name spans for property reads and method calls (#36826) 2020-05-08 14:42:42 -07:00
global_symbols.ts refactor(language-service): adds Symbol#typeArguments and does cleanup (#34571) 2020-01-13 15:16:15 -08:00
hover.ts refactor(language-service): clean up and exports and consolidate types (#36533) 2020-04-14 10:17:43 -07:00
html_info.ts refactor(language-service): clean up and exports and consolidate types (#36533) 2020-04-14 10:17:43 -07:00
language_service.ts refactor(language-service): clean up and exports and consolidate types (#36533) 2020-04-14 10:17:43 -07:00
locate_symbol.ts refactor(language-service): clean up and exports and consolidate types (#36533) 2020-04-14 10:17:43 -07:00
reflector_host.ts refactor(language-service): reformat using clang-format (#36426) 2020-04-06 09:29:42 -07:00
symbols.ts fix(language-service): properly evaluate types in comparable expressions (#36529) 2020-04-16 16:07:47 -04:00
template.ts refactor(language-service): clean up and exports and consolidate types (#36533) 2020-04-14 10:17:43 -07:00
ts_plugin.ts refactor(language-service): reformat using clang-format (#36426) 2020-04-06 09:29:42 -07:00
ts_utils.ts refactor(language-service): move TS utils to separate file (#36984) 2020-05-11 11:07:50 -07:00
types.ts refactor(language-service): clean up and exports and consolidate types (#36533) 2020-04-14 10:17:43 -07:00
typescript_host.ts refactor(language-service): move TS utils to separate file (#36984) 2020-05-11 11:07:50 -07:00
typescript_symbols.ts fix(language-service): use empty statement as parent of type node (#36989) 2020-05-14 10:50:27 -07:00
utils.ts refactor(language-service): move TS utils to separate file (#36984) 2020-05-11 11:07:50 -07:00