ExperimentalDecorators error
See original GitHub issueI have set experimentalDecorators
to true in my tsconfig.json
file (https://github.com/Sirimangalo/meditation-plus-angular/blob/d91f96c6028d4448486539396ade7e463b0bf5f5/tsconfig.json), but Sublime Text still underlines my decorated component classes.
I found #470, but I have set exclude
which does not require files
afaik.
Atom does not show this error.
Sublime Text 3 Build 3114 OS X 10.11.6 TypeScript Plugin 0.1.14
Issue Analytics
- State:
- Created 7 years ago
- Reactions:7
- Comments:8
Top Results From Across the Web
Experimental decorators warning in TypeScript compilation
The solution above: "In Visual Code Studio Go to File >> Preferences >> Settings, Search "decorator" in search field and Checking the option ......
Read more >How to remove experimentalDecorators ... - Ihatetomatoes
Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option to remove this...
Read more >“Experimental support for decorators is a feature that is subject ...
This is where you are editing your project. “experimentalDecorators”: The property responsible for allow (or not allow) “decorators” usage on ...
Read more >Experimental support for decorators is a feature that is subject ...
To solve the error "Experimental support for decorators is a feature that is subject to change in a future release", make sure to...
Read more >"Experimental support for decorators is a feature that is subject ...
Error warning message: "Experimental support for decorators is a feature ... Set the 'experimentalDecorators' option to remove this warning.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Maybe this will help: https://github.com/Microsoft/TypeScript-Sublime-Plugin/issues/470#issuecomment-243162816
@radoslavpetranov Thank you. Adding
to my Sublime Text Settings works for me as well.