DEV Community

Discussion on: Converting TypeScript decorators into static code!

Collapse
 
trusktr profile image
Joe Pea

Now what happens if you want to export your decorators and someone with a non-TypeScript JavaScript project was hoping to import and use your decorators?

Collapse
 
phenomnominal profile image
Craig ☠️💀👻

I guess you do what Angular does, and ship the build tools with your library? 😄