Using TypeScript transforms to enrich runtime code

added by JavaScript Kicks
1/3/2019 9:16:27 AM

1352 Views

When I started developing no one was talking about "compiling" their JavaScript sources. Everyone just wrote a couple of scripts and referenced them directly. Over time, minification and further enhancements became the de-facto standard in web development, so doing some processing after having written the code became a fairly normal practice.


0 comments