File tree 1 file changed +4
-3
lines changed
packages/@ngtools/webpack/src/transformers
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,10 @@ export function makeTransform(
101
101
* This is a version of `ts.visitEachChild` that works that calls our version
102
102
* of `updateSourceFileNode`, so that typescript doesn't lose type information
103
103
* for property decorators.
104
- * See https://github.com/Microsoft/TypeScript/issues/17384 and
105
- * https://github.com/Microsoft/TypeScript/issues/17551, fixed by
106
- * https://github.com/Microsoft/TypeScript/pull/18051 and released on TS 2.5.0.
104
+ * See https://github.com/Microsoft/TypeScript/issues/17384 (fixed by
105
+ * https://github.com/Microsoft/TypeScript/pull/20314 and released in TS 2.7.0) and
106
+ * https://github.com/Microsoft/TypeScript/issues/17551 (fixed by
107
+ * https://github.com/Microsoft/TypeScript/pull/18051 and released on TS 2.5.0).
107
108
*
108
109
* @param sf
109
110
* @param statements
You can’t perform that action at this time.
0 commit comments