angular/packages/compiler/src/output
Igor Minar 63c9c2d2be fix: work around 'noImplicityAny' incompatibility due to ts3.7 update (#34798)
Typescript 3.7 now emits d.ts files for getters differently than prior versions,
and there seems to be a bug in how it strips private types without replacing them
with explicit 'any' type. This then leads to compilation failures in projects compiled
against our packages that don't have skipLibCheck turned on but do have strict or
noImplicitAny check on.

I'm working around this by marking the affected getters as @internal and
adding a test to prevent future regressions.

I believe this is a TypeScript bug, and I filed a bug report:
https://github.com/microsoft/TypeScript/issues/36216

PR Close #34798
2020-01-16 12:06:57 -05:00
..
abstract_emitter.ts fix: work around 'noImplicityAny' incompatibility due to ts3.7 update (#34798) 2020-01-16 12:06:57 -05:00
abstract_js_emitter.ts fix(compiler): ensure localized strings are ES5 compatible for JIT mode (#34265) 2019-12-06 13:03:46 -08:00
js_emitter.ts fix(compiler): don’t use ng:// in AOT source maps, and never point to the original source file 2017-10-04 16:20:55 -07:00
map_util.ts feat(ivy): ICU support for Ivy (#26794) 2018-11-16 16:09:30 -08:00
output_ast.ts refactor(compiler): i18n - render legacy i18n message ids (#34135) 2019-12-03 10:15:53 -08:00
output_interpreter.ts refactor(ivy): update the compiler to emit $localize tags (#31609) 2019-08-30 12:53:26 -07:00
output_jit.ts feat(ivy): add ɵɵtextInterpolateX instructions (#30011) 2019-05-29 12:38:58 -04:00
source_map.ts fix: work around 'noImplicityAny' incompatibility due to ts3.7 update (#34798) 2020-01-16 12:06:57 -05:00
ts_emitter.ts fix(ivy): types in .d.ts files should account for generics (#24862) 2018-07-20 11:48:36 -07:00
value_util.ts refactor(compiler): make OutputAst contain the moduleName, not the filePath (#16832). 2017-05-23 10:41:23 -06:00