question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ExperimentalDecorators error

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Reactions:7
  • Comments:8

github_iconTop GitHub Comments

1reaction
binariouscommented, Aug 29, 2016

@radoslavpetranov Thank you. Adding

"typescript_tsdk": "/usr/local/lib/node_modules/typescript/lib"

to my Sublime Text Settings works for me as well.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found