You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/tsconfig-reference/copy/en/options/experimentalDecorators.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,6 @@ oneline: "Enable experimental support for TC39 stage 2 draft decorators."
6
6
Enables [experimental support for decorators](https://github.com/tc39/proposal-decorators), which is a version of decorators that predates the TC39 standardization process.
7
7
8
8
Decorators are a language feature which hasn't yet been fully ratified into the JavaScript specification.
9
-
This means that the implementation version in TypeScript may differ from the implementation in JavaScript when it it decided by TC39.
9
+
This means that the implementation version in TypeScript may differ from the implementation in JavaScript when it is decided by TC39.
10
10
11
11
You can find out more about decorator support in TypeScript in [the handbook](/docs/handbook/decorators.html).
0 commit comments