Skip to content

justinfagnani/ts-decorators-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This reproduces a bug where tsc breaks property decorators when the target is es2022, because that causes useDefineForClassFields to default to true.

To run:

npm i
npm run build
npm start

About

Demonstrates decorators not working with target:es2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published