File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/@ngtools/webpack/src/transformers Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -101,9 +101,10 @@ export function makeTransform(
101101 * This is a version of `ts.visitEachChild` that works that calls our version
102102 * of `updateSourceFileNode`, so that typescript doesn't lose type information
103103 * 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).
107108 *
108109 * @param sf
109110 * @param statements
You can’t perform that action at this time.
0 commit comments