Skip to content

Commit e15a5be

Browse files
filipesilvaclydin
authored andcommitted
docs: update ngtools/webpack decorator comment
1 parent 1972bd9 commit e15a5be

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/@ngtools/webpack/src/transformers/make_transform.ts

+4-3
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)