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