Closed
Description
TypeScript Version: 4.0.0-dev-20200622
Search Terms:
- deprecated
Code
For the JS
document.createElement('a');
Bug:
createElement
is always rendered as deprecated
I believe this is because one of the createElement
overloads is deprecated
/cc @Kingwl @DanielRosenwasser We will need to fix this before we can ship @deprecated
support in the stable version of VS Code