| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a507308 commit 8ccff0d
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -158,10 +158,10 @@ namespace A { | |||
| 158 | 158 | } | |
| 159 | 159 | ``` | |
| 160 | 160 | ||
| 161 | - Since Decorators are currently a [TC39 Stage 3 proposal](https://github.com/tc39/proposal-decorators) | ||
| 162 | - and will soon be supported by the JavaScript engine, | ||
| 161 | + Since Decorators are currently a [TC39 Stage 3 proposal](https://github.com/tc39/proposal-decorators), | ||
| 163 | 162 | they are not transformed and will result in a parser error. | |
| 164 | - This is a temporary limitation and will be resolved in the future. | ||
| 163 | + Node.js does not provide polyfills and thus will not support decorators until | ||
| 164 | + they are supported natively in JavaScript. | ||
| 165 | 165 | ||
| 166 | 166 | In addition, Node.js does not read `tsconfig.json` files and does not support | |
| 167 | 167 | features that depend on settings within `tsconfig.json`, such as paths or | |
| Back | FazBrowse Home | New Git URL |
0 commit comments